summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vasprintf.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
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
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-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2004-09-28deregister + ansify, no change in object code. ok deraadt@ millert@Otto Moerbeek
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
1998-10-16Make sure we free the buffer in all error cases. Do the finalTodd C. Miller
1998-08-14realloc repairTheo de Raadt
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-02-07Cast pointer in assignmentThorsten Lockert
1998-01-12Based on some FreeBSD changes:Todd C. Miller
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to theTodd C. Miller