Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-01-31 | Remove PARAMS macros. | Marek Polacek | |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | |
2012-01-10 | Add noreturn attribute | Marek Polacek | |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | |
Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-01 | Update copyright year | Ulrich Drepper | |
2011-12-22 | Add brx_IN locale | Ulrich Drepper | |
2011-11-30 | Fix access after end of search string in regex matcher | Andreas Schwab | |
2011-11-15 | Use O_CLOEXEC in a few more places | Ulrich Drepper | |
2011-11-08 | Use strcasecmp_l instead of strcasecmp | Ulrich Drepper | |
2011-10-08 | Clean up locarchive mmap reservation code. | Roland McGrath | |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | |
Make several tool features mandatory and simplify the code. | |||
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | |
CVS use for glibc is long gone. | |||
2011-08-14 | Clean up locale/Makefile variables for -D switches. | Roland McGrath | |
2011-08-13 | Fix compile problem | Ulrich Drepper | |
l10nflist compiles for localedef now. Optimize a bit. | |||
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | |
2011-05-29 | Fix typo in last patch to locarchive.c | Ulrich Drepper | |
2011-05-28 | Handle failure of _nl_explode_name in all cases | Ulrich Drepper | |
2011-05-21 | Fix handling of LC_CTYPE in locale name handling | Ulrich Drepper | |
2011-05-15 | Add entry for Sorani language | Ulrich Drepper | |
2011-05-09 | Add ary language entry. | Ulrich Drepper | |
2011-05-09 | Support Colon Sign | Ulrich Drepper | |
Used in the Costa Rican locale and now also in the El Salvadorian locale. | |||
2011-05-09 | Add wae_CH locale | Kevin Bortis | |
2011-05-09 | Use appropriate type for return value checking | Ulrich Drepper | |
2011-05-09 | Transliterate U20B9. | Ulrich Drepper | |
2011-04-22 | Remove doubled words. | Jim Meyering | |
2011-01-17 | Update copyright year. | Ulrich Drepper | |
2010-08-12 | Properly quote output of locale | Andreas Schwab | |
2010-03-26 | Finish locale_data -> __locale_data transition. | Richard Henderson | |
The transition that was begun here f095bb7204d80f609a73a22796edd6cffd4c6add was not complete. Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2010-03-24 | ocale-archive differs between 32 and 64 bit platforms | Chris Demetriou | |
2010-03-15 | Update copyright year. | Ulrich Drepper | |
2010-01-22 | _nl_load_locale() incorrectly handles mmap() failures | Joe Landers | |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | |
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | |||
2009-11-17 | Add missing test files. | Ulrich Drepper | |
2009-11-17 | Handle LC_GLOBAL_LOCALE in duplocale. | Ulrich Drepper | |
2009-11-17 | Fix _NC_LOCALE_NAME definition. | Ulrich Drepper | |
2009-10-30 | Add missing declarations. | Andreas Schwab | |
2009-10-29 | Add sml entry to ISO 639 list. | Ulrich Drepper | |
2009-10-05 | Fix week-1stday in C locale | Andreas Schwab | |
2009-09-28 | Fix locale program error handling | Ulrich Drepper | |
If an unknown name is passed to locale, report it and fail. | |||
2009-09-07 | Fix endless loop in localedef. | Ulrich Drepper | |
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. | |||
2009-08-23 | Thread-local locale handling part of XPG7. | Ulrich Drepper | |
I incorrectly enabled the definitions for XPG6. | |||
2009-07-20 | Use correct index for _NL_CTYPE_NONASCII_CASE. | Ulrich Drepper | |
2009-07-20 | Check generated locale for non-ASCII 8-bit characters with case conversion. | Ulrich Drepper | |
If a locale does not have 8-bit characters with case conversion which are different from the ASCII conversion (±0x20) then we can perform some optimizations. These will follow later. | |||
2009-05-16 | Remove redundant .gitignore files. | Andreas Schwab | |
2009-05-15 | rename each .cvsignore file to .gitignore | Jim Meyering | |