| Age | Commit message (Expand) | Author |
| 2018-01-04 | Add bunch of missing includes of namespace.h in libc | kamil |
| 2017-12-09 | PR/52801: Kamil Rytarowski: Add missing weak aliases for wcsto{f,d,ld}_l | christos |
| 2017-10-25 | Add towupper to the NAME section as well. | abhinav |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-01-10 | pacify lint. | christos |
| 2016-06-27 | Fix function prototype in the SYNOPSIS | abhinav |
| 2016-04-29 | Go back to just using normal visibility for the locale symbols. Without | joerg |
| 2016-03-17 | undo the dso protected for clang | christos |
| 2016-03-08 | Undo the __dso_protected hackery. | christos |
| 2016-01-29 | disable dso protected to work around binutils bug. | christos |
| 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 |