Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | 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 |
* | 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 |