| Age | Commit message (Expand) | Author |
| 2013-09-13 | Redo the locale cache to be constant. It now contains the localeconv() | joerg |
| 2013-08-20 | Extract the data for nl_langinfo directly from the corresponding | joerg |
| 2013-08-19 | Remove most LC_CTYPE specific parts of locale.cache. | joerg |
| 2013-08-19 | Missing locale specific change. | joerg |
| 2013-08-19 | Shut up lint. | joerg |
| 2013-08-19 | Add nl_langinfo_l, catopen_l and wcsftime_l. | joerg |
| 2013-08-18 | Rename fixup to update_global to better reflect the purpose. | joerg |
| 2013-08-17 | Remove empty file. | joerg |
| 2013-05-28 | Add mbsnrtowcs and wcsnrtombs. Approved by core. | joerg |
| 2013-05-17 | Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. | joerg |
| 2013-04-30 | Make that to process PATH_LOCALE the first time _find_category is | joerg |
| 2013-04-21 | Store time-specific locale data directly in the locale. | joerg |
| 2013-04-19 | Add MB_CUR_MAX_L. | joerg |
| 2013-04-18 | Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l, | joerg |
| 2013-04-18 | Add wcstof_l, wcstod_l and wcstold_l. | joerg |
| 2013-04-18 | Add mblen_l, mbstowcs_l, wctomb_l, mbtowc_l and wcstombs_l. | joerg |
| 2013-04-17 | Add localeconv_l. | joerg |
| 2013-04-16 | Add support for wcstoimax_l and friends. | joerg |
| 2013-04-16 | Add wcwidth_l, wcswidth_l and the wctype.h family of *_l functions. | joerg |
| 2013-04-14 | Provide a const copy of global_locale for libc-internal use. | joerg |
| 2013-04-14 | Rename struct _locale_impl_t to struct _locale, since it will end up as | joerg |
| 2013-04-13 | Extend ctype classification table to 16bit. Based on patch by | joerg |
| 2012-08-08 | Restore RCS Id lost in previous. | wiz |
| 2012-08-08 | fix PR lib/46781 statically compiled bash makes locale loading fail. | tnozaki |
| 2012-06-25 | Update old-style definitions to ANSI, remove a couple of register | abs |
| 2012-06-24 | fix old style definitions; XXX: gcc should have picked them up but it did not. | christos |
| 2012-03-21 | cast CHAR_MAX to (char) for unsigned character machines | christos |
| 2012-03-20 | Use C89 Prototypes. | matt |
| 2012-03-04 | don't use __link_set_* stuff for locale implementation. | tnozaki |
| 2012-01-20 | Remove code for CITRUS!=yes. | joerg |
| 2012-01-18 | _runetype_from_ctype is unused | joerg |
| 2011-10-15 | close on exec fixes: | christos |
| 2011-08-14 | annotate that some functions use non-literal format strings. | christos |
| 2011-04-14 | Xref tm(3). | jruoho |
| 2011-03-25 | Remove support for the old BSDCTYPE format. | joerg |
| 2011-03-16 | Crosslink wcstombs(3) and mbstowcs(3). | mbalmer |
| 2010-12-16 | Observe the following spelling: | wiz |
| 2010-12-14 | Prefix ctype bitmask macros with _CTYPE | joerg |
| 2010-11-30 | variable must to be nul terminated before "CODESET=foo". | tnozaki |
| 2010-06-20 | fix cross build breakage mklocale(1). | tnozaki |
| 2010-06-19 | null terminate | tnozaki |
| 2010-06-19 | 1. refactoring new locale-db(RuneCT10) loading method with mmap(2). | tnozaki |
| 2010-06-13 | 1. split runetype_local.h -> runetype_file.h | tnozaki |
| 2010-06-12 | s/_CTYPE_NUM_CHARS/_CTYPE_CACHE_SIZE/ | tnozaki |
| 2010-06-12 | stop to renaming _CTYPE_* -> _RUNETYPE_*. | tnozaki |
| 2010-06-07 | 1. MB_LEN_MAX switch MD to MI. | tnozaki |
| 2010-06-05 | remove unused magic. | tnozaki |
| 2010-06-02 | uint8_t -> unsigned char, int16_t -> short. | tnozaki |
| 2010-06-02 | remove duplicated towctrans internal function. | tnozaki |
| 2010-06-01 | refactoring old locale-db(BSDCTYPE) loading method with mmap(2). | tnozaki |