summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vsnprintf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-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
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-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
* Use '\0' not 0 when storing as a char, part from Andrey Matveev.millert2005-05-281-2/+2
* Change internals of FILE: reuse the unget buffer field to access anespie2005-04-301-1/+5
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-6/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Use a single character buffer for the size==0 case. Stdio internals do not deal correctly with zero size buffer and NULL pointer. torek@bsdi.commillert1998-07-271-4/+9
* 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
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+65