summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vsnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix vsnprintf(3) memory leak for size == 0.maxim2002-09-171-0/+6
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-1/+1
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'robert2002-08-151-5/+2
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+3
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* revert freeing of memory that gets allocated when str == NULLassar2001-06-181-2/+0
* free memory that gets allocated by vfprintf when str == NULLassar2001-06-161-0/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 1. EOF was returned when the buffer size was larger than INT_MAX. Thisache1998-01-011-5/+5
* Correct type of stored argument place (from previous fix)ache1997-12-241-2/+2
* Return back to BSD snprintf semantics which recent C9x standard adoptsache1997-12-241-6/+9
* 1) Oops! Insert again if (n == 0) return 0.ache1997-12-241-5/+5
* Back out part related to "return 0 if n == 0" and return EOF as before.ache1997-12-241-3/+1
* snprintf return value fixes to conform Single Unix specs:ache1997-12-241-3/+8
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-0/+4
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+2
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+60
OpenPOWER on IntegriCloud