| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 127 | -127/+127 |
| * | MFC: rev. 1.2 | Christian Brueffer | 2005-09-24 | 1 | -1/+1 |
| * | The header glue.h should provide just a declaration for the variable | Stefan Farfeleder | 2005-05-13 | 1 | -1/+2 |
| * | The correct description for mode "w" is | Dag-Erling Smørgrav | 2005-05-04 | 1 | -1/+1 |
| * | Be bug-for-bug compatible with the C standard with respect to | David Schultz | 2005-04-16 | 2 | -4/+16 |
| * | Remove unused variable. | Stefan Farfeleder | 2005-04-08 | 1 | -3/+2 |
| * | Fix EOVERFLOW detection in vswprintf(3) | Max Khon | 2005-02-21 | 1 | -4/+5 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-20 | 3 | -55/+55 |
| * | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -1/+3 |
| * | Document that the length modifier l is ignored for floating point | Stefan Farfeleder | 2004-10-16 | 1 | -1/+3 |
| * | Don't add integers to void pointers. | Stefan Farfeleder | 2004-10-03 | 1 | -1/+2 |
| * | Don't forget to va_end() the va_list we get from va_copy(). | Dag-Erling Smørgrav | 2004-08-26 | 2 | -0/+2 |
| * | note that it is the caller's responsibility to free any buffer passed | Alfred Perlstein | 2004-08-24 | 1 | -0/+5 |
| * | Fix an off-by-one bug that caused the first character of the buffer to | Tim J. Robbins | 2004-08-06 | 1 | -2/+1 |
| * | Read directly from the stdio buffer using the new __mbsnrtowcs() interface | Tim J. Robbins | 2004-07-21 | 1 | -14/+38 |
| * | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | Tim J. Robbins | 2004-07-21 | 1 | -1/+2 |
| * | Use __wcsrtombs() and __sfvwrite() to convert and write the wide character | Tim J. Robbins | 2004-07-21 | 1 | -8/+25 |
| * | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | Tim J. Robbins | 2004-07-20 | 3 | -3/+6 |
| * | Add a cross reference to fgetwln(3). | Tim J. Robbins | 2004-07-16 | 1 | -0/+1 |
| * | Add fgetwln(), a wide character version of fgetln(). | Tim J. Robbins | 2004-07-16 | 3 | -2/+192 |
| * | Rename slbexpand() to __slbexpand() and make it available outside | Tim J. Robbins | 2004-07-16 | 2 | -4/+5 |
| * | Slightly reorganize and simplify. | Tim J. Robbins | 2004-07-09 | 1 | -24/+11 |
| * | Add commentary explaining why we return EBADF upon attempts to fflush() a | Colin Percival | 2004-07-04 | 1 | -0/+12 |
| * | Eliminate double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -2/+2 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -4/+8 |
| * | Markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-30 | 1 | -4/+3 |
| * | Spelling fixes. | Mike Pritchard | 2004-06-21 | 1 | -1/+1 |
| * | The third operand of the conditional operator should have type void too. | Stefan Farfeleder | 2004-06-08 | 2 | -2/+2 |
| * | Rename cantwrite() to prepwrite(). The latter is less confusing, | David Schultz | 2004-06-08 | 1 | -4/+1 |
| * | Rename cantwrite() to prepwrite(). The latter is less confusing, | David Schultz | 2004-06-08 | 4 | -5/+6 |
| * | Set errno to EBADF on attempts to write to a stream that is not | David Schultz | 2004-06-08 | 1 | -2/+5 |
| * | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | Tim J. Robbins | 2004-05-25 | 4 | -0/+8 |
| * | Perform conversions straight from the stream buffer instead of scanning | Tim J. Robbins | 2004-05-22 | 1 | -18/+19 |
| * | Associate a multibyte conversion state object with each stream. Reset it | Tim J. Robbins | 2004-05-22 | 7 | -42/+24 |
| * | Remove bogus FBSDID. | David E. O'Brien | 2004-05-02 | 1 | -3/+1 |
| * | Fix damaged FBSDID. | David E. O'Brien | 2004-05-02 | 1 | -3/+1 |
| * | Merge vfscanf.c, v1.37: | David Schultz | 2004-05-02 | 1 | -8/+7 |
| * | Merge vfprintf.c, v1.65: | David Schultz | 2004-05-02 | 1 | -24/+17 |
| * | - To make it easier to compile *printf() and *scanf() without | David Schultz | 2004-05-02 | 2 | -31/+21 |
| * | Use the correct size to allocate, copy and clear argument type tables | Tim J. Robbins | 2004-04-22 | 2 | -12/+18 |
| * | Prepare to handle trivial state-dependent encodings. Full support for | Tim J. Robbins | 2004-04-07 | 9 | -21/+61 |
| * | Mention that funopen() uses fpos_t incorrectly in the BUGS section. | Tim J. Robbins | 2004-03-20 | 1 | -1/+9 |
| * | Improve documentation for fgetpos() and fsetpos(), and discourage | Tim J. Robbins | 2004-03-20 | 1 | -13/+21 |
| * | Do not redundantly set the stream orientation in getc(), putc(), and | Tim J. Robbins | 2004-03-19 | 6 | -6/+12 |
| * | Update list of macros defined in <stdio.h>. | Tim J. Robbins | 2004-03-17 | 1 | -1/+17 |
| * | Re-add description of putc() macro (back out rev. 1.13.) | Tim J. Robbins | 2004-03-17 | 1 | -2/+8 |
| * | Re-add text that says getc() is a macro (back out rev. 1.16.) | Tim J. Robbins | 2004-03-17 | 1 | -1/+2 |
| * | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | Tim J. Robbins | 2004-03-17 | 6 | -34/+12 |
| * | Refer to "wide characters" instead of "wide-characters". | Tim J. Robbins | 2004-03-16 | 3 | -15/+15 |
| * | Set stream orientation in ungetc() instead of __ungetc(). This avoids | Tim J. Robbins | 2004-03-10 | 1 | -2/+1 |