diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 16:25:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 16:25:51 +0000 |
commit | 705341a92faad6305f47511f57ab46af19c10645 (patch) | |
tree | ab638ef2a75430bac2969e1ffa1e0f958089d530 /ChangeLog | |
parent | 57d2da1c6723d11be2e448dd725dd51b5d930255 (diff) | |
download | glibc-705341a92faad6305f47511f57ab46af19c10645.tar.gz glibc-705341a92faad6305f47511f57ab46af19c10645.tar.xz glibc-705341a92faad6305f47511f57ab46af19c10645.zip |
* locale/locarchive.h (struct locarhandle): Rename len field to
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 72fe497397..667688dc48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-04-24 Ulrich Drepper <drepper@redhat.com> + + * locale/locarchive.h (struct locarhandle): Rename len field to + 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-23 H.J. Lu <hongjiu.lu@intel.com> * stdio-common/psiginfo.c: Include <errno.h>. |