summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/iswalnum.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add BUGS section explaining that these functions do not cover the entirestsp2011-04-291-2/+5
| | | | Unicode character set in a UTF-8 locale and can therefore return wrong answers.
* observe the following spelling:jmc2010-09-101-3/+3
| | | | | | | | | - wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* isw* classification functions from citrus, with a `stub' implementationespie2005-04-301-0/+117
for the default locale. comments, tests, okay: kettenis@, otto@, jmc@ functions addition -> Minor bump. There's a large bump coming in a separate commit.