summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/toupper.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-16/+50
| | | | | | | | | | | | Complete in the sense that all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. With important help from kettenis@, guenther@, and jca@. Repeated testing in ports bulk builds by naddy@. Additional testing by jca@, sebastia@, dcoppa@, and others. OK kettenis@ dcoppa@, and guenther@ on an earlier version. Riding guenther@'s libc/librthread major bump.
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Copy from the is* manpages the CAVEAT about the input range.guenther2012-11-231-2/+10
| | | | ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-2/+3
|
* - remove all trailing whitespaceaaron1999-07-091-3/+3
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* repairsaaron1999-05-291-3/+3
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-4/+4
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Actually, we can't claim xpg4.2 w/o real locales so elide that bit.millert1997-08-161-4/+2
|
* Document _toupper(3) and _tolower(3) and mention XPG4.2.millert1997-08-161-10/+26
|
* convert to mdoc formatflipk1997-07-291-2/+2
|
* Fix occurrence of toupper -> tolower in "SEE ALSO" section.millert1996-11-021-3/+3
|
* typoderaadt1996-10-291-2/+2
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+90