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
Commit message (
Expand
)
Author
Age
Files
Lines
*
size_t -> unsigned
ache
1998-01-04
1
-3
/
+3
*
1. EOF was returned when the buffer size was larger than INT_MAX. This
ache
1998-01-01
2
-10
/
+10
*
Add overflow checks: if output size becomes bigger than INT_MAX,
ache
1997-12-25
1
-2
/
+13
*
Correct type of stored argument place (from previous fix)
ache
1997-12-24
2
-4
/
+4
*
1) Restore back comment about snprintf()
ache
1997-12-24
1
-7
/
+10
*
Return back to BSD snprintf semantics which recent C9x standard adopts
ache
1997-12-24
3
-21
/
+23
*
1) Oops! Insert again if (n == 0) return 0.
ache
1997-12-24
2
-10
/
+10
*
Back out part related to "return 0 if n == 0" and return EOF as before.
ache
1997-12-24
2
-6
/
+2
*
Fix snprintf(...%n...)
ache
1997-12-24
1
-5
/
+9
*
Remove wrong comment about snprintf:
ache
1997-12-24
1
-5
/
+4
*
snprintf return value fixes to conform Single Unix specs:
ache
1997-12-24
2
-6
/
+16
*
Comment that long double is poorly implemented, not that it is unimplemented.
bde
1997-12-19
1
-2
/
+3
*
Fixed long double formats. They were mostly not implemented except
bde
1997-11-23
1
-4
/
+7
*
Sorted lists.
bde
1997-10-21
1
-3
/
+5
*
Removed the subdirectory paths from the definitions of MAN[1-9]. They
bde
1997-10-15
1
-7
/
+4
*
Rework previous commit.. I was confused by the number of diffs in the PR
peter
1997-07-06
1
-8
/
+29
*
Fix off-by-one error
peter
1997-07-06
1
-4
/
+6
*
Add 64 bit int support to scanf()
jkh
1997-07-01
2
-14
/
+32
*
Changed all paths to be relative to src/lib instead of src/lib/libc
jb
1997-05-03
1
-2
/
+5
*
Fixed #include and/or prototype bugs in synopsis.
bde
1997-04-13
4
-6
/
+6
*
Fix race
guido
1997-04-07
1
-2
/
+2
*
Eliminate yet one function call when locale not used
ache
1997-04-04
1
-3
/
+4
*
Speedup in case locale not used
ache
1997-04-04
1
-7
/
+16
*
The w+ entry description was misformatted.
mpp
1997-03-27
1
-1
/
+1
*
FIxed arg types (mostly missing consts) in synopsis.
bde
1997-03-19
1
-1
/
+1
*
Merge from Lite2
peter
1997-03-11
1
-2
/
+2
*
This commit was generated by cvs2svn to compensate for changes in r23658,
peter
1997-03-11
1
-17
/
+17
|
\
|
*
Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch
peter
1997-03-11
2
-19
/
+19
*
|
Fixed handling of input failure by the scanf family.
bde
1997-03-03
1
-3
/
+11
*
|
Revert $FreeBSD$ to $Id$
peter
1997-02-22
58
-58
/
+58
*
|
Add XXX comment describing potential memset non-portable issue
ache
1997-02-05
1
-0
/
+3
*
|
Sort cross references.
wosch
1997-01-20
7
-12
/
+12
*
|
Use collate for national [a-z]-like ranges
ache
1997-01-16
1
-8
/
+13
*
|
The following patch to lib/libc/stdio implements positional arguments in
jkh
1997-01-14
2
-22
/
+414
*
|
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
58
-58
/
+58
*
|
perror () does not prepend ": " for the non-NULL argument "". close PR 1492
wosch
1996-09-30
1
-1
/
+1
*
|
.DV -> .Dv (FOPEN_MAX was invisible).
bde
1996-09-28
1
-1
/
+1
*
|
fwopen() argument type mis-described
pst
1996-09-13
1
-1
/
+1
*
|
Correctly use .Fn instead of .Nm to reference function names
mpp
1996-08-22
2
-2
/
+4
*
|
Update some more man pages to use the .Fx macro.
mpp
1996-08-21
1
-1
/
+1
*
|
Fix nasty bracketing/precedence bug. Every time something read (and
peter
1996-08-13
1
-2
/
+2
*
|
Correct the paramter type of the second argument to fgets.
mpp
1996-08-06
1
-1
/
+1
*
|
Fix some of the problems that bde pointed out to me some time ago.
peter
1996-07-28
1
-7
/
+16
*
|
Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer
jraynard
1996-06-22
57
-50
/
+317
*
|
Code cleanup:-
jraynard
1996-06-12
2
-2
/
+3
*
|
Code cleanup:-
jraynard
1996-06-12
6
-13
/
+13
*
|
Code cleanup:-
jraynard
1996-06-12
7
-12
/
+11
*
|
Code cleanup:-
jraynard
1996-06-12
5
-5
/
+5
*
|
Reword the sentence about the required space for the result string.
joerg
1996-06-09
1
-1
/
+1
*
|
Fix bogus MLINKS line from vasprintf change.
jkh
1996-05-29
1
-2
/
+2
[next]