| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove runtime warning about gets(). | tjr | 2003-01-30 | 1 | -8/+0 |
* | Lock stdin on entry, unlock on return, use __sgetc() instead of getchar() | tjr | 2003-01-30 | 1 | -5/+9 |
* | Remove part of my stateful locale patch that slipped into the previous rev. | tjr | 2003-01-26 | 1 | -3/+0 |
* | Initial implementation of the C99 feature whereby calling freopen() with | tjr | 2003-01-26 | 2 | -2/+94 |
* | Lock the stream before calling __sfileno() to retrieve the file descriptor. | tjr | 2003-01-13 | 1 | -2/+10 |
* | Add missing word to "Return Values" section. | tjr | 2003-01-13 | 1 | -0/+1 |
* | The macro versions of putc() and putchar() are gone. | tjr | 2003-01-10 | 1 | -9/+3 |
* | There is no macro version of getc() anymore. | tjr | 2003-01-10 | 1 | -2/+1 |
* | Bring the list of function-like macros up to date with reality. | tjr | 2003-01-10 | 1 | -28/+20 |
* | spell multiple correctly. | alfred | 2003-01-10 | 1 | -1/+1 |
* | Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked() | tjr | 2003-01-10 | 2 | -3/+38 |
* | Add a manual page for flockfile(), ftrylockfile(), and funlockfile(). | tjr | 2003-01-10 | 2 | -1/+106 |
* | Document getc_unlocked(), getchar_unlocked(), putc_unlocked(), | tjr | 2003-01-10 | 3 | -6/+68 |
* | Add function versions of getchar_unlocked(), getc_unlocked(), | tjr | 2003-01-10 | 2 | -1/+96 |
* | Remove an unused variable: mbresult. | tjr | 2003-01-07 | 1 | -1/+0 |
* | #include <stdlib.h> for free()'s prototype. | tjr | 2003-01-07 | 1 | -0/+1 |
* | Note that the printf(3) and scanf(3) family of functions don't deal with | tjr | 2003-01-06 | 2 | -2/+14 |
* | #include "local.h" to make __svfscanf()'s prototype visible. | tjr | 2003-01-03 | 3 | -0/+3 |
* | Reset the stream orientation to 0 (unoriented) in freopen(), as required | tjr | 2003-01-03 | 1 | -0/+1 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
* | Document the fact that the printf() family of functions return negative | tjr | 2002-12-20 | 1 | -2/+14 |
* | C99 standardised the vscanf() family of functions, update Standards | tjr | 2002-12-20 | 1 | -2/+5 |
* | Write the message to stderr, not file descriptor 2, so that perror() | tjr | 2002-12-19 | 1 | -1/+7 |
* | Use strerror_r() to format the error message so that strerror()'s static | tjr | 2002-12-19 | 1 | -1/+4 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 5 | -8/+10 |
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 1 | -2/+2 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 5 | -5/+21 |
* | mdoc(7) police: tiny nits. | ru | 2002-12-09 | 1 | -4/+4 |
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 12 | -17/+17 |
* | mdoc(7) police: markup overhaul. | ru | 2002-12-04 | 6 | -14/+22 |
* | mdoc(7) police: formatting nits. | ru | 2002-11-29 | 1 | -1/+1 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -3/+1 |
* | bde points out that the LIBC_MAJOR macro doesn't exist and requests | imp | 2002-11-14 | 1 | -3/+6 |
* | Restore Peter's version of static __sF. There's too much pain for it | imp | 2002-11-10 | 1 | -1/+4 |
* | Backout "compatibility hack" for __sF. | alfred | 2002-11-04 | 2 | -9/+1 |
* | Provide a hook to make __sF visible outside of libc for commercial apps | alfred | 2002-11-02 | 2 | -1/+9 |
* | No need to include floatio.h here: vfscanf() no longer uses anything | tjr | 2002-11-01 | 2 | -2/+0 |
* | Make __sF static. This can not be allowed to exist in 5.x. | alfred | 2002-10-31 | 1 | -1/+1 |
* | Cross-reference putc(3). | tjr | 2002-10-28 | 1 | -0/+1 |
* | The ORIENTLOCK macro is no longer needed since all functions use | tjr | 2002-10-25 | 1 | -7/+0 |
* | Cross-reference fmtcheck(3). | tjr | 2002-10-20 | 1 | -0/+1 |
* | Give in on the __sF stuff. I have a better fix in mind that is future | peter | 2002-10-19 | 1 | -1/+1 |
* | Indent code example with one tab, not two, for consistency with the rest. | tjr | 2002-10-19 | 1 | -8/+8 |
* | Fix off-by-one error when pushing back a multibyte sequence in | tjr | 2002-10-17 | 1 | -2/+6 |
* | Make part of the previous change clearer; check flags for SUPPRESS directly | tjr | 2002-10-17 | 1 | -7/+7 |
* | The field width for single-byte string conversions (%c, %s, %[) is the | tjr | 2002-10-17 | 1 | -33/+88 |
* | Count field width correctly for suppressed multibyte fields (%*lc, | tjr | 2002-10-16 | 1 | -60/+84 |
* | Set the error bit on the stream if an encoding error occurs. Improve | tjr | 2002-10-16 | 6 | -15/+52 |
* | Add support for the XSI %C and %S formats, which are the same as %lc | tjr | 2002-10-16 | 2 | -0/+24 |
* | Use a weak reference instead of a macro to make vfscanf an alias | tjr | 2002-10-14 | 2 | -0/+4 |