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