| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r305219 | ache | 2016-09-04 | 1 | -5/+8 |
* | MFC r304607,r304641,r304819,r304811 | ache | 2016-08-27 | 1 | -11/+2 |
* | Previously, vfscanf()'s wide character processing functions were | das | 2012-04-29 | 1 | -9/+15 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -4/+17 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -1/+1 |
* | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | tjr | 2004-07-20 | 1 | -1/+2 |
* | Slightly reorganize and simplify. | tjr | 2004-07-09 | 1 | -24/+11 |
* | 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 | 1 | -16/+13 |
* | Prepare to handle trivial state-dependent encodings. Full support for | tjr | 2004-04-07 | 1 | -1/+4 |
* | Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroed | tjr | 2003-11-04 | 1 | -3/+1 |
* | Set the error bit on the stream if an encoding error occurs. Improve | tjr | 2002-10-16 | 1 | -0/+1 |
* | Introduce unlocked versions of fputwc() and fgetwc() called __fputwc() | tjr | 2002-09-20 | 1 | -7/+21 |
* | Optimise the common case where no special encoding is in use (LC_CTYPE is "C" | tjr | 2002-09-18 | 1 | -3/+25 |
* | 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 | 1 | -11/+27 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+56 |