diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-18 12:12:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-18 12:12:33 +0000 |
commit | 59a7162b17f55cb292844e37ceb9c3b0a1994080 (patch) | |
tree | 721f7ab97febaeb0c390b0f3f812866600d2482a /ChangeLog | |
parent | 0588a9cb6275025a62d89b94bcde1a9bb13e9c69 (diff) | |
download | glibc-59a7162b17f55cb292844e37ceb9c3b0a1994080.tar glibc-59a7162b17f55cb292844e37ceb9c3b0a1994080.tar.gz glibc-59a7162b17f55cb292844e37ceb9c3b0a1994080.tar.bz2 glibc-59a7162b17f55cb292844e37ceb9c3b0a1994080.zip |
* locale/programs/locarchive.c (open_archive): Map the entire file
and not just the administrative data.
(add_locale): When we find a hash sum match compare the content
to be sure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-04-18 Ulrich Drepper <drepper@redhat.com> + * locale/programs/locarchive.c (open_archive): Map the entire file + and not just the administrative data. + (add_locale): When we find a hash sum match compare the content + to be sure. + * malloc/malloc.c (malloc_info): Output address space information. 2009-04-17 Ulrich Drepper <drepper@redhat.com> |