freebsd-dev/lib/libc/locale
Bruce Evans 980f2abdb8 Reviewed by: ache and wollman (long ago)
isctype.c:
o The tolower() and toupper() functions duplicated too much code
  and were out of date (surprise).  This didn't matter because
  it was difficult to call them.
o Change formatting to be more like that in <ctype.h> (with
  extra parentheses as in the macros).  Perhaps this file should
  be machine generated or everything should be handled like
  __tolower() so that no code is repeated.

nomacros.c:
o Instead of looking at _USE_CTYPE_INLINE_ to see what <ctype.h>
  has done, set _EXTERNALIZE_CTYPE_INLINES_ to tell <ctype.h>
  what to do, so that we don't have anything left to do.  Note
  that code is now generated even if inlines are used by default.
  This allows users to switch to non-inline versions.
1995-04-07 11:52:17 +00:00
..
ansi.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
collate.c Minor optimization 1995-02-18 01:42:02 +00:00
collate.h Add 8-bit collate stuff 1995-02-16 04:24:39 +00:00
common_rune.h Make not-so-space-eaten locale version: 1994-09-24 15:59:33 +00:00
common_setlocale.c Make not-so-space-eaten locale version: 1994-09-24 15:59:33 +00:00
common_setlocale.h Make not-so-space-eaten locale version: 1994-09-24 15:59:33 +00:00
ctype.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
ctype.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
euc.4 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
euc.5 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
euc.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
frune.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isalnum.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isalpha.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isascii.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isblank.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
iscntrl.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isctype.c Reviewed by: ache and wollman (long ago) 1995-04-07 11:52:17 +00:00
isdigit.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isgraph.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
islower.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isprint.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
ispunct.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isspace.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isupper.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
isxdigit.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
lconv.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
localeconv.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
Makefile.inc Add 8-bit collate stuff 1995-02-16 04:24:39 +00:00
mbrune.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
mbrune.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
multibyte.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
nomacros.c Reviewed by: ache and wollman (long ago) 1995-04-07 11:52:17 +00:00
none.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
read_runemagi.c Make not-so-space-eaten locale version: 1994-09-24 15:59:33 +00:00
rune.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
rune.c Make not-so-space-eaten locale version: 1994-09-24 15:59:33 +00:00
runetype.c Make not-so-space-eaten locale version: 1994-09-24 15:59:33 +00:00
setlocale.3 Update info about LC_COLLATE implementation 1995-03-26 18:57:19 +00:00
setlocale.c Add 8-bit collate stuff 1995-02-16 04:24:39 +00:00
startup_setlocale.c Add 8-bit collate stuff 1995-02-16 04:24:39 +00:00
table.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
toascii.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
tolower.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
tolower.c Make not-so-space-eaten locale version: 1994-09-24 15:59:33 +00:00
toupper.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
toupper.c Make not-so-space-eaten locale version: 1994-09-24 15:59:33 +00:00
utf2.4 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
utf2.5 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
utf2.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00