summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix style breakage.obrien2001-03-051-0/+1
* Hide the definition of struct __sFILEX and add the neededdeischen2001-03-012-81/+33
* .St -ansiC -> .St -isoCru2001-02-2618-22/+22
* Correctly handle the race itself, too (don't leave it locked).green2001-02-231-0/+1
* Use the right names to call pthread_mutex_{,un}lock so that thingsgreen2001-02-231-2/+2
* Fix the problems I (and others, undoubtedly) have been having for agreen2001-02-231-3/+12
* Place some hooks (__stdin, __stdout, __stderr) into libc for a futurepeter2001-02-201-0/+23
* Extra needs to be initialized for our usual pool of FILEs. This wasimp2001-02-161-3/+14
* Fix the current libc breakage in current:imp2001-02-165-17/+38
* Remove freelists managed by Balloc/Bfree.tegge2001-02-151-5/+18
* Commit a libc fix going by the current state of the version numberingpeter2001-02-141-9/+10
* It sounded like a good idea at the time. The previous change breakspeter2001-02-121-4/+0
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andpeter2001-02-121-0/+4
* libc MT-safety, part 2.deischen2001-02-1119-102/+247
* mdoc(7) police: mark LC_NUMERIC with .Dv.ru2001-02-102-2/+4
OpenPOWER on IntegriCloud