summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/iswctype.c
Commit message (Expand)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
* Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),tjr2002-08-051-0/+213
OpenPOWER on IntegriCloud