Date: Sun, 6 Oct 2002 03:15:39 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 Message-ID: <200210061015.g96AFdkN022422@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/10/06 03:15:39 PDT
Modified files:
lib/libc/locale isalnum.3 isalpha.3 isascii.3 isblank.3
iscntrl.3 isdigit.3 isgraph.3 islower.3
isprint.3 ispunct.3 isspace.3 isupper.3
isxdigit.3
Log:
Add a note to the Compatiblity section suggesting that these functions
only be used for byte values. Add cross-references to the wide-char
counterparts.
Revision Changes Path
1.17 +14 -2 src/lib/libc/locale/isalnum.3
1.16 +14 -2 src/lib/libc/locale/isalpha.3
1.13 +2 -1 src/lib/libc/locale/isascii.3
1.16 +13 -1 src/lib/libc/locale/isblank.3
1.14 +14 -2 src/lib/libc/locale/iscntrl.3
1.16 +13 -1 src/lib/libc/locale/isdigit.3
1.17 +13 -1 src/lib/libc/locale/isgraph.3
1.15 +14 -2 src/lib/libc/locale/islower.3
1.18 +13 -1 src/lib/libc/locale/isprint.3
1.16 +13 -1 src/lib/libc/locale/ispunct.3
1.15 +13 -1 src/lib/libc/locale/isspace.3
1.16 +14 -2 src/lib/libc/locale/isupper.3
1.16 +17 -1 src/lib/libc/locale/isxdigit.3
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?200210061015.g96AFdkN022422>
