X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e3e514cfa2ad6150ae83f75cf841103db6fe58a5;hb=d94bcb85e2e486d9ae424721cd8a6fd60553e6f6;hp=3f6bf07870fa7b26a2f63356e2222b3bd27b285a;hpb=c1cd34b9fb71cfb44873aabe0957c24c234c4677;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 3f6bf0787..e3e514cfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2013-10-12 Paul Eggert + + regex-tests: port to HP-UX 11.11 + Problem reported by Daniel Richard G. in + . + * modules/regex-tests (test_regex_LDADD): Add LIBTHREAD, LIB_PTHREAD. + +2013-10-10 Paul Eggert + + 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 + + strtoumax: fix typo in previous commit. + * modules/strtoumax (Depends-on): Fix typo. + * modules/strtoimax (Depends-on): Likewise. + 2013-10-10 Paul Eggert strtoumax: port to Solaris 8