summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vasprintf.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-2/+14
* I feel this wording of the history is more clear.David E. O'Brien2010-04-051-6/+3
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedJohn Baldwin2010-03-111-4/+1
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-3/+2
* Back out previous, free the buffer when __vfprintf() fails and don't botherTim J. Robbins2002-09-261-19/+13
* Sync with OpenBSD: avoid memory leak when __vfprintf() fails because itTim J. Robbins2002-09-261-12/+19
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-1/+1
* Leave room for a trailing NUL not a NULL, that's not an ASCII character.Juli Mallett2002-08-191-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-2/+2
* Replace my original asprintf() and vasprintf() hacks with somethingPeter Wemm1998-07-081-113/+35
* Added #include <string.h> to get prototypes.John Birrell1998-03-091-1/+2
* Rework previous commit.. I was confused by the number of diffs in the PRPeter Wemm1997-07-061-8/+29
* Fix off-by-one errorPeter Wemm1997-07-061-4/+6
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix some of the problems that bde pointed out to me some time ago.Peter Wemm1996-07-281-7/+16
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-5/+7
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arePeter Wemm1996-05-271-0/+108