summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgets.c
AgeCommit message (Expand)Author
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt
1999-11-14missing ;explorer
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15change len from size_t to int so that len = fp->_r does not get promotedchristos
1998-09-07Sloppy stdio stream lock tracking.kleink
1998-02-03remove obsolete register declarationsperry
1998-01-19Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdiojtc
1997-07-13Fix RCSID'schristos
1995-03-25change second arg of fgets() from size_t to intjtc
1995-02-02Merged with 4.4lite.jtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd