summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/isdigit.3
Commit message (Collapse)AuthorAgeFilesLines
* Document the isnumber() and ishexnumber() functions, and explain how theytjr2004-03-301-5/+18
| | | | differ (at least in theory) from isdigit() and isxdigit().
* Add a note to the Compatiblity section suggesting that these functionstjr2002-10-061-1/+13
| | | | | only be used for byte values. Add cross-references to the wide-char counterparts.
* From the PR:nik2002-01-091-1/+3
| | | | | | | | | | | | | | | | | | | | 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>
* Clarify that is[x]digit() class is the same in any localeache2001-11-291-7/+8
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-2/+2
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Add comment after localesache2000-04-121-2/+4
| | | | | | Use .Li for type Suggested-by: sheldonh
* Better wording according to multibyte(3)ache2000-04-111-2/+8
| | | | | Better man formatting Add reference to multibyte(3)
* Describe valid argument domain for 8-bit wide locales to prevent common errorache2000-03-281-0/+2
| | | | calling ctype functions with signed char as an argument.
* Although it should be obvious that the 3-digit numeric values of thesheldonh2000-01-191-1/+2
| | | | | characters shown are octal, state this explicitly for the easily misled.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Don't use literal semicolons in .Fn macro invocations.bde1997-04-131-1/+1
|
* Very minor mdoc cleanup.mpp1997-01-311-1/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+70
OpenPOWER on IntegriCloud