NetBSD/lib/libc/locale
tshiozak dc7d18ff88 refine i18n stuffs.
- add libc/citrus directory.
    this directory contains the common stuffs not only for locale
    but also other facilities relating to i18n (e.g. iconv).
  - To keep the binary compatibility for the ctype modules easily,
    the interface between libc and the modules is simplified.
  - For the future integrated extension, module pool is renamed
    from "/usr/lib/runemodule" to "/usr/lib/i18n".
    In the future, this directory will contain the modules for "iconv",
    "collation", etc.
  - some cosmetic changes.
  - Bug fix for runetype.h; __attribute__((__packed__)) is placed at
    the wrong position and it is invalid unintentionally.
    But, the all members of the structures seem well-aligned.  Thus,
    this bug causes no problem, hopefully.

HEADS UP:
  - /usr/lib/rumemodule is obsoleted.  If you use the multibyte locales,
    you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
  - The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
    Perhaps, the bug fix about __packed__ mentioned above breaks the
    compatibility...  Be careful especially on 64bit platforms.
2002-03-17 22:14:05 +00:00
..
___runetype_mb.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
___tolower_mb.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
___toupper_mb.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
__mb_cur_max.c split setlocale.c for smaller footprint (do not pull things in too much). 2001-01-25 01:25:05 +00:00
__wctoint.h add a header used by wcstoul/wcstol. 2001-09-28 11:25:37 +00:00
_def_messages.c
_def_monetary.c Add casts to please lint. Reviewed by christos. 2001-02-09 10:55:48 +00:00
_def_numeric.c
_def_time.c XSH5/C99: in the C/POSIX locale, change the day of month format used in d_t_fmt 1999-11-10 09:15:11 +00:00
aliasname_local.h add a function to handle alias names. 2002-02-13 07:45:52 +00:00
aliasname.c add a function to handle alias names. 2002-02-13 07:45:52 +00:00
ctypeio.c include <string.h> for mem* 2000-07-01 00:05:27 +00:00
ctypeio.h
iswalnum.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
iswctype_sb.c wcwidth's argument is wchar_t. not wint_t. 2002-03-14 21:18:46 +00:00
iswctype.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
localeconv.c C99: add new parameters int_p_cs_precedes, int_n_cs_precedes, 2001-01-02 10:53:24 +00:00
Makefile.inc refine i18n stuffs. 2002-03-17 22:14:05 +00:00
multibyte_amd1.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
multibyte_c90.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
multibyte_sb.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 15:23:26 +00:00
multibyte.h refine i18n stuffs. 2002-03-17 22:14:05 +00:00
nl_langinfo.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
nl_langinfo.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
rune_local.h refine i18n stuffs. 2002-03-17 22:14:05 +00:00
rune.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
rune.h refine i18n stuffs. 2002-03-17 22:14:05 +00:00
runeglue.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
runetable.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
runetype.h refine i18n stuffs. 2002-03-17 22:14:05 +00:00
setlocale1.c split setlocale.c for smaller footprint (do not pull things in too much). 2001-01-25 01:25:05 +00:00
setlocale32.c split setlocale.c for smaller footprint (do not pull things in too much). 2001-01-25 01:25:05 +00:00
setlocale.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
setlocale.c - give the precedence to LC_ALL environment variable 2002-02-13 07:59:45 +00:00
setrunelocale.c refine i18n stuffs. 2002-03-17 22:14:05 +00:00
towlower.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
wcstod.c remove #if define(lint). 2001-10-28 12:08:43 +00:00
wcstol.c add wcstod/wcstol/wcstoul. 2001-09-27 16:30:35 +00:00
wcstoul.c add wcstod/wcstol/wcstoul. 2001-09-27 16:30:35 +00:00