summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix RCS idstholo1996-08-1991-461/+91
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* ((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR)deraadt1996-08-131-1/+1
| | | | | | becomes ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) my guess at what proven@cygnus.com found
* int not size_t, checked against K&R pg247; netbsd pr#2664, msaitoh@spa.is.uec.ac.jpderaadt1996-07-311-1/+1
|
* whoopsderaadt1996-05-271-2/+2
|
* torek fix to close old descriptor silentlyderaadt1996-05-101-3/+3
|
* Add const qualifier to match prototypetholo1996-03-251-1/+1
|
* typo; fix from norijuki soda; netbsd pr#1954deraadt1996-01-291-2/+2
|
* initial import of NetBSD treederaadt1995-10-1891-0/+11110