summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/asprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-0/+18
* Rewrite asprintf() as a wrapper around vasprintf(), thus reducing thedas2009-03-021-43/+22
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-3/+2
* Back out previous and solve the problems a different way: move va_start/tjr2002-09-261-20/+13
* Sync with OpenBSD: avoid memory leak when __vfprintf() fails because ittjr2002-09-261-12/+20
* 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
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-15/+0
* Fix the style of the SCM ID's.obrien2002-03-221-3/+2
* libc MT-safety, part 2.deischen2001-02-111-1/+3
* $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-18/+40
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arepeter1996-05-271-0/+59
OpenPOWER on IntegriCloud