verify: document some 'assume' pitfalls
[gnulib.git] / ChangeLog
index 3f6bf07..2b37375 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2013-10-10  Paul Eggert  <eggert@cs.ucla.edu>
 
+       verify: document some 'assume' pitfalls
+       * doc/verify.texi (Compile-time Assertions):
+       Mention that 'assume (E)' can sometimes slow things down.
+       Use CHAR_MAX + 1, not UCHAR_MAX + 1.
+
+2013-10-10  Eric Blake  <eblake@redhat.com>
+
+       strtoumax: fix typo in previous commit.
+       * modules/strtoumax (Depends-on): Fix typo.
+       * modules/strtoimax (Depends-on): Likewise.
+
+2013-10-10  Paul Eggert  <eggert@cs.ucla.edu>
+
        strtoumax: port to Solaris 8
        This problem was introduced in the recent HP-UX patch.
        Reported by Tom G. Christensen in