aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-18 12:12:33 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-18 12:12:33 +0000
commit59a7162b17f55cb292844e37ceb9c3b0a1994080 (patch)
tree721f7ab97febaeb0c390b0f3f812866600d2482a /ChangeLog
parent0588a9cb6275025a62d89b94bcde1a9bb13e9c69 (diff)
downloadglibc-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbb4a57f94..65f2c0a1b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>