| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge vfprintf.c revision 1.52. | tjr | 2003-03-14 | 1 | -2/+2 |
* | Kludge around a bug that results from printf() assuming that | das | 2003-03-14 | 1 | -1/+1 |
* | Unexpand RCS tag. | tjr | 2003-03-14 | 1 | -1/+1 |
* | MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'s | tjr | 2003-03-13 | 1 | -11/+10 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 1 | -9/+10 |
* | MFp4: Add the standard "the {fgetws,fputws} function will fail if" text | tjr | 2003-03-09 | 2 | -0/+6 |
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 4 | -10/+12 |
* | Fix the description for mkdtemp(), which creates directories, not files. | gshapiro | 2003-02-19 | 1 | -1/+1 |
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | nectar | 2003-02-16 | 1 | -2/+2 |
* | Fix use of an uninitialized pointer introduced in a previous revision. | mtm | 2003-02-06 | 1 | -0/+1 |
* | Back out previous. Many people disagreed with removing the warning. | tjr | 2003-01-30 | 1 | -0/+8 |
* | 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 |