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
/
fgetln.3
Age
Commit message (
Expand
)
Author
2007-06-21
The `len' argument is guaranteed to be > 0 upon successful completion.
Moritz Jodeit
2007-05-31
convert to new .Dd format;
Jason McIntyre
2006-03-19
Remove extraneous cast to malloc call in fgetln example.
Ray Lai
2005-02-25
Be correct in our man pages when talking about NUL termination (that is,
Chad Loder
2004-08-20
Don't need to check lbuf != NULL when free()ing it. In addition,
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-06-01
- section reorder
Jason McIntyre
2000-12-24
Various repairs, mostly to get rid of short lines.
Aaron Campbell
2000-04-20
Flesh out all of the stdio man pages.
Aaron Campbell
1999-09-21
It's a good idea to check the return value of malloc() in example code.
Aaron Campbell
1999-09-15
Add CAVEATS sections.
Aaron Campbell
1999-07-21
Xr fparseln(3); deraadt@
Aaron Campbell
1998-06-15
use Bx macro for BSD versions
Michael Shalayeff
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt