diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-08 11:48:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-08 11:48:03 +0000 |
commit | 25b3b17b20b85fc9949f1c5af0780cf836292431 (patch) | |
tree | 87b7f8bbd828d26418b000c7cb75d8589a3c5bf9 /ChangeLog | |
parent | 604510f7170a912e7abd352d61b7686445216904 (diff) | |
download | glibc-25b3b17b20b85fc9949f1c5af0780cf836292431.tar.gz glibc-25b3b17b20b85fc9949f1c5af0780cf836292431.tar.xz glibc-25b3b17b20b85fc9949f1c5af0780cf836292431.zip |
Update.
1998-10-08 Paul Eggert <eggert@twinsun.com> * time/mktime.c (__mktime_internal): When the requested time falls in a spring-forward gap of size DT, return a time that is DT away from the requested time, preferring a time whose tm_isdst differs from the requested value. Bump the max number of probes from 4 to 6 to account for the extra probes needed to discover a spring-forward gap in the worst case. 1998-10-07 17:05 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection of the weird alpha architectures. Patch by Cristian Gafton <gafton@redhat.com>. 1998-02-18 23:31 Richard Henderson <rth@cygnus.com> * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for RAWHIDE and TSUNAMI. Patch from Jay.Estabrook@digital.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5d4adbeeaa..ed49343600 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +1998-10-08 Paul Eggert <eggert@twinsun.com> + + * time/mktime.c (__mktime_internal): When the requested time falls + in a spring-forward gap of size DT, return a time that is DT away + from the requested time, preferring a time whose tm_isdst differs + from the requested value. Bump the max number of probes from 4 to + 6 to account for the extra probes needed to discover a + spring-forward gap in the worst case. + +1998-10-07 17:05 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection + of the weird alpha architectures. + Patch by Cristian Gafton <gafton@redhat.com>. + +1998-02-18 23:31 Richard Henderson <rth@cygnus.com> + + * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for + RAWHIDE and TSUNAMI. Patch from Jay.Estabrook@digital.com. + 1998-10-07 Ulrich Drepper <drepper@cygnus.com> * elf/dl-open.c (_dl_global_scope_alloc): Make global. |