aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-10-22 22:15:54 +0000
committerRoland McGrath <roland@gnu.org>2004-10-22 22:15:54 +0000
commit7203529423b8ea749b66874b86a038118f8dba00 (patch)
treebc7e29e1fe1b898276aa7cdeb0caededbc4ee51a /ChangeLog
parentc60a75408e675bbb8b50ce894d000f645a8bdff7 (diff)
downloadglibc-7203529423b8ea749b66874b86a038118f8dba00.tar
glibc-7203529423b8ea749b66874b86a038118f8dba00.tar.gz
glibc-7203529423b8ea749b66874b86a038118f8dba00.tar.bz2
glibc-7203529423b8ea749b66874b86a038118f8dba00.zip
[BZ #469] Imported from gnulib.
* time/mktime.c (__isleap): Remove; all uses replaced by: (leapyear): New function, which avoids overflow by not adding 1900 to year before testing whether it is a leap year.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 037156775a..9e1e5ec9d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
+ [BZ #469] Imported from gnulib.
+ * time/mktime.c (__isleap): Remove; all uses replaced by:
+ (leapyear): New function, which avoids overflow by not adding
+ 1900 to year before testing whether it is a leap year.
+
[BZ #472] Imported from gnulib.
* time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX;
no longer used.