summaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcwidth.c
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image.
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Implement wcwidth() as an inline function.Tim J. Robbins2004-08-121-11/+2
| | | | Notes: svn path=/head/; revision=133564
* Grab all the information we need about a character with one call toTim J. Robbins2004-05-231-7/+5
| | | | | | | __maskrune() instead of one direct call and one through iswprint(). Notes: svn path=/head/; revision=129608
* Use modern-style arguments declarationAndrey A. Chernov2002-08-191-2/+1
| | | | Notes: svn path=/head/; revision=102137
* Write null wide-character as L'\0' like in other placesAndrey A. Chernov2002-08-191-1/+1
| | | | Notes: svn path=/head/; revision=102134
* According to SUSv2, always return 0 for null wide-character codeAndrey A. Chernov2002-08-191-1/+6
| | | | Notes: svn path=/head/; revision=102124
* Move internal defines from ctype.h hereAndrey A. Chernov2002-08-191-0/+4
| | | | Notes: svn path=/head/; revision=102096
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allAndrey A. Chernov2002-08-171-0/+57
Notes: svn path=/head/; revision=102033