Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -4/+14 |
* | Remove unnecessary #include directives. | tjr | 2004-07-29 | 1 | -3/+0 |
* | Remove useless checks for characters longer than INT_MAX bytes. | tjr | 2004-07-29 | 1 | -4/+0 |
* | Reduce overhead by calling internal versions of the multibyte conversion | tjr | 2004-05-12 | 1 | -1/+2 |
* | Prepare to handle state-dependent encodings. This mainly involves not | tjr | 2004-04-06 | 1 | -11/+7 |
* | Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb(). | tjr | 2003-08-07 | 1 | -29/+22 |
* | Style sweep. | tjr | 2002-10-27 | 1 | -7/+6 |
* | Set errno to EILSEQ when invalid multibyte sequences are detected | tjr | 2002-09-03 | 1 | -1/+6 |
* | Split ansi.c into a separate source file for each function. | tjr | 2002-08-31 | 1 | -0/+62 |