aboutsummaryrefslogtreecommitdiff
path: root/locale
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert95-251/+156
2012-01-31Remove PARAMS macros.Marek Polacek1-4/+0
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers1-5/+1
2012-01-26Remove __STDC__ conditionals from non-installed headers.Joseph Myers1-6/+2
2012-01-10Add noreturn attributeMarek Polacek1-1/+1
2012-01-08Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper4-13/+16
2012-01-08More fallout from supporting only ELFUlrich Drepper1-2/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper2-7/+8
2012-01-01Update copyright yearUlrich Drepper2-4/+4
2011-12-22Add brx_IN localeUlrich Drepper1-0/+1
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab2-9/+11
2011-11-15Use O_CLOEXEC in a few more placesUlrich Drepper2-6/+7
2011-11-08Use strcasecmp_l instead of strcasecmpUlrich Drepper1-1/+2
2011-10-08Clean up locarchive mmap reservation code.Roland McGrath1-42/+32
2011-09-10Cleanup of configuration optionsUlrich Drepper2-14/+4
2011-09-08Remove support for automatic cvs check-insUlrich Drepper1-3/+0
2011-08-14Clean up locale/Makefile variables for -D switches.Roland McGrath1-11/+17
2011-08-13Fix compile problemUlrich Drepper1-2/+3
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath3-8/+1
2011-05-29Fix typo in last patch to locarchive.cUlrich Drepper1-1/+1
2011-05-28Handle failure of _nl_explode_name in all casesUlrich Drepper2-3/+15
2011-05-21Fix handling of LC_CTYPE in locale name handlingUlrich Drepper1-2/+2
2011-05-15Add entry for Sorani languageUlrich Drepper1-0/+1
2011-05-09Add ary language entry.Ulrich Drepper1-0/+1
2011-05-09Support Colon SignUlrich Drepper2-597/+598
2011-05-09Add wae_CH localeKevin Bortis1-0/+1
2011-05-09Use appropriate type for return value checkingUlrich Drepper1-1/+1
2011-05-09Transliterate U20B9.Ulrich Drepper2-497/+498
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2011-01-17Update copyright year.Ulrich Drepper2-4/+4
2010-08-12Properly quote output of localeAndreas Schwab1-7/+30
2010-03-26Finish locale_data -> __locale_data transition.Richard Henderson1-2/+2
2010-03-24ocale-archive differs between 32 and 64 bit platformsChris Demetriou2-1/+4
2010-03-15Update copyright year.Ulrich Drepper2-9/+9
2010-01-22_nl_load_locale() incorrectly handles mmap() failuresJoe Landers1-0/+1
2010-01-09Add support for XPG7 testing.Ulrich Drepper21-91/+92
2009-11-17Add missing test files.Ulrich Drepper2-0/+34
2009-11-17Handle LC_GLOBAL_LOCALE in duplocale.Ulrich Drepper2-2/+6
2009-11-17Fix _NC_LOCALE_NAME definition.Ulrich Drepper2-4/+5
2009-10-30Add missing declarations.Andreas Schwab1-0/+2
2009-10-29Add sml entry to ISO 639 list.Ulrich Drepper1-0/+1
2009-10-05Fix week-1stday in C localeAndreas Schwab1-2/+2
2009-09-28Fix locale program error handlingUlrich Drepper1-1/+4
2009-09-07Fix endless loop in localedef.Ulrich Drepper1-28/+31
2009-08-23Thread-local locale handling part of XPG7.Ulrich Drepper1-1/+1
2009-07-20Use correct index for _NL_CTYPE_NONASCII_CASE.Ulrich Drepper2-5/+5
2009-07-20Check generated locale for non-ASCII 8-bit characters with case conversion.Ulrich Drepper4-4/+34
2009-05-16Remove redundant .gitignore files.Andreas Schwab1-6/+0
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering1-0/+0
2009-04-27* locale/programs/locarchive.c (create_archive): Add MAP_PRIVATEcvs/fedora-glibc-20090427T1419Ulrich Drepper1-11/+32