diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-13 12:21:10 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-13 12:21:10 -0400 |
commit | f9ddf089f124279836930692b9cd7bc807e60088 (patch) | |
tree | c5a1524c7bbfb3bebed9ee23f702c69f4375d979 /ChangeLog | |
parent | 07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be (diff) | |
download | glibc-f9ddf089f124279836930692b9cd7bc807e60088.tar glibc-f9ddf089f124279836930692b9cd7bc807e60088.tar.gz glibc-f9ddf089f124279836930692b9cd7bc807e60088.tar.bz2 glibc-f9ddf089f124279836930692b9cd7bc807e60088.zip |
Fix compile problem
l10nflist compiles for localedef now. Optimize a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-08-13 Ulrich Drepper <drepper@gmail.com> + + * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside + of libc. Make tolower call locale-independent. Optimize a bit by + using isdigit instead of isalnum. + * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc. + 2011-08-12 Ulrich Drepper <drepper@gmail.com> * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO |