Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move prototypes of various encoding-related functions into a new header | tjr | 2004-05-12 | 1 | -3/+1 |
* | Prepare to handle state-dependent encodings. This mainly involves not | tjr | 2004-04-06 | 1 | -0/+3 |
* | Remove support for emulating mbrtowc() and wcrtomb() in terms of the | tjr | 2004-04-04 | 1 | -50/+1 |
* | Allow mbrtowc() and wcrtomb() to be implemented directly, instead of | tjr | 2003-11-01 | 1 | -3/+18 |
* | Don't check whether the first byte of the buffer is a null byte when | tjr | 2002-11-10 | 1 | -7/+1 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -2/+2 |
* | Implement the ISO C90 Amd.1 restartable wide and multibyte character | tjr | 2002-08-18 | 1 | -0/+81 |