| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify that the value of getc() etc. is an unsigned char converted | fanf | 2002-05-15 | 1 | -0/+4 |
* | Implement several of the c99 updates to scanf(3): | fenner | 2002-04-20 | 2 | -140/+220 |
* | scanf.3 has an obsolete ``this release''. | trhodes | 2002-04-10 | 1 | -7/+0 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 4 | -1/+3 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 68 | -251/+137 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 1 | -5/+5 |
* | Remove __P() usage. | obrien | 2002-03-21 | 11 | -39/+39 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 23 | -56/+56 |
* | Don't refer the reader to look for a word that doesn't exist anywhere | dd | 2002-03-10 | 1 | -1/+3 |
* | mdoc(7) police: | ru | 2002-01-09 | 3 | -3/+6 |
* | All information from the "BUGS" section not belonging in "SECURITY | chris | 2002-01-06 | 2 | -48/+34 |
* | Add new "SECURITY CONSIDERATIONS" sections. | chris | 2002-01-06 | 3 | -0/+48 |
* | Fix some style bugs | phantom | 2001-12-17 | 1 | -15/+18 |
* | Also fix cases when thousands separator should be put before number. For | phantom | 2001-12-13 | 1 | -2/+4 |
* | Respect locale while handling of \' flag. | phantom | 2001-12-13 | 1 | -22/+63 |
* | mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34. | ru | 2001-12-12 | 1 | -57/+67 |
* | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | phantom | 2001-12-07 | 1 | -3/+3 |
* | Remove blank line. | fenner | 2001-12-07 | 1 | -1/+0 |
* | Implement several of the c99 updates to printf(3): | fenner | 2001-11-30 | 2 | -211/+458 |
* | Back out national digits support, POSIX explicetely disallows it: | ache | 2001-11-29 | 1 | -53/+55 |
* | Don't ever assume that isdigit() is always subset of isxdigit() | ache | 2001-11-28 | 1 | -1/+1 |
* | Allow national (non-ASCII) digits | ache | 2001-11-28 | 1 | -55/+53 |
* | mdoc(7) police: sort xrefs. | ru | 2001-11-20 | 1 | -2/+2 |
* | Cross-reference the fdopen and fileno manpages. | murray | 2001-11-14 | 2 | -1/+3 |
* | In > LONG_MAX test use sseek return value and not _offset which can be not | ache | 2001-10-25 | 1 | -3/+4 |
* | Help to recover from bad seek (i.e. negative or too big) happens beyond | ache | 2001-10-24 | 2 | -5/+12 |
* | Back out read buffer invalidating via __SMOD. | ache | 2001-10-23 | 2 | -7/+2 |
* | Change comment explaining another usage of __SMOD | ache | 2001-10-23 | 1 | -2/+2 |
* | Disallow fseek() optimization in internal read buffer, if pointer is moved by | ache | 2001-10-23 | 1 | -0/+5 |
* | Fixed style bugs in previous commit. | bde | 2001-10-15 | 1 | -15/+15 |
* | Make this compile on ia64. | dfr | 2001-10-14 | 1 | -25/+46 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 20 | -23/+23 |
* | 1) If __SAPP stream is not seekable, remove __SAPP flag on first call instead | ache | 2001-09-07 | 1 | -3/+10 |
* | For now just back out seek error checking in __SAPP case, it cause problems | ache | 2001-09-07 | 1 | -2/+2 |
* | When __SOPT is cleared, clear __SOFF too. | ache | 2001-09-03 | 1 | -1/+1 |
* | Re-arrange my funopen(3) fix to minimize differences with original stdio code, | ache | 2001-09-03 | 6 | -83/+91 |
* | Internal seeks are overoptimized. They should remember fp->_offset only for | ache | 2001-09-02 | 2 | -3/+1 |
* | Fix bug in off_t overflow checking: if fp->_offset overflows, just remove | ache | 2001-09-02 | 1 | -5/+3 |
* | Typo seek(2) -> lseek(2) | ache | 2001-09-02 | 1 | -1/+1 |
* | Move all stdio internal flags processing and setting out of __sread(), | ache | 2001-09-02 | 9 | -55/+89 |
* | Save errno before function call and restore it on success (because many | ache | 2001-09-01 | 2 | -2/+11 |
* | Remove even more unneded checks, original code can't overflows in that place | ache | 2001-09-01 | 1 | -5/+1 |
* | Remove two checks unneeded now (can't happens) | ache | 2001-09-01 | 1 | -4/+0 |
* | Make fseek(... SEEK_CUR) fails if current file-position is unspecified. | ache | 2001-09-01 | 2 | -8/+8 |
* | Note that prev. commit addition is for ftell/ftello | ache | 2001-09-01 | 1 | -2/+6 |
* | Describe ESPIPE as result of unspecified file-position indicator value. | ache | 2001-09-01 | 1 | -2/+7 |
* | Describe file-position behaviour from POSIX | ache | 2001-09-01 | 1 | -0/+5 |
* | Strict in the POSIX sence, if file position is unspecified after ungetc() at | ache | 2001-09-01 | 1 | -6/+4 |
* | If lseek to wrong value sucessfully happens despite all pre-checks, set __SERR | ache | 2001-09-01 | 2 | -1/+4 |
* | If position is underflowed, don't try to hide that fact by recovery, just | ache | 2001-09-01 | 1 | -17/+7 |