Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -1/+12 |
| | | | | | | | | | | | | load of _l suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter. Also adds support for per-thread locales. This work was funded by the FreeBSD Foundation. Please test any code you have that uses the C standard locale functions! Reviewed by: das (gdtoa changes) Approved by: dim (mentor) | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Implement wcwidth() as an inline function. | tjr | 2004-08-12 | 1 | -11/+2 |
| | |||||
* | Grab all the information we need about a character with one call to | tjr | 2004-05-23 | 1 | -7/+5 |
| | | | | __maskrune() instead of one direct call and one through iswprint(). | ||||
* | Use modern-style arguments declaration | ache | 2002-08-19 | 1 | -2/+1 |
| | |||||
* | Write null wide-character as L'\0' like in other places | ache | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | According to SUSv2, always return 0 for null wide-character code | ache | 2002-08-19 | 1 | -1/+6 |
| | |||||
* | Move internal defines from ctype.h here | ache | 2002-08-19 | 1 | -0/+4 |
| | |||||
* | Move wcwidth() to separate file, it doesn't belong to iswctype.c at all | ache | 2002-08-17 | 1 | -0/+57 |