summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vasprintf.c
AgeCommit message (Expand)Author
2013-05-19don't cast mallocchristos
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-04-19Add explicit locale versions for the printf family. Replace asprintf,joerg
2012-03-15- ansify, knf.christos
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2009-10-25revert some of dsl's changes to make things build on i386; he can undo whatchristos
2009-10-24Remove a load of pointless casts - one that even lint doesn't bleat about.dsl
2005-02-09A little libc namespace housekeeping exercise:kleink
2003-01-18Merge the nathanw_sa branch.thorpej
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt
2000-01-21Initialize f._file for locking primitives.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15delintchristos
1998-10-15Make sure we free the buffer in all error cases.mycroft
1998-09-08s/NULL/NUL/ where appropriate.kleink
1998-08-28add asprintf and vasprintf, originally written by Todd Miller for OpenBSDperry