summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/asprintf.c
AgeCommit message (Expand)Author
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
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
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
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