| Commit message (Expand) | Author | Age | Files | Lines |
| * | Catch up with recent vfprintf.c changes. | Tim J. Robbins | 2003-04-07 | 1 | -175/+215 |
| * | __wcsconv(): free(convbuf) before returning NULL | Andrey A. Chernov | 2003-04-07 | 1 | -2/+4 |
| * | Today just isn't my day. Remove some old commented out code that snuck | David Schultz | 2003-04-07 | 1 | -1/+1 |
| * | - %e conversions with precision 0 should not cause a decimal point to | David Schultz | 2003-04-07 | 1 | -18/+22 |
| * | Rework the floating point code in printf(). Significant changes: | David Schultz | 2003-04-05 | 2 | -151/+191 |
| * | Add missing #include to unbreak previous commit. | David Schultz | 2003-04-05 | 1 | -0/+1 |
| * | Correct some buffer sizes. | David Schultz | 2003-04-05 | 3 | -23/+42 |
| * | Merge vfprintf.c revision 1.52. | Tim J. Robbins | 2003-03-14 | 1 | -2/+2 |
| * | Kludge around a bug that results from printf() assuming that | David Schultz | 2003-03-14 | 1 | -1/+1 |
| * | Unexpand RCS tag. | Tim J. Robbins | 2003-03-14 | 1 | -1/+1 |
| * | MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'s | Tim J. Robbins | 2003-03-13 | 1 | -11/+10 |
| * | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 1 | -9/+10 |
| * | MFp4: Add the standard "the {fgetws,fputws} function will fail if" text | Tim J. Robbins | 2003-03-09 | 2 | -0/+6 |
| * | mdoc(7) police: markup laundry. | Ruslan Ermilov | 2003-02-23 | 4 | -10/+12 |
| * | Fix the description for mkdtemp(), which creates directories, not files. | Gregory Neil Shapiro | 2003-02-19 | 1 | -1/+1 |
| * | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | Jacques Vidrine | 2003-02-16 | 1 | -2/+2 |
| * | Fix use of an uninitialized pointer introduced in a previous revision. | Mike Makonnen | 2003-02-06 | 1 | -0/+1 |
| * | Back out previous. Many people disagreed with removing the warning. | Tim J. Robbins | 2003-01-30 | 1 | -0/+8 |
| * | Remove runtime warning about gets(). | Tim J. Robbins | 2003-01-30 | 1 | -8/+0 |
| * | Lock stdin on entry, unlock on return, use __sgetc() instead of getchar() | Tim J. Robbins | 2003-01-30 | 1 | -5/+9 |
| * | Remove part of my stateful locale patch that slipped into the previous rev. | Tim J. Robbins | 2003-01-26 | 1 | -3/+0 |
| * | Initial implementation of the C99 feature whereby calling freopen() with | Tim J. Robbins | 2003-01-26 | 2 | -2/+94 |
| * | Lock the stream before calling __sfileno() to retrieve the file descriptor. | Tim J. Robbins | 2003-01-13 | 1 | -2/+10 |
| * | Add missing word to "Return Values" section. | Tim J. Robbins | 2003-01-13 | 1 | -0/+1 |
| * | The macro versions of putc() and putchar() are gone. | Tim J. Robbins | 2003-01-10 | 1 | -9/+3 |
| * | There is no macro version of getc() anymore. | Tim J. Robbins | 2003-01-10 | 1 | -2/+1 |
| * | Bring the list of function-like macros up to date with reality. | Tim J. Robbins | 2003-01-10 | 1 | -28/+20 |
| * | spell multiple correctly. | Alfred Perlstein | 2003-01-10 | 1 | -1/+1 |
| * | Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked() | Tim J. Robbins | 2003-01-10 | 2 | -3/+38 |
| * | Add a manual page for flockfile(), ftrylockfile(), and funlockfile(). | Tim J. Robbins | 2003-01-10 | 2 | -1/+106 |
| * | Document getc_unlocked(), getchar_unlocked(), putc_unlocked(), | Tim J. Robbins | 2003-01-10 | 3 | -6/+68 |
| * | Add function versions of getchar_unlocked(), getc_unlocked(), | Tim J. Robbins | 2003-01-10 | 2 | -1/+96 |
| * | Remove an unused variable: mbresult. | Tim J. Robbins | 2003-01-07 | 1 | -1/+0 |
| * | #include <stdlib.h> for free()'s prototype. | Tim J. Robbins | 2003-01-07 | 1 | -0/+1 |
| * | Note that the printf(3) and scanf(3) family of functions don't deal with | Tim J. Robbins | 2003-01-06 | 2 | -2/+14 |
| * | #include "local.h" to make __svfscanf()'s prototype visible. | Tim J. Robbins | 2003-01-03 | 3 | -0/+3 |
| * | Reset the stream orientation to 0 (unoriented) in freopen(), as required | Tim J. Robbins | 2003-01-03 | 1 | -0/+1 |
| * | mdoc(7) police: Deal with self-xrefs. | Ruslan Ermilov | 2002-12-24 | 1 | -1/+1 |
| * | Document the fact that the printf() family of functions return negative | Tim J. Robbins | 2002-12-20 | 1 | -2/+14 |
| * | C99 standardised the vscanf() family of functions, update Standards | Tim J. Robbins | 2002-12-20 | 1 | -2/+5 |
| * | Write the message to stderr, not file descriptor 2, so that perror() | Tim J. Robbins | 2002-12-19 | 1 | -1/+7 |
| * | Use strerror_r() to format the error message so that strerror()'s static | Tim J. Robbins | 2002-12-19 | 1 | -1/+4 |
| * | mdoc(7) police: "The .Fa argument.". | Ruslan Ermilov | 2002-12-19 | 5 | -8/+10 |
| * | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | Ruslan Ermilov | 2002-12-18 | 1 | -2/+2 |
| * | mdoc(7) police: "The .Fn function". | Ruslan Ermilov | 2002-12-18 | 5 | -5/+21 |
| * | mdoc(7) police: tiny nits. | Ruslan Ermilov | 2002-12-09 | 1 | -4/+4 |
| * | Consistently mark std(in|out|err) with .Dv, because that's how they | Ruslan Ermilov | 2002-12-04 | 12 | -17/+17 |
| * | mdoc(7) police: markup overhaul. | Ruslan Ermilov | 2002-12-04 | 6 | -14/+22 |
| * | mdoc(7) police: formatting nits. | Ruslan Ermilov | 2002-11-29 | 1 | -1/+1 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -3/+1 |