K 10 svn:author V 6 jilles K 8 svn:date V 27 2012-07-30T12:25:20.031460Z K 7 svn:log V 348 MFC r237939: ctype_l(3): Note that not all these functions are specified by POSIX.1-2008. The function isascii_l() is not in POSIX even though isascii() is, probably because isascii() is marked as obsolete. The other functions, like digittoint_l() and ishexnumber_l(), are FreeBSD-specific just like their non-_l versions. Approved by: re (kib) END