NetBSD/lib/libc/locale
tnozaki 9efec5bce3 1. MB_LEN_MAX switch MD to MI.
2. unfortunately hppa's MB_LEN_MAX is defined incorrectly 6 instead of 32
   so we have to add more setlocale(3) __RENAME func, __setlocale50.
3. move setlocale1.c and setlocale32.c to lib/libc/compat/locale/*
   prepareing for next libc major crunk.
4. bump libc minor version.
2010-06-07 13:52:28 +00:00
..
__mb_cur_max.c
__wctoint.h
_def_messages.c
_def_monetary.c
_def_numeric.c
_def_time.c Add support for additional locale categories: LC_MESSAGES, LC_MONETARY, 2008-05-17 03:49:54 +00:00
_wcstod.h
_wcstol.h
_wcstoul.h
_wctrans_local.h remove duplicated towctrans internal function. 2010-06-02 15:47:25 +00:00
_wctrans.c remove duplicated towctrans internal function. 2010-06-02 15:47:25 +00:00
_wctype_local.h remove duplicated towctrans internal function. 2010-06-02 15:47:25 +00:00
_wctype.c remove duplicated towctrans internal function. 2010-06-02 15:47:25 +00:00
aliasname_local.h merge christos-time_t 2009-01-11 02:45:45 +00:00
aliasname.c merge christos-time_t 2009-01-11 02:45:45 +00:00
bsdctype.c uint8_t -> unsigned char, int16_t -> short. 2010-06-02 16:04:52 +00:00
bsdctype.h refactoring old locale-db(BSDCTYPE) loading method with mmap(2). 2010-06-01 18:00:28 +00:00
btowc.3
ctype_local.h remove redundant guard. 2010-05-30 11:36:12 +00:00
current_locale.c merge christos-time_t 2009-01-11 02:45:45 +00:00
dummy_lc_collate.c merge christos-time_t 2009-01-11 02:45:45 +00:00
dummy_lc_template.h merge christos-time_t 2009-01-11 02:45:45 +00:00
fix_grouping.c more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
fix_grouping.h merge christos-time_t 2009-01-11 02:45:45 +00:00
generic_lc_all.c fix lib/42124: setlocale(3) never returns NULL with none existing locale. 2009-10-04 21:05:18 +00:00
generic_lc_template_decl.h merge christos-time_t 2009-01-11 02:45:45 +00:00
generic_lc_template.h fix static linking setlocale(3) problem, reported by Aran Clauson 2009-03-09 02:22:25 +00:00
global_locale.c more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
iswalnum.3
iswctype_mb.c remove duplicated towctrans internal function. 2010-06-02 15:47:25 +00:00
iswctype_sb.c refactoring old locale-db(BSDCTYPE) loading method with mmap(2). 2010-06-01 18:00:28 +00:00
iswctype.3 s/wcttype/wctype/ 2007-05-21 15:20:40 +00:00
localeconv.c make _locale_impl_t.cache as pointer to maintain easily binary compatibility in future. 2010-05-22 13:15:59 +00:00
localeio_lc_ctype.c refactoring old locale-db(BSDCTYPE) loading method with mmap(2). 2010-06-01 18:00:28 +00:00
localeio_lc_messages.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio_lc_monetary.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio_lc_numeric.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio_lc_time.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio.c 1. fix build problem CITRUS=no 2010-05-30 08:28:53 +00:00
localeio.h merge christos-time_t 2009-01-11 02:45:45 +00:00
Makefile.inc 1. MB_LEN_MAX switch MD to MI. 2010-06-07 13:52:28 +00:00
mblen.3
mbrlen.3 bin/38047 fix bad prototype for function mbrlen 2008-02-28 19:36:51 +00:00
mbrtowc.3
mbsinit.3
mbsrtowcs.3
mbstowcs.3
mbtowc.3
multibyte_amd1.c rune.h is not public, so merge with rune_local.h 2010-05-22 07:18:43 +00:00
multibyte_c90.c rune.h is not public, so merge with rune_local.h 2010-05-22 07:18:43 +00:00
multibyte_sb.c
multibyte.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nb_lc_messages_misc.h _locale_cache_t: change ldata and items to pointer for future binary compatibility. 2010-03-27 15:25:21 +00:00
nb_lc_monetary_misc.h _locale_cache_t: change ldata and items to pointer for future binary compatibility. 2010-03-27 15:25:21 +00:00
nb_lc_numeric_misc.h _locale_cache_t: change ldata and items to pointer for future binary compatibility. 2010-03-27 15:25:21 +00:00
nb_lc_template_decl.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nb_lc_template.h make _locale_impl_t.cache as pointer to maintain easily binary compatibility in future. 2010-05-22 13:15:59 +00:00
nb_lc_time_misc.h _locale_cache_t: change ldata and items to pointer for future binary compatibility. 2010-03-27 15:25:21 +00:00
nl_langinfo.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
nl_langinfo.c make _locale_impl_t.cache as pointer to maintain easily binary compatibility in future. 2010-05-22 13:15:59 +00:00
rune_local.h remove unused magic. 2010-06-05 16:37:13 +00:00
rune.c more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
runeglue.c more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
runetable.c more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
runetype_local.h remove unused magic. 2010-06-05 16:37:13 +00:00
setlocale_local.h 1. MB_LEN_MAX switch MD to MI. 2010-06-07 13:52:28 +00:00
setlocale.3
setlocale.c 1. MB_LEN_MAX switch MD to MI. 2010-06-07 13:52:28 +00:00
towctrans.3
towlower.3
wcrtomb.3
wcscoll.3
wcscoll.c
wcsftime.3
wcsftime.c s/preposturously/preposterously/ 2007-05-21 15:32:17 +00:00
wcsrtombs.3
wcstod.3 s/conform/conforms/ 2007-05-21 15:29:51 +00:00
wcstod.c I don't see why we need to strong alias those. Nothing else does it. 2008-04-25 16:43:00 +00:00
wcstof.c I don't see why we need to strong alias those. Nothing else does it. 2008-04-25 16:43:00 +00:00
wcstoimax.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstol.3
wcstol.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstold.c Nuke __strong_alias() to avoid definition loop. 2008-07-08 00:23:28 +00:00
wcstoll.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstombs.3
wcstoul.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstoull.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstoumax.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcsxfrm.3
wcsxfrm.c
wctob.3
wctomb.3
wctrans.3
wctype.3 s/wcttype/wctype/ 2007-05-21 15:20:40 +00:00
wcwidth.3