Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-04-27 | * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATEcvs/fedora-glibc-20090427T1419 | Ulrich Drepper | |
to MAP_ANON in PROT_NONE mmap64 call. (open_archive): Likewise. (file_data_available_p): Use mmap64 instead of mremap. (enlarge_archive): Likewise. Update head if ah->addr changed. Attempt to reserve address space after mmap64 region. | |||
2009-04-24 | * locale/programs/locarchive.c (enlarge_archive): Conserve address | Ulrich Drepper | |
space when temporarily mapping the whole content of the old file. | |||
2009-04-24 | [BZ #10100] | Ulrich Drepper | |
2009-04-24 Ulrich Drepper <drepper@redhat.com> [BZ #10100] * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is not zero. | |||
2009-04-24 | * locale/locarchive.h (struct locarhandle): Rename len field to | Ulrich Drepper | |
mmaped and add new reserved field. * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define. (create_archive): Reserve address space and then map file into it. (open_archive): Likewise. (file_data_available_p): New function. (compare_from_file): New function. (close_archive): Adjust to member name changes. (add_locale): Before comparing locale data, check it is mapped. Otherwise fall back to reading from the file. | |||
2009-04-18 | * locale/programs/locarchive.c (open_archive): Map the entire file | Ulrich Drepper | |
and not just the administrative data. (add_locale): When we find a hash sum match compare the content to be sure. | |||
2009-03-14 | * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM. | Ulrich Drepper | |
* elf/dl-sysdep.c (auxvars): Compress data structure. | |||
2009-02-26 | * ctype/ctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | |
* dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in POSIX 2008. /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit |