| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetique: correct English in comments | ache | 2001-08-23 | 1 | -2/+2 |
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -1/+1 |
* | Add about rewind+errno, describe ESPIPE, minor formatting. | ache | 2001-08-19 | 1 | -6/+23 |
* | Simplify overflow calculations a bit | ache | 2001-08-17 | 1 | -4/+2 |
* | Remove extra check, already done in upper level caller, i.e. in | ache | 2001-08-17 | 1 | -5/+1 |
* | Mention ftell & ftello in EOVERFLOW section too. | ache | 2001-08-17 | 1 | -1/+5 |
* | Add more overflow checks in case of fseek() | ache | 2001-08-17 | 1 | -0/+8 |
* | Don't clear "we have offset" flag even if long is overflow for fseek(), | ache | 2001-08-17 | 1 | -1/+0 |
* | fseek.c: | ache | 2001-08-17 | 4 | -10/+36 |
* | Explain the relation of getchar() to getc() in less words. | dd | 2001-08-16 | 1 | -5/+1 |
* | Use smarter overflow tests | ache | 2001-08-15 | 1 | -3/+6 |
* | 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek): | ache | 2001-08-15 | 3 | -13/+45 |
* | Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( | peter | 2001-08-13 | 1 | -15/+6 |
* | Use .Fn, .Fa, and .Dv where appropriate. | dd | 2001-08-10 | 1 | -2/+6 |
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | yar | 2001-08-09 | 1 | -6/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -4/+2 |
* | Avoid any chance of being misunderstood as having libelled developers | sheldonh | 2001-07-29 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 9 | -29/+29 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 2 | -2/+0 |
* | Attempt to use the environment variable TMPDIR for the temporary | mikeh | 2001-07-07 | 2 | -3/+20 |
* | mdoc(7) police: fixed/simplified formatting. | ru | 2001-07-04 | 1 | -130/+81 |
* | (cantwrite): do not allocate memory for a NULL string | assar | 2001-06-18 | 1 | -1/+2 |
* | revert freeing of memory that gets allocated when str == NULL | assar | 2001-06-18 | 4 | -8/+0 |
* | free memory that gets allocated by vfprintf when str == NULL | assar | 2001-06-16 | 4 | -0/+8 |
* | Add description for the 'll' modifier for long long. In essence a copy | schweikh | 2001-06-13 | 1 | -4/+24 |
* | Back out my changes describing how snprintf nul terminates. It | imp | 2001-06-05 | 1 | -9/+11 |
* | Minor improvements: | imp | 2001-06-05 | 1 | -15/+29 |
* | Properly initialize a temporary FILE that is allocated off the stack. | deischen | 2001-06-04 | 2 | -0/+10 |
* | Correct the documentation for snprintf() and vsprintf() which actually | gshapiro | 2001-05-30 | 1 | -1/+12 |
* | Add warnings about trusting user-supplied data. | eric | 2001-05-25 | 1 | -0/+14 |
* | mdoc(7) police: fix markup. | ru | 2001-04-18 | 1 | -2/+6 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 1 | -4/+4 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | Fix style nit. | obrien | 2001-03-05 | 1 | -1/+1 |
* | Fix style breakage. | obrien | 2001-03-05 | 1 | -0/+1 |
* | Hide the definition of struct __sFILEX and add the needed | deischen | 2001-03-01 | 2 | -81/+33 |
* | .St -ansiC -> .St -isoC | ru | 2001-02-26 | 18 | -22/+22 |
* | Correctly handle the race itself, too (don't leave it locked). | green | 2001-02-23 | 1 | -0/+1 |
* | Use the right names to call pthread_mutex_{,un}lock so that things | green | 2001-02-23 | 1 | -2/+2 |
* | Fix the problems I (and others, undoubtedly) have been having for a | green | 2001-02-23 | 1 | -3/+12 |
* | Place some hooks (__stdin, __stdout, __stderr) into libc for a future | peter | 2001-02-20 | 1 | -0/+23 |
* | Extra needs to be initialized for our usual pool of FILEs. This was | imp | 2001-02-16 | 1 | -3/+14 |
* | Fix the current libc breakage in current: | imp | 2001-02-16 | 5 | -17/+38 |
* | Remove freelists managed by Balloc/Bfree. | tegge | 2001-02-15 | 1 | -5/+18 |
* | Commit a libc fix going by the current state of the version numbering | peter | 2001-02-14 | 1 | -9/+10 |
* | It sounded like a good idea at the time. The previous change breaks | peter | 2001-02-12 | 1 | -4/+0 |
* | Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and | peter | 2001-02-12 | 1 | -0/+4 |
* | libc MT-safety, part 2. | deischen | 2001-02-11 | 19 | -102/+247 |
* | mdoc(7) police: mark LC_NUMERIC with .Dv. | ru | 2001-02-10 | 2 | -2/+4 |