aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-01-02 22:16:56 +0000
committerRoland McGrath <roland@gnu.org>2004-01-02 22:16:56 +0000
commit875c594cdfd5aaf62a275b47d3d888988b3c0772 (patch)
tree187cc20676545875e5b8383e657f82437e37c22f /ChangeLog
parenta28a0500c08d9ca3930e1282c2aba3161c403e2f (diff)
downloadglibc-875c594cdfd5aaf62a275b47d3d888988b3c0772.tar
glibc-875c594cdfd5aaf62a275b47d3d888988b3c0772.tar.gz
glibc-875c594cdfd5aaf62a275b47d3d888988b3c0772.tar.bz2
glibc-875c594cdfd5aaf62a275b47d3d888988b3c0772.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c51004a816..655d83ce61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-12-30 Paul Eggert <eggert@twinsun.com>
+
+ * 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 <jakub@redhat.com>
* posix/regex_internal.c (re_node_set_insert): Remove unused variables.