summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/toupper.c
Commit message (Collapse)AuthorAgeFilesLines
* Megre XPG4 code into libcache2000-06-031-2/+3
|
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.bde1996-05-011-3/+2
| | | | | | | | | | | If _ANSI_SOURCE or _POSIX_SOURCE is defined, then <ctype.h> had to be included before <stddef.h> or <stdlib.h> to get rune_t declared. Now rune_t is declared perfectly bogusly in all cases when <ctype.h> is included. This change breaks similar (but more convoluted) convolutions in the stddef.h in gcc distributions. Ports of gcc should avoid using the gcc headers.
* Remove half-dancing solution for signed chars to help findingache1996-03-251-10/+3
| | | | POSIXly-incorrect programs.
* Move more stuff out to XPG4ache1995-11-031-0/+10
| | | | Handle negative chars inside runetype/tolower/toupper
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)ache1995-10-231-0/+36
| | | | | Remove big part of my startup_setlocale hack. Add missing manpage links.
* Make not-so-space-eaten locale version:ache1994-09-241-0/+22
split modules to bring only neccessary functions, eliminate sprintf, make reduced startup_locale version.
OpenPOWER on IntegriCloud