Date: Mon, 5 Aug 2002 03:45:24 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wctype.h src/lib/libc/locale iswctype.c Message-ID: <200208051045.g75AjO4q048052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/08/05 03:45:24 PDT
Modified files:
include wctype.h
Added files:
lib/libc/locale iswctype.c
Log:
Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),
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>.
Revision Changes Path
1.8 +37 -6 src/include/wctype.h
1.1 +213 -0 src/lib/libc/locale/iswctype.c (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208051045.g75AjO4q048052>
