summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/snprintf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-2/+2
* Make printf-like and scanf-like functions marked as such in llib-lc.lnmartynas2011-05-301-1/+2
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-2/+2
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-2/+2
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-2/+2
* Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.espie2005-10-101-1/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* Move the va_start()/va_end() pair such that it directly backets the callmillert2005-05-281-3/+3
* Change internals of FILE: reuse the unget buffer field to access anespie2005-04-301-1/+4
* make sure the implementation matches the prototype..pat2005-03-311-2/+2
* Apply change from vsnprintf.c rev. 1.5. Use a single charactermillert2004-04-101-5/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-17/+1
* Oops, missed a 0 vs. '\0'millert1998-01-121-2/+2
* Based on some FreeBSD changes:millert1998-01-121-5/+9
* Return -1, not EOF for size < 1. XPG4.2 specifies the return valuemillert1997-11-291-2/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-4/+4
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+81