| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix EOVERFLOW detection in vswprintf(3) | fjoe | 2005-02-21 | 1 | -4/+5 |
* | Sort sections. | ru | 2005-01-20 | 3 | -55/+55 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -1/+3 |
* | Document that the length modifier l is ignored for floating point | stefanf | 2004-10-16 | 1 | -1/+3 |
* | Don't add integers to void pointers. | stefanf | 2004-10-03 | 1 | -1/+2 |
* | Don't forget to va_end() the va_list we get from va_copy(). | des | 2004-08-26 | 2 | -0/+2 |
* | note that it is the caller's responsibility to free any buffer passed | alfred | 2004-08-24 | 1 | -0/+5 |
* | Fix an off-by-one bug that caused the first character of the buffer to | tjr | 2004-08-06 | 1 | -2/+1 |
* | Read directly from the stdio buffer using the new __mbsnrtowcs() interface | tjr | 2004-07-21 | 1 | -14/+38 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | tjr | 2004-07-21 | 1 | -1/+2 |
* | Use __wcsrtombs() and __sfvwrite() to convert and write the wide character | tjr | 2004-07-21 | 1 | -8/+25 |
* | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | tjr | 2004-07-20 | 3 | -3/+6 |
* | Add a cross reference to fgetwln(3). | tjr | 2004-07-16 | 1 | -0/+1 |
* | Add fgetwln(), a wide character version of fgetln(). | tjr | 2004-07-16 | 3 | -2/+192 |
* | Rename slbexpand() to __slbexpand() and make it available outside | tjr | 2004-07-16 | 2 | -4/+5 |
* | Slightly reorganize and simplify. | tjr | 2004-07-09 | 1 | -24/+11 |
* | Add commentary explaining why we return EBADF upon attempts to fflush() a | cperciva | 2004-07-04 | 1 | -0/+12 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 1 | -2/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -4/+8 |
* | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 1 | -4/+3 |
* | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
* | The third operand of the conditional operator should have type void too. | stefanf | 2004-06-08 | 2 | -2/+2 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 1 | -4/+1 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 4 | -5/+6 |
* | Set errno to EBADF on attempts to write to a stream that is not | das | 2004-06-08 | 1 | -2/+5 |
* | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | tjr | 2004-05-25 | 4 | -0/+8 |
* | Perform conversions straight from the stream buffer instead of scanning | tjr | 2004-05-22 | 1 | -18/+19 |
* | Associate a multibyte conversion state object with each stream. Reset it | tjr | 2004-05-22 | 7 | -42/+24 |
* | Remove bogus FBSDID. | obrien | 2004-05-02 | 1 | -3/+1 |
* | Fix damaged FBSDID. | obrien | 2004-05-02 | 1 | -3/+1 |
* | Merge vfscanf.c, v1.37: | das | 2004-05-02 | 1 | -8/+7 |
* | Merge vfprintf.c, v1.65: | das | 2004-05-02 | 1 | -24/+17 |
* | - To make it easier to compile *printf() and *scanf() without | das | 2004-05-02 | 2 | -31/+21 |
* | Use the correct size to allocate, copy and clear argument type tables | tjr | 2004-04-22 | 2 | -12/+18 |
* | Prepare to handle trivial state-dependent encodings. Full support for | tjr | 2004-04-07 | 9 | -21/+61 |
* | Mention that funopen() uses fpos_t incorrectly in the BUGS section. | tjr | 2004-03-20 | 1 | -1/+9 |
* | Improve documentation for fgetpos() and fsetpos(), and discourage | tjr | 2004-03-20 | 1 | -13/+21 |
* | Do not redundantly set the stream orientation in getc(), putc(), and | tjr | 2004-03-19 | 6 | -6/+12 |
* | Update list of macros defined in <stdio.h>. | tjr | 2004-03-17 | 1 | -1/+17 |
* | Re-add description of putc() macro (back out rev. 1.13.) | tjr | 2004-03-17 | 1 | -2/+8 |
* | Re-add text that says getc() is a macro (back out rev. 1.16.) | tjr | 2004-03-17 | 1 | -1/+2 |
* | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | tjr | 2004-03-17 | 6 | -34/+12 |
* | Refer to "wide characters" instead of "wide-characters". | tjr | 2004-03-16 | 3 | -15/+15 |
* | Set stream orientation in ungetc() instead of __ungetc(). This avoids | tjr | 2004-03-10 | 1 | -2/+1 |
* | Remove duplicate check for EOF from ungetc(); __ungetc() already checks. | tjr | 2004-03-10 | 1 | -2/+0 |
* | Call __sputc() directly in fputc() instead of taking an expensive | tjr | 2004-03-10 | 1 | -1/+1 |
* | Call __sgetc() directly in getchar() instead of taking an expensive | tjr | 2004-03-10 | 1 | -1/+1 |
* | Set the stream orientation explicitly in fgetln() instead of relying on | tjr | 2004-03-10 | 1 | -0/+1 |
* | Set stream orientation in puts(). | tjr | 2004-03-10 | 1 | -0/+2 |
* | Backout the previous revision due to objections. | jb | 2004-03-09 | 2 | -10/+4 |