Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Oct 1998 11:48:03 +0000 (11:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Oct 1998 11:48:03 +0000 (11:48 +0000)
commit25b3b17b20b85fc9949f1c5af0780cf836292431
tree87b7f8bbd828d26418b000c7cb75d8589a3c5bf9
parent604510f7170a912e7abd352d61b7686445216904
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.
ChangeLog
time/mktime.c