diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-16 23:31:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-16 23:31:03 +0000 |
commit | c14f245ca27589778202ecd7e90df03c67580d64 (patch) | |
tree | 150ea1bf3577fd1b7f34b46f3c945907cb752e22 /ChangeLog | |
parent | 993a5d6645af0a0d0de4c17ba1172449c51372ab (diff) | |
download | glibc-c14f245ca27589778202ecd7e90df03c67580d64.tar.gz glibc-c14f245ca27589778202ecd7e90df03c67580d64.tar.xz glibc-c14f245ca27589778202ecd7e90df03c67580d64.zip |
* locale/programs/locarchive.c (INITIAL_NUM_NAMES,
INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate current number of locales in SUPPORTED. (create_archive): Initialize serial. (enlarge_archive): Preserve aliases rather than duplicating their locrecs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ae48deffe3..76f25d8af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-04-15 Jakub Jelinek <jakub@redhat.com> + + * locale/programs/locarchive.c (INITIAL_NUM_NAMES, + INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate + current number of locales in SUPPORTED. + (create_archive): Initialize serial. + (enlarge_archive): Preserve aliases rather than duplicating + their locrecs. + 2007-04-13 Jakub Jelinek <jakub@redhat.com> * libio/genops.c (_IO_default_finish): Call _IO_lock_fini |