From 875c594cdfd5aaf62a275b47d3d888988b3c0772 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 2 Jan 2004 22:16:56 +0000 Subject: * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') 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. -- cgit v1.2.3