| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cross-reference between byte and wide-character stdio functions. Remove | tjr | 2002-10-10 | 7 | -13/+13 |
* | Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). | tjr | 2002-09-28 | 4 | -12/+4 |
* | Back out previous, free the buffer when __vfprintf() fails and don't bother | tjr | 2002-09-26 | 1 | -19/+13 |
* | Back out previous and solve the problems a different way: move va_start/ | tjr | 2002-09-26 | 1 | -20/+13 |
* | Correctly handle the case where __vfwprintf() fails because it runs out | tjr | 2002-09-26 | 1 | -1/+7 |
* | Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it | tjr | 2002-09-26 | 2 | -24/+39 |
* | Add cross-references between wide character and single-byte character | tjr | 2002-09-24 | 3 | -2/+6 |
* | Remove an unneeded call to _sfrefill() that was missed in the conversion | tjr | 2002-09-24 | 1 | -6/+0 |
* | Use the new va_copy macro to copy variable argument lists instead of | tjr | 2002-09-24 | 2 | -2/+2 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 9 | -6/+1530 |
* | Implement the %lc, %ls and %[ conversions, which read sequences of wide | tjr | 2002-09-23 | 2 | -16/+137 |
* | The character argument for __ungetwc() should be wint_t instead of wchar_t. | tjr | 2002-09-23 | 1 | -1/+1 |
* | Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf() | tjr | 2002-09-22 | 2 | -9/+22 |
* | Delete stray reference to vsnprintf(). | tjr | 2002-09-21 | 1 | -3/+2 |
* | Add implementations of the wprintf() family of functions, which perform | tjr | 2002-09-21 | 10 | -4/+2434 |
* | Lock the file once per call and use the unlocked fgetwc()/fputwc() variants. | tjr | 2002-09-20 | 2 | -9/+20 |
* | Lock and unlock the file once per call and use the unlocked version of | tjr | 2002-09-20 | 1 | -7/+11 |
* | Introduce unlocked versions of fputwc() and fgetwc() called __fputwc() | tjr | 2002-09-20 | 3 | -18/+44 |
* | Implement the %ls and %lc conversions for printing wide character strings | tjr | 2002-09-19 | 2 | -14/+110 |
* | Optimise the common case where no special encoding is in use (LC_CTYPE is "C" | tjr | 2002-09-18 | 2 | -8/+48 |
* | Logic error in previous: don't exit the loop when an incomplete multibyte | tjr | 2002-09-18 | 1 | -1/+1 |
* | Reimplement the functionality of fgetrune(), fputrune(), and fungetrune() | tjr | 2002-09-18 | 5 | -25/+61 |
* | Fix vsnprintf(3) memory leak for size == 0. | maxim | 2002-09-17 | 1 | -0/+6 |
* | Convert eight space indents to tabs in the "*" format handling code. | tjr | 2002-09-16 | 1 | -43/+43 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 16 | -24/+24 |
* | Print a '-' sign for negative zero. Tested with | schweikh | 2002-08-27 | 1 | -7/+2 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 7 | -7/+7 |
* | Leave room for a trailing NUL not a NULL, that's not an ASCII character. | jmallett | 2002-08-19 | 2 | -2/+2 |
* | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | robert | 2002-08-15 | 5 | -17/+11 |
* | - Introduce the 'restrict' qualifier to function prototypes and | robert | 2002-08-15 | 5 | -8/+8 |
* | - Add the 'restrict' qualifier to the function definitions and | robert | 2002-08-14 | 3 | -10/+4 |
* | Unbreak one of the most confusing breaks of the tree I've seen. | phk | 2002-08-13 | 1 | -1/+2 |
* | Tidy up SRCS and MAN assignments. | tjr | 2002-08-13 | 1 | -20/+13 |
* | Remove the Bugs section, which is not relevant to FreeBSD: there is no | tjr | 2002-08-13 | 1 | -2/+0 |
* | FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead of | tjr | 2002-08-13 | 4 | -12/+12 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 39 | -12/+846 |
* | Manual pages for fwide(), getwc(), fgetwc(), getwchar(), putwc(), fputwc(), | tjr | 2002-08-12 | 4 | -0/+417 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -3/+3 |
* | mdoc(7) police: punctuation. | ru | 2002-08-09 | 1 | -1/+1 |
* | Don't claim to fully implement C99 in the STANDARDS section and then disclaim | wollman | 2002-07-15 | 1 | -2/+4 |
* | Note that fseeko() and ftello() are standard in 1003.1-2001. | wollman | 2002-07-15 | 1 | -1/+1 |
* | Fix style and wording bugs introduced in my last commit. | chris | 2002-06-18 | 1 | -11/+9 |
* | o Move more information from BUGS into SECURITY CONSIDERATIONS and | chris | 2002-06-15 | 1 | -50/+56 |
* | Include information on the dangers of passing a user-supplied string as | chris | 2002-06-13 | 1 | -0/+21 |
* | Grammar fix: "contents" is plural. | archie | 2002-05-31 | 1 | -2/+2 |
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -43/+53 |
* | mdoc(7) police: fix markup for types. | ru | 2002-05-29 | 1 | -4/+4 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 12 | -141/+2 |
* | Correct a check for NUL. | robert | 2002-05-27 | 1 | -1/+1 |
* | - Move the loop conditional into the "for" header. | robert | 2002-05-27 | 1 | -19/+17 |