summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f596fcd806..b159e4a5d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2017-05-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ intprops: don’t depend on ‘verify’
+ Problem reported by Ævar Arnfjörð Bjarmason in:
+ http://lists.gnu.org/archive/html/bug-gnulib/2017-05/msg00054.html
+ * lib/intprops.h: Do not include verify.h, and move compile-time
+ checks from here ...
+ * tests/test-intprops.c (main): ... to here, if they’re not here
+ already. Check widths of other standard integer types.
+ * modules/intprops (Depends-on): Remove ‘verify’.
+
2017-05-07 Bruno Haible <bruno@clisp.org>
utimens: On native Windows, support 100ns resolution also if fd < 0.