cvs commit: src/lib/libc/locale isalnum.3 isalpha.3 isblank.3
iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3
isspace.3 isupper.3 isxdigit.3 tolower.3 toupper.3
Tim J. Robbins
tjr at FreeBSD.org
Sat Aug 21 00:37:09 PDT 2004
tjr 2004-08-21 07:37:09 UTC
FreeBSD src repository
Modified files:
lib/libc/locale isalnum.3 isalpha.3 isblank.3 iscntrl.3
isdigit.3 isgraph.3 islower.3 isprint.3
ispunct.3 isspace.3 isupper.3 isxdigit.3
tolower.3 toupper.3
Log:
Re-word compatibility section, taking care to use the word "obsolete" to
describe the 4.4BSD extension of accepting characters (runes) outside of
the range of unsigned char.
Revision Changes Path
1.19 +4 -3 src/lib/libc/locale/isalnum.3
1.18 +4 -3 src/lib/libc/locale/isalpha.3
1.19 +4 -3 src/lib/libc/locale/isblank.3
1.17 +4 -3 src/lib/libc/locale/iscntrl.3
1.19 +4 -3 src/lib/libc/locale/isdigit.3
1.19 +4 -3 src/lib/libc/locale/isgraph.3
1.17 +4 -3 src/lib/libc/locale/islower.3
1.20 +4 -3 src/lib/libc/locale/isprint.3
1.18 +4 -3 src/lib/libc/locale/ispunct.3
1.17 +4 -3 src/lib/libc/locale/isspace.3
1.18 +4 -3 src/lib/libc/locale/isupper.3
1.20 +4 -3 src/lib/libc/locale/isxdigit.3
1.16 +8 -9 src/lib/libc/locale/tolower.3
1.16 +8 -9 src/lib/libc/locale/toupper.3
More information about the cvs-src
mailing list