diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-10 11:58:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-10 11:58:53 +0000 |
commit | 90865aa8d319b1bd736690717c6fcc23b7a29e98 (patch) | |
tree | db9e3601dddee40e5c49d7569721334ecf51b451 /ChangeLog | |
parent | adac8450947aa7963df1ff143fa64e6579a0f620 (diff) | |
download | glibc-90865aa8d319b1bd736690717c6fcc23b7a29e98.tar.gz glibc-90865aa8d319b1bd736690717c6fcc23b7a29e98.tar.xz glibc-90865aa8d319b1bd736690717c6fcc23b7a29e98.zip |
Update.
1998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com> * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files for test. * timezone/tst-timezone.c (tests): Fix typo in last patch. * time/tzfile.c (__tzfile_read): Handle case when there are no transitions. Set __timezone based on computed offset. * time/tzset.c (tzset_internal): Set __timezone before returning. * time/tzset.c (tzset_internal): Optimize handling of local string copy. 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR libc/776). * sysdeps/powerpc/bits/fenv.h: Add parens.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a81a49ab40..8e1fa8b3fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,26 @@ +1998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com> + + * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files + for test. + * timezone/tst-timezone.c (tests): Fix typo in last patch. + + * time/tzfile.c (__tzfile_read): Handle case when there are no + transitions. Set __timezone based on computed offset. + * time/tzset.c (tzset_internal): Set __timezone before returning. + + * time/tzset.c (tzset_internal): Optimize handling of local string + copy. + +1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR + libc/776). + 1998-09-09 Benjamin Kosnik <bkoz@tintin.cygnus.com> * math/libm-test.c (exp10_test): Adapt epsilons for powerpc. (csqrt_test): Likewise. - * sysdeps/powerpc/bits/fenv.h: Add parens. . + * sysdeps/powerpc/bits/fenv.h: Add parens. 1998-09-09 18:48 Ulrich Drepper <drepper@cygnus.com> |