summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vsnprintf.c
AgeCommit message (Expand)Author
2024-09-20printf(): Save errno earlier.Dag-Erling Smørgrav
2024-05-13Prepare the system for _FORTIFY_SOURCEKyle Evans
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
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
2012-04-21If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1David Schultz
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
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
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2003-07-02When size is 1 should just null terminate the string. The dummy variableJordan K. Hubbard
2002-09-17Fix vsnprintf(3) memory leak for size == 0.Maxim Konovalov
2002-09-06Style: One space between "restrict" qualifier and "*".Tim J. Robbins
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-08-15 - For compliance with IEEE Std 1003.1-2001, add the 'restrict'Robert Drehmel
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-06-18revert freeing of memory that gets allocated when str == NULLAssar Westerlund
2001-06-16free memory that gets allocated by vfprintf when str == NULLAssar Westerlund
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-01-011. EOF was returned when the buffer size was larger than INT_MAX. ThisAndrey A. Chernov
1997-12-24Correct type of stored argument place (from previous fix)Andrey A. Chernov
1997-12-24Return back to BSD snprintf semantics which recent C9x standard adoptsAndrey A. Chernov
1997-12-241) Oops! Insert again if (n == 0) return 0.Andrey A. Chernov
1997-12-24Back out part related to "return 0 if n == 0" and return EOF as before.Andrey A. Chernov
1997-12-24snprintf return value fixes to conform Single Unix specs:Andrey A. Chernov
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-06-22Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard
1996-01-22Reviewed by: julian and (hsu?)Julian Elischer
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes