Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style sweep. | tjr | 2002-10-27 | 1 | -10/+7 |
| | |||||
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -2/+2 |
| | |||||
* | Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and | tjr | 2002-09-01 | 1 | -2/+2 |
| | | | | wcstombs(). | ||||
* | Implement the XSI extension which allows the destination string to be | tjr | 2002-08-31 | 1 | -4/+25 |
| | | | | | | | NULL, and returns the number of bytes that would be required to store the result of the conversion without storing anything. PR: 17694 | ||||
* | Split ansi.c into a separate source file for each function. | tjr | 2002-08-31 | 1 | -0/+73 |