From: Roland McGrath Date: Fri, 2 Jan 2004 22:16:56 +0000 (+0000) Subject: * time/mktime.c (verify): New macro. X-Git-Tag: cvs/ChangeLog~74 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=875c594cdfd5aaf62a275b47d3d888988b3c0772;p=glibc.git * time/mktime.c (verify): New macro. (time_t_is_integer, twos_complement_arithmetic, right_shift_propagates_sign, base_year_is_a_multiple_of_100, C99_integer_division): Document these longstanding assumptions in the code, and verify them at compile-time. --- diff --git a/ChangeLog b/ChangeLog index c51004a816..655d83ce61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-12-30 Paul Eggert + + * time/mktime.c (verify): New macro. + (time_t_is_integer, twos_complement_arithmetic, + right_shift_propagates_sign, base_year_is_a_multiple_of_100, + C99_integer_division): Document these longstanding assumptions in the + code, and verify them at compile-time. + 2004-01-02 Jakub Jelinek * posix/regex_internal.c (re_node_set_insert): Remove unused variables.