History log of /netbsd-src/sys/lib/libsa/printf.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 3eb244d8 17-Jul-2011 joerg <joerg@NetBSD.org>

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 a

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.

show more ...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# bae33b3a 13-Feb-1999 pk <pk@NetBSD.org>

Split the printf variants into separate files.


# ac01ce3a 11-Feb-1999 pk <pk@NetBSD.org>

sprintf() now produces a return value, like the standard counterpart does.
Also, implement vsprintf(), snprintf() and vsnprintf().


# e655461e 16-Jun-1998 gwr <gwr@NetBSD.org>

Add support for "%p" format (easy).


# ed2ca9f1 26-Jun-1997 drochner <drochner@NetBSD.org>

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).


# a2694f54 26-Jun-1997 thorpej <thorpej@NetBSD.org>

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.


# dfc25d8a 30-Nov-1996 gwr <gwr@NetBSD.org>

Finish the kprintf backout: kvprintf -> vprintf was missed.


# e44c1d1f 13-Oct-1996 christos <christos@NetBSD.org>

backout previous kprintf changes


# 60d20197 10-Oct-1996 christos <christos@NetBSD.org>

printf -> kprintf, sprintf -> ksprintf


# 7ce27395 08-Feb-1996 gwr <gwr@NetBSD.org>

Need vprintf() for things like panic().


# 8ede82ab 03-Sep-1995 pk <pk@NetBSD.org>

Merge an sprintf() in.


# 2d7464c4 21-Feb-1995 mycroft <mycroft@NetBSD.org>

Add a generic twiddler.


# 6668f51c 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# 6f0b0cdc 22-Aug-1994 brezak <brezak@NetBSD.org>

Cleanup to make more ANSI compliant; checkpoint


# 4b0d7d9d 27-Jul-1994 cgd <cgd@NetBSD.org>

get rid of someone else's bravery (stupidity)


# 36b52a82 26-Jan-1994 brezak <brezak@NetBSD.org>

CMU/4.4 stand-alone library