aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-1/+1
* - Introduce the 'restrict' qualifier to function prototypes andRobert Drehmel2002-08-151-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+3
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-17/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* revert freeing of memory that gets allocated when str == NULLAssar Westerlund2001-06-181-2/+0
* free memory that gets allocated by vfprintf when str == NULLAssar Westerlund2001-06-161-0/+2
* libc MT-safety, part 2.Daniel Eischen2001-02-111-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 1. EOF was returned when the buffer size was larger than INT_MAX. ThisAndrey A. Chernov1998-01-011-5/+5
* Correct type of stored argument place (from previous fix)Andrey A. Chernov1997-12-241-2/+2
* Return back to BSD snprintf semantics which recent C9x standard adoptsAndrey A. Chernov1997-12-241-6/+9
* 1) Oops! Insert again if (n == 0) return 0.Andrey A. Chernov1997-12-241-5/+5
* Back out part related to "return 0 if n == 0" and return EOF as before.Andrey A. Chernov1997-12-241-3/+1
* snprintf return value fixes to conform Single Unix specs:Andrey A. Chernov1997-12-241-3/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-0/+4
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-0/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+76