summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Back out disabling ungetc() at 0, use different solution:ache2001-09-015-34/+48
* Add originally missing __sinit() call.ache2001-08-311-0/+4
* Simplify offset underflow checks even moreache2001-08-311-12/+2
* Describe that we disallow ungetc at offset 0 now.ache2001-08-311-1/+4
* Disallow ungetc at offset 0 (to prevent negative offset happens), so simplifyache2001-08-312-22/+15
* Drop buffer first, _then_ ask for real positionache2001-08-311-4/+4
* The same big piece of ftell code repeated in 3 places. Simplify things movingache2001-08-313-94/+30
* If file offset is smaller than internal buffer character left count, just dropache2001-08-312-16/+30
* Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftellache2001-08-311-0/+2
* Detect fp->_offset overflow on readache2001-08-311-9/+23
* Use ``.Rv -std'' wherever possible.ru2001-08-311-7/+3
* Try to discard some ungetc data in saved internal buffer checks too,ache2001-08-302-7/+25
* goto dumb; if can't obtain curoff for whence != SEEK_CUR cases, as supposedache2001-08-301-8/+4
* Add more EOVERFLOW checks.ache2001-08-302-31/+94
* Cosmetique fixes from bdeache2001-08-261-2/+0
* Cosmetique: correct English in commentsache2001-08-231-2/+2
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-1/+1
* Add about rewind+errno, describe ESPIPE, minor formatting.ache2001-08-191-6/+23
* Simplify overflow calculations a bitache2001-08-171-4/+2
* Remove extra check, already done in upper level caller, i.e. inache2001-08-171-5/+1
* Mention ftell & ftello in EOVERFLOW section too.ache2001-08-171-1/+5
* Add more overflow checks in case of fseek()ache2001-08-171-0/+8
* Don't clear "we have offset" flag even if long is overflow for fseek(),ache2001-08-171-1/+0
* fseek.c:ache2001-08-174-10/+36
* Explain the relation of getchar() to getc() in less words.dd2001-08-161-5/+1
* Use smarter overflow testsache2001-08-151-3/+6
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):ache2001-08-153-13/+45
* Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-(peter2001-08-131-15/+6
* Use .Fn, .Fa, and .Dv where appropriate.dd2001-08-101-2/+6
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-6/+1
* mdoc(7) police:ru2001-08-071-4/+2
* Avoid any chance of being misunderstood as having libelled developerssheldonh2001-07-291-1/+1
* Remove whitespace at EOL.dd2001-07-159-29/+29
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-092-2/+0
* Attempt to use the environment variable TMPDIR for the temporarymikeh2001-07-072-3/+20
* mdoc(7) police: fixed/simplified formatting.ru2001-07-041-130/+81
* (cantwrite): do not allocate memory for a NULL stringassar2001-06-181-1/+2
* revert freeing of memory that gets allocated when str == NULLassar2001-06-184-8/+0
* free memory that gets allocated by vfprintf when str == NULLassar2001-06-164-0/+8
* Add description for the 'll' modifier for long long. In essence a copyschweikh2001-06-131-4/+24
* Back out my changes describing how snprintf nul terminates. Itimp2001-06-051-9/+11
* Minor improvements:imp2001-06-051-15/+29
* Properly initialize a temporary FILE that is allocated off the stack.deischen2001-06-042-0/+10
* Correct the documentation for snprintf() and vsprintf() which actuallygshapiro2001-05-301-1/+12
* Add warnings about trusting user-supplied data.eric2001-05-251-0/+14
* mdoc(7) police: fix markup.ru2001-04-181-2/+6
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-4/+4
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Fix style nit.obrien2001-03-051-1/+1
OpenPOWER on IntegriCloud