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 | -9/+28 |
* | Prepare to handle state-dependent encodings. This mainly involves not | tjr | 2004-04-07 | 1 | -6/+6 |
* | Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc. | tjr | 2003-10-31 | 1 | -23/+10 |
* | Fix a bad free() call that would occur if some #if 0'd code was used. | tjr | 2003-02-22 | 1 | -4/+6 |
* | Add wcstod() as a wrapper around strtod(). It does not handle any characters | tjr | 2002-09-15 | 1 | -0/+105 |