aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcwidth.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Implement wcwidth() as an inline function.Tim J. Robbins2004-08-121-11/+2
* Grab all the information we need about a character with one call toTim J. Robbins2004-05-231-7/+5
* Use modern-style arguments declarationAndrey A. Chernov2002-08-191-2/+1
* Write null wide-character as L'\0' like in other placesAndrey A. Chernov2002-08-191-1/+1
* According to SUSv2, always return 0 for null wide-character codeAndrey A. Chernov2002-08-191-1/+6
* Move internal defines from ctype.h hereAndrey A. Chernov2002-08-191-0/+4
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allAndrey A. Chernov2002-08-171-0/+57