about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-04 21:20:17 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-04 21:20:17 +0000
commit98b567ffae894a8d072d84656e1d0428451ee8ca (patch)
tree8afef1af41b1f63b3523cb799083b5e718d34f62 /ChangeLog
parent3ddfec55c4843ce1d8c339e347970591a9037658 (diff)
downloadglibc-98b567ffae894a8d072d84656e1d0428451ee8ca.tar.gz
glibc-98b567ffae894a8d072d84656e1d0428451ee8ca.tar.xz
glibc-98b567ffae894a8d072d84656e1d0428451ee8ca.zip
Update.
	* time/mktime.c (__mktime_internal): Correct last change.  We must
	stop searching for the right isdst value before stepping to the
	initial value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8923d498f6..5f337ef259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1998-11-04  Ulrich Drepper  <drepper@cygnus.com>
 
+	* time/mktime.c (__mktime_internal): Correct last change.  We must
+	stop searching for the right isdst value before stepping to the
+	initial value.
+
 	* malloc/malloc.c: Make sure calloc really returned zeroed memory.
 	Patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.