summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/asprintf.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-04-23Renumber clauses to reduce diffs to other versionsEd Maste
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2009-03-02Rewrite asprintf() as a wrapper around vasprintf(), thus reducing theDavid Schultz
2008-04-17Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin
2002-09-26Back out previous and solve the problems a different way: move va_start/Tim J. Robbins
2002-09-26Sync with OpenBSD: avoid memory leak when __vfprintf() fails because itTim J. Robbins
2002-08-19Leave room for a trailing NUL not a NULL, that's not an ASCII character.Juli Mallett
2002-08-13Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins
2002-05-28Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2001-02-11libc MT-safety, part 2.Daniel Eischen
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-09-16Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh
1998-07-08Replace my original asprintf() and vasprintf() hacks with somethingPeter Wemm
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-05-27Add an implementation of the gnu-ish asprintf() and vasprintf(). They arePeter Wemm