about summary refs log tree commit diff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-101-4/+1
|
* [PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions.Paul Eggert2012-05-101-17/+14
|
* "Gallegan" should be "Galician"Chris Leonard2012-04-131-1/+1
| | | | | | [BZ #13973] * locale/iso-639.def: Fix gl language name. Spotted by Yaron Shahrabani.
* Replace FSF snail mail address with URL in gperf input.Paul Eggert2012-03-104-28/+34
|
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-14/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0995-251/+156
|
* Remove PARAMS macros.Marek Polacek2012-01-311-4/+0
|
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-5/+1
|
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-261-6/+2
|
* Add noreturn attributeMarek Polacek2012-01-101-1/+1
|
* Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2012-01-084-13/+16
| | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
* More fallout from supporting only ELFUlrich Drepper2012-01-081-2/+2
|
* Remove pre-ISO C supportUlrich Drepper2012-01-072-7/+8
| | | | No more __const.
* Update copyright yearUlrich Drepper2012-01-012-4/+4
|
* Add brx_IN localeUlrich Drepper2011-12-221-0/+1
|
* Fix access after end of search string in regex matcherAndreas Schwab2011-11-302-9/+11
|
* Use O_CLOEXEC in a few more placesUlrich Drepper2011-11-152-6/+7
|
* Use strcasecmp_l instead of strcasecmpUlrich Drepper2011-11-081-1/+2
|
* Clean up locarchive mmap reservation code.Roland McGrath2011-10-081-42/+32
|
* Cleanup of configuration optionsUlrich Drepper2011-09-102-14/+4
| | | | Make several tool features mandatory and simplify the code.
* Remove support for automatic cvs check-insUlrich Drepper2011-09-081-3/+0
| | | | CVS use for glibc is long gone.
* Clean up locale/Makefile variables for -D switches.Roland McGrath2011-08-141-11/+17
|
* Fix compile problemUlrich Drepper2011-08-131-2/+3
| | | | l10nflist compiles for localedef now. Optimize a bit.
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-103-8/+1
|
* Fix typo in last patch to locarchive.cUlrich Drepper2011-05-291-1/+1
|
* Handle failure of _nl_explode_name in all casesUlrich Drepper2011-05-282-3/+15
|
* Fix handling of LC_CTYPE in locale name handlingUlrich Drepper2011-05-211-2/+2
|
* Add entry for Sorani languageUlrich Drepper2011-05-151-0/+1
|
* Add ary language entry.Ulrich Drepper2011-05-091-0/+1
|
* Support Colon SignUlrich Drepper2011-05-092-597/+598
| | | | | Used in the Costa Rican locale and now also in the El Salvadorian locale.
* Add wae_CH localeKevin Bortis2011-05-091-0/+1
|
* Use appropriate type for return value checkingUlrich Drepper2011-05-091-1/+1
|
* Transliterate U20B9.Ulrich Drepper2011-05-092-497/+498
|
* Remove doubled words.Jim Meyering2011-04-221-2/+2
|
* Update copyright year.Ulrich Drepper2011-01-172-4/+4
|
* Properly quote output of localeAndreas Schwab2010-08-121-7/+30
|
* Finish locale_data -> __locale_data transition.Richard Henderson2010-03-261-2/+2
| | | | | | | | The transition that was begun here f095bb7204d80f609a73a22796edd6cffd4c6add was not complete. Signed-off-by: Richard Henderson <rth@twiddle.net>
* ocale-archive differs between 32 and 64 bit platformsChris Demetriou2010-03-242-1/+4
|
* Update copyright year.Ulrich Drepper2010-03-152-9/+9
|
* _nl_load_locale() incorrectly handles mmap() failuresJoe Landers2010-01-221-0/+1
|
* Add support for XPG7 testing.Ulrich Drepper2010-01-0921-91/+92
| | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
* Add missing test files.Ulrich Drepper2009-11-172-0/+34
|
* Handle LC_GLOBAL_LOCALE in duplocale.Ulrich Drepper2009-11-172-2/+6
|
* Fix _NC_LOCALE_NAME definition.Ulrich Drepper2009-11-172-4/+5
|
* Add missing declarations.Andreas Schwab2009-10-301-0/+2
|
* Add sml entry to ISO 639 list.Ulrich Drepper2009-10-291-0/+1
|
* Fix week-1stday in C localeAndreas Schwab2009-10-051-2/+2
|
* Fix locale program error handlingUlrich Drepper2009-09-281-1/+4
| | | | If an unknown name is passed to locale, report it and fail.
* Fix endless loop in localedef.Ulrich Drepper2009-09-071-28/+31
| | | | | | localedef got into an endless loop in case order_start was used for the unnamed_section twice and the first use didn't actually result into any definition.
* Thread-local locale handling part of XPG7.Ulrich Drepper2009-08-231-1/+1
| | | | I incorrectly enabled the definitions for XPG6.