summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vasprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-2/+14
* I feel this wording of the history is more clear.obrien2010-04-051-6/+3
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-111-4/+1
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-3/+2
* Back out previous, free the buffer when __vfprintf() fails and don't bothertjr2002-09-261-19/+13
* Sync with OpenBSD: avoid memory leak when __vfprintf() fails because ittjr2002-09-261-12/+19
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-1/+1
* Leave room for a trailing NUL not a NULL, that's not an ASCII character.jmallett2002-08-191-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+3
* Fix the style of the SCM ID's.obrien2002-03-221-3/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-2/+2
* Replace my original asprintf() and vasprintf() hacks with somethingpeter1998-07-081-113/+35
* Added #include <string.h> to get prototypes.jb1998-03-091-1/+2
* Rework previous commit.. I was confused by the number of diffs in the PRpeter1997-07-061-8/+29
* Fix off-by-one errorpeter1997-07-061-4/+6
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix some of the problems that bde pointed out to me some time ago.peter1996-07-281-7/+16
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-5/+7
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arepeter1996-05-271-0/+108
OpenPOWER on IntegriCloud