summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/iswctype.c
Commit message (Collapse)AuthorAgeFilesLines
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allache2002-08-171-10/+0
|
* According to SUSv2, wcwidth() should return -1 for non-printing charactersache2002-08-171-1/+1
|
* Cosmetic - remove unneded brackets and #undefache2002-08-171-20/+19
|
* wcwidth: fix espression to work correctly with SWIDTH0ache2002-08-171-2/+4
|
* Add iswctype wcwidth function codekeichii2002-08-161-0/+10
| | | | | | | Submitted by: clkao@clkao.org Reviewed by: keichii Obtained from: NetBSD MFC after: 1 month
* Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),tjr2002-08-051-0/+213
towlower() and towupper() required by ISO C90 Amd. 1. iswascii(), iswhexnumber(), iswideogram(), iswnumber(), iswphonogram(), iswrune() and iswspecial() have also been implemented for consistency with the BSD extensions in <ctype.h>.
OpenPOWER on IntegriCloud