summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vasprintf.c
AgeCommit message (Expand)Author
2024-09-20printf(): Save errno earlier.Dag-Erling Smørgrav
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-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2010-04-05I feel this wording of the history is more clear.David E. O'Brien
2010-03-11- Use an initializer macro to initialize fields in 'fake' FILE objects usedJohn Baldwin
2008-04-17Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin
2002-09-26Back out previous, free the buffer when __vfprintf() fails and don't botherTim J. Robbins
2002-09-26Sync with OpenBSD: avoid memory leak when __vfprintf() fails because itTim J. Robbins
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
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-03-22Fix the style of the SCM ID's.David E. O'Brien
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel 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
1998-03-09Added #include <string.h> to get prototypes.John Birrell
1997-07-06Rework previous commit.. I was confused by the number of diffs in the PRPeter Wemm
1997-07-06Fix off-by-one errorPeter Wemm
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-07-28Fix some of the problems that bde pointed out to me some time ago.Peter Wemm
1996-06-22Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard
1996-05-27Add an implementation of the gnu-ish asprintf() and vasprintf(). They arePeter Wemm