freebsd_amp_hwpstate/lib/libc/locale
Bruce Evans cdd84b0211 Fixed longstanding namespace convolution involving rune_t vs wchar_t.
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.
1996-05-01 00:40:10 +00:00
..
Makefile.inc
ansi.c Fix error in wcstombs: byte count not counted 1996-04-18 07:01:46 +00:00
collate.c Optimize PathLocale handling. 1995-10-23 20:08:24 +00:00
collate.h
ctype.3
ctype.c
euc.4 Correct a bunch of man page cross references and generally 1996-02-11 22:38:05 +00:00
euc.5 Correct a bunch of man page cross references and generally 1996-02-11 22:38:05 +00:00
euc.c
frune.c
isalnum.3
isalpha.3
isascii.3
isblank.3
iscntrl.3
isctype.c
isdigit.3
isgraph.3
islower.3
isprint.3
ispunct.3
isspace.3
isupper.3 Added missing section numbers to a bunch of .Xr macros, or 1996-03-27 20:49:07 +00:00
isxdigit.3
lconv.c
localeconv.c
mbrune.3
mbrune.c
multibyte.3
nomacros.c
none.c
rune.3
rune.c
runetype.c Fixed longstanding namespace convolution involving rune_t vs wchar_t. 1996-05-01 00:40:10 +00:00
setinvalidrune.c
setlocale.3
setlocale.c Use fake (empty) startup_setlocale for XPG4 1995-10-23 02:25:53 +00:00
setrunelocale.c Move more stuff out to XPG4 1995-11-03 08:59:02 +00:00
table.c Don't include <sys/types.h> when it isn't used. 1996-04-19 18:40:25 +00:00
toascii.3
tolower.3 Oops. I seem to have over-corrected with my last commit. It should be 1995-12-29 08:23:59 +00:00
tolower.c Fixed longstanding namespace convolution involving rune_t vs wchar_t. 1996-05-01 00:40:10 +00:00
toupper.3 Correct what seem to me to be some mistakes in the references and 1995-12-28 21:06:07 +00:00
toupper.c Fixed longstanding namespace convolution involving rune_t vs wchar_t. 1996-05-01 00:40:10 +00:00
utf2.4 Another round of various man page cleanups. 1996-02-09 17:25:57 +00:00
utf2.5 Another round of various man page cleanups. 1996-02-09 17:25:57 +00:00
utf2.c