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
/
vfprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add support for long long modifier (e.g. %llx, %lld).
dfr
1999-03-11
1
-3
/
+9
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-2
/
+2
*
Don't assign the va_list variable 'ap' directly to the argtable because
jb
1998-05-08
1
-19
/
+18
*
Add FILE locking stubs for libc.
jb
1998-04-11
1
-17
/
+6
*
size_t -> unsigned
ache
1998-01-04
1
-3
/
+3
*
Add overflow checks: if output size becomes bigger than INT_MAX,
ache
1997-12-25
1
-2
/
+13
*
Return back to BSD snprintf semantics which recent C9x standard adopts
ache
1997-12-24
1
-9
/
+5
*
Fix snprintf(...%n...)
ache
1997-12-24
1
-5
/
+9
*
Comment that long double is poorly implemented, not that it is unimplemented.
bde
1997-12-19
1
-2
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
The following patch to lib/libc/stdio implements positional arguments in
jkh
1997-01-14
1
-22
/
+400
*
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
-1
/
+10
*
The 4.4-lite vfprintf counted the %# hex prefix and the sign in
fenner
1996-03-20
1
-8
/
+6
*
Reviewed by: julian and (hsu?)
julian
1996-01-22
1
-3
/
+23
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Obtained from: 1.1.5 (originally by jtc)
bde
1995-04-06
1
-1
/
+2
*
Remove `|| flags & ALT == 0' which was an obscure no-op, not a
bde
1995-03-12
1
-1
/
+1
*
Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for this
bde
1995-03-12
1
-15
/
+23
*
Fix handling of 'e' format floating point so that it prints trailing zeros
dfr
1995-01-19
1
-1
/
+0
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+859