diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-03 01:05:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-03 01:05:29 +0000 |
commit | b5ef404e0897450bbe1caaff867d8daf40ba0e35 (patch) | |
tree | a0dc75b233c00557b16c9150800c3f77fef1986d /ChangeLog | |
parent | 352b06fdbf0dc508758beabfc4809b7115a4bfd2 (diff) | |
download | glibc-b5ef404e0897450bbe1caaff867d8daf40ba0e35.zip glibc-b5ef404e0897450bbe1caaff867d8daf40ba0e35.tar.gz glibc-b5ef404e0897450bbe1caaff867d8daf40ba0e35.tar.bz2 |
Update.
2002-02-02 Paul Eggert <eggert@twinsun.com>
* src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
(__mktime_internal): If no tm_isdst is requested, prefer solutions
with tm_isdst > 0 when the requested time falls within a
spring-forward gap [PR libc/2894].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-02-02 Paul Eggert <eggert@twinsun.com> + + * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>. + (__mktime_internal): If no tm_isdst is requested, prefer solutions + with tm_isdst > 0 when the requested time falls within a + spring-forward gap [PR libc/2894]. + 2002-02-03 Andreas Schwab <schwab@suse.de> * stdio-common/tst-rndseek.c: Increase timeout. |