index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
fgets.c
Age
Commit message (
Expand
)
Author
2016-09-21
Delete casts to off_t and size_t that are implied by assignments
Philip Guenther
2015-08-31
Add framework for resolving (pun intended) libc namespace issues, using
Philip Guenther
2009-11-09
Fix the handle locking in stdio to use flockfile/funlockfile
Kurt Miller
2009-10-22
Back out previous commit, as it caused too much growth for the install
Philip Guenthe
2009-10-21
Fix the handle locking in stdio to use flockfile/funlockfile
Philip Guenthe
2009-06-02
Set errno to EINVAL when fgets is given a non-positive size.
Ray Lai
2005-08-08
zap remaining rcsid.
Marc Espie
2005-06-17
next citrus step.
Marc Espie
2005-05-28
Use '\0' not 0 when storing as a char, part from Andrey Matveev.
Todd C. Miller
2004-09-28
deregister + ansify, no change in object code. ok deraadt@ millert@
Otto Moerbeek
2003-10-08
Avoid a possible signed->unsigned assignment, fixes PR1709 (Claus Assmann)
Anil Madhavapeddy
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-17
Document behaviour when size = 1. ok millert@
Paul Janzen
2001-07-09
a first pass at -Wall
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt