summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-29 11:52:34 +0100
committerJim Meyering <meyering@redhat.com>2009-10-29 11:52:34 +0100
commit02a5d9ca15dc8e71fe8af9e76e732e01c90fc703 (patch)
tree153e418f6390e90af0ca616fda253bdd95ea1e4a /ChangeLog
parent739294f4aaa7734eb73bed785302dc64626c4ff1 (diff)
downloadgnulib-02a5d9ca15dc8e71fe8af9e76e732e01c90fc703.tar.gz
timespec: long-to-int truncation could make timespec_cmp malfunction
* lib/timespec.h (timespec_cmp): Do not interpret a difference of a multiple of 2^32 nanoseconds as no difference.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7982453a86..b2073ee7b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-29 Jim Meyering <meyering@redhat.com>
+
+ timespec: long-to-int truncation could make timespec_cmp malfunction
+ * lib/timespec.h (timespec_cmp): Do not interpret a difference of
+ a multiple of 2^32 nanoseconds as no difference.
+
2009-10-28 Jim Meyering <meyering@redhat.com>
fprintftime: wrap macro code argument in "do {...} while(0)"