diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-11-11 02:05:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-11-11 02:05:42 +0000 |
commit | 064737fb74ac2a47916b9be162a6a098cde99816 (patch) | |
tree | b1b2838f61216fc8378445bfc8fa291d32ae7b0f /ChangeLog | |
parent | 6decd24cc22116dea9da17c548d0ea0e9b6d5bfc (diff) | |
download | glibc-064737fb74ac2a47916b9be162a6a098cde99816.zip glibc-064737fb74ac2a47916b9be162a6a098cde99816.tar.gz glibc-064737fb74ac2a47916b9be162a6a098cde99816.tar.bz2 |
* time/tzfile.c (__tzfile_read): Extend to handle new file format
on machines with 64-bit time_t.
* timezone/checktab.awk: Update from tzcode2006o.
* timezone/ialloc.c: Likewise.
* timezone/private.h: Likewise.
* timezone/scheck.: Likewise.
* timezone/tzfile.h: Likewise.
* timezone/tzselect.ksh: Likewise.
* timezone/zdump.c: Likewise.
* timezone/zic.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2006-11-10 Ulrich Drepper <drepper@redhat.com> + * time/tzfile.c (__tzfile_read): Extend to handle new file format + on machines with 64-bit time_t. + + * timezone/checktab.awk: Update from tzcode2006o. + * timezone/ialloc.c: Likewise. + * timezone/private.h: Likewise. + * timezone/scheck.: Likewise. + * timezone/tzfile.h: Likewise. + * timezone/tzselect.ksh: Likewise. + * timezone/zdump.c: Likewise. + * timezone/zic.c: Likewise. + [BZ #3483] * elf/ldconfig.c (main): Call setlocale and textdomain. Patch mostly by Benno Schulenberg <bensberg@justemail.net>. |