Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/printf.c
RevisionDateAuthorComments
 1.18  17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.17  11-Dec-2005  christos merge ktrace-lwp.
 1.16  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.15  13-Feb-1999  pk branches: 1.15.42;
Split the printf variants into separate files.
 1.14  11-Feb-1999  pk sprintf() now produces a return value, like the standard counterpart does.
Also, implement vsprintf(), snprintf() and vsnprintf().
 1.13  16-Jun-1998  gwr Add support for "%p" format (easy).
 1.12  26-Jun-1997  drochner Avoid user space headers for standalone programs.
Don't use sys/lib/libkern or sys/lib/libz if not standalone
(ie, user space test programs).
 1.11  26-Jun-1997  thorpej Don't run off the end of the format string if the caller botched for
format modifier. Pointed out by Daniel G. Pouzzner in PR #2633.
 1.10  30-Nov-1996  gwr Finish the kprintf backout: kvprintf -> vprintf was missed.
 1.9  13-Oct-1996  christos backout previous kprintf changes
 1.8  10-Oct-1996  christos printf -> kprintf, sprintf -> ksprintf
 1.7  08-Feb-1996  gwr Need vprintf() for things like panic().
 1.6  03-Sep-1995  pk branches: 1.6.2;
Merge an sprintf() in.
 1.5  21-Feb-1995  mycroft Add a generic twiddler.
 1.4  26-Oct-1994  cgd new RCS ID format.
 1.3  22-Aug-1994  brezak branches: 1.3.2;
Cleanup to make more ANSI compliant; checkpoint
 1.2  27-Jul-1994  cgd get rid of someone else's bravery (stupidity)
 1.1  26-Jan-1994  brezak branches: 1.1.2;
CMU/4.4 stand-alone library
 1.1.2.1  27-Jul-1994  cgd update from trunk.
 1.3.2.2  22-Aug-1994  brezak Cleanup to make more ANSI compliant; checkpoint
 1.3.2.1  22-Aug-1994  brezak file printf.c was added on branch netbsd-1-0 on 1994-08-22 21:56:11 +0000
 1.6.2.1  08-Feb-1996  gwr Need vprintf() for things like panic().
 1.15.42.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.15.42.2  18-Sep-2004  skrll Sync with HEAD.
 1.15.42.1  03-Aug-2004  skrll Sync with HEAD

RSS XML Feed