index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
vsnprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix vsnprintf(3) memory leak for size == 0.
maxim
2002-09-17
1
-0
/
+6
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
1
-1
/
+1
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
1
-1
/
+1
*
- For compliance with IEEE Std 1003.1-2001, add the 'restrict'
robert
2002-08-15
1
-5
/
+2
*
Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),
tjr
2002-08-13
1
-0
/
+3
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-4
/
+2
*
revert freeing of memory that gets allocated when str == NULL
assar
2001-06-18
1
-2
/
+0
*
free memory that gets allocated by vfprintf when str == NULL
assar
2001-06-16
1
-0
/
+2
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
1. EOF was returned when the buffer size was larger than INT_MAX. This
ache
1998-01-01
1
-5
/
+5
*
Correct type of stored argument place (from previous fix)
ache
1997-12-24
1
-2
/
+2
*
Return back to BSD snprintf semantics which recent C9x standard adopts
ache
1997-12-24
1
-6
/
+9
*
1) Oops! Insert again if (n == 0) return 0.
ache
1997-12-24
1
-5
/
+5
*
Back out part related to "return 0 if n == 0" and return EOF as before.
ache
1997-12-24
1
-3
/
+1
*
snprintf return value fixes to conform Single Unix specs:
ache
1997-12-24
1
-3
/
+8
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer
jraynard
1996-06-22
1
-0
/
+4
*
Reviewed by: julian and (hsu?)
julian
1996-01-22
1
-0
/
+2
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+60