index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
fgets.c
Age
Commit message (
Expand
)
Author
2012-03-15
- ansify, knf.
christos
2009-10-25
revert some of dsl's changes to make things build on i386; he can undo what
christos
2009-10-25
Lint is differentially far too picky...
dsl
2009-10-24
Remove a load of pointless casts - one that even lint doesn't bleat about.
dsl
2009-10-24
Check for EOF before erroring fgets() with length <= 0.
dsl
2009-10-14
Change a while () {} into a do {} while() so that fgets(buf, 1, file)
dsl
2009-02-05
sign-compare fix
lukem
2007-06-03
Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions
christos
2003-12-14
remove superfluous assignment
lukem
2003-10-10
Remove another unneeded cast to size_t.
simonb
2003-10-09
No need to cast "len" to a size_t now that "len" is a size_t.
simonb
2003-10-08
avoid signed->unsigned assignment. openbsd PR 1709
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-12-07
- make FILE structure extensible without breaking binary-compatibility.
yamt
1999-11-14
missing ;
explorer
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-15
change len from size_t to int so that len = fp->_r does not get promoted
christos
1998-09-07
Sloppy stdio stream lock tracking.
kleink
1998-02-03
remove obsolete register declarations
perry
1998-01-19
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
jtc
1997-07-13
Fix RCSID's
christos
1995-03-25
change second arg of fgets() from size_t to int
jtc
1995-02-02
Merged with 4.4lite.
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd