summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/toupper.3
Commit message (Collapse)AuthorAgeFilesLines
* Apply a small grammar fix to {toupper,tolower}(3).bcr2010-07-251-2/+2
| | | | | | PR: docs/140458 Submitted by: Jeremy Huddleston (Jeremyhu at apple dot com) MFC after: 5 days
* Let the armchair generals handle this one.des2009-09-041-10/+1
|
* Document the need for a cast when passing a char to a ctype function.des2009-09-031-1/+10
| | | | MFC after: 2 weeks
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* -mdoc sweep.ru2005-11-171-1/+1
|
* Remove confusing "single C char locales" phrase; arguments to tolower()tjr2005-07-171-9/+3
| | | | | and toupper() must now be either an unsigned char or EOF, regardless of locale.
* Re-word compatibility section, taking care to use the word "obsolete" totjr2004-08-211-9/+8
| | | | | describe the 4.4BSD extension of accepting characters (runes) outside of the range of unsigned char.
* Point out that although toupper() and tolower() really accept rune_t'stjr2002-10-031-2/+14
| | | | | and not just unsigned char's, callers should use towupper() and towlower() instead when working with wide characters if portability is a concern.
* bde got caught by mdoc(7) police. :-)ru2002-03-151-1/+1
|
* Replaced bogus cross references by the usual one for the ctype familybde2002-01-111-16/+1
| | | | (ctype(3)).
* From the PR:nik2002-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | 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>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* Describe agrument range correctly, according to multibyte(3)ache2000-07-031-12/+11
| | | | Remove unneded comment
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* 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.
* $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
* Sort cross references.wosch1997-01-201-2/+2
|
* Correct what seem to me to be some mistakes in the references andgpalmer1995-12-281-3/+3
| | | | standards sections. Also add a missing `,' to each file.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+88
OpenPOWER on IntegriCloud