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