freebsd-dev/lib/libc/locale
Nik Clayton 26dabb6003 From the PR:
1. ctype.h defines digittoint(), isnumber() and ishexnmber(), yet
        they are not documented in any of the manpages.

        2. The ctype manpage references a non-existent manpage for
        digittoint().

        3. The isascii() manpage claims it is standards compliant, when
        it isn't.

        4. isblank() claims it is _not_ standards compliant, when it
        is.

Fix by including the appropriate .Nm entries, and with a new digittoint.3
page.

PR:		docs/26451
Submitted by:	Adrian Filipi-Martin <adrian@ubergeeks.com>
2002-01-09 13:43:31 +00:00
..
ansi.c fix unsigned overflow 1998-10-25 05:06:42 +00:00
big5.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
collate.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
collate.h style(9)'ify 2001-12-20 18:28:52 +00:00
collcmp.c fix comment 2000-07-07 08:24:50 +00:00
ctype.3 From the PR: 2002-01-09 13:43:31 +00:00
digittoint.3 From the PR: 2002-01-09 13:43:31 +00:00
euc.4 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
euc.5 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
euc.c Megre XPG4 code into libc 2000-06-03 12:24:08 +00:00
fix_grouping.c Add my e-mail to copyrights 2001-12-20 15:30:02 +00:00
frune.c
isalnum.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
isalpha.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
isascii.3 From the PR: 2002-01-09 13:43:31 +00:00
isblank.3 From the PR: 2002-01-09 13:43:31 +00:00
iscntrl.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
isctype.c There is a problem in that one cannot use ctype.h at the same time as parts 2000-02-08 07:43:26 +00:00
isdigit.3 From the PR: 2002-01-09 13:43:31 +00:00
isgraph.3 mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup. 2001-12-12 13:42:25 +00:00
islower.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
isprint.3 mdoc(7) police: use no-break space, fix markup. 2001-12-12 13:45:35 +00:00
ispunct.3 mdoc(7) police: use no-break space. 2001-12-12 13:46:15 +00:00
isspace.3 Clarify valid isspace() range 2001-11-30 02:01:32 +00:00
isupper.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
isxdigit.3 From the PR: 2002-01-09 13:43:31 +00:00
ldpart.c style(9)'ify 2001-12-20 18:28:52 +00:00
ldpart.h style(9)'ify 2001-12-20 18:28:52 +00:00
lmessages.c Back out recent replacement of LC_MESSAGES file with directory. 2001-12-24 11:49:49 +00:00
lmessages.h style(9)'ify 2001-12-20 18:28:52 +00:00
lmonetary.c * Add my e-mail to copyrights 2001-12-11 15:55:42 +00:00
lmonetary.h style(9)'ify 2001-12-20 18:28:52 +00:00
lnumeric.c * Add my e-mail to copyrights 2001-12-11 15:55:42 +00:00
lnumeric.h style(9)'ify 2001-12-20 18:28:52 +00:00
localeconv.c Add my e-mail to copyrights 2001-12-20 15:30:02 +00:00
Makefile.inc From the PR: 2002-01-09 13:43:31 +00:00
mbrune.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
mbrune.c
mskanji.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
multibyte.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
nl_langinfo.3 * Add my e-mail to copyrights 2001-12-11 15:55:42 +00:00
nl_langinfo.c * Add my e-mail to copyrights 2001-12-11 15:55:42 +00:00
nomacros.c
none.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
rune.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
rune.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
runetype.c Megre XPG4 code into libc 2000-06-03 12:24:08 +00:00
setinvalidrune.c
setlocale.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
setlocale.c Removed duplicate $FreeBSD$. 2001-03-02 13:00:26 +00:00
setlocale.h style(9)'ify 2001-12-20 18:28:52 +00:00
setrunelocale.c Megre XPG4 code into libc 2000-06-03 12:24:08 +00:00
table.c Megre XPG4 code into libc 2000-06-03 12:24:08 +00:00
toascii.3 From the PR: 2002-01-09 13:43:31 +00:00
tolower.3 From the PR: 2002-01-09 13:43:31 +00:00
tolower.c Megre XPG4 code into libc 2000-06-03 12:24:08 +00:00
toupper.3 From the PR: 2002-01-09 13:43:31 +00:00
toupper.c Megre XPG4 code into libc 2000-06-03 12:24:08 +00:00
utf2.4 mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
utf2.5 mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
utf2.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00