summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/snprintf.c
AgeCommit message (Expand)Author
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
2009-10-22Back out previous commit, as it caused too much growth for the installPhilip Guenthe
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfilePhilip Guenthe
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
2005-08-08zap remaining rcsid.Marc Espie
2005-05-28Move the va_start()/va_end() pair such that it directly backets the callTodd C. Miller
2005-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2005-03-31make sure the implementation matches the prototype..Patrick Latifi
2004-04-10Apply change from vsnprintf.c rev. 1.5. Use a single characterTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
1998-01-12Oops, missed a 0 vs. '\0'Todd C. Miller
1998-01-12Based on some FreeBSD changes:Todd C. Miller
1997-11-29Return -1, not EOF for size < 1. XPG4.2 specifies the return valueTodd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt