X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1afdc0823e0749fb820edbf3280b03ca88e11e0c;hb=d0270e7b630dd9c27e70ef46cc3ce5dac70dd574;hp=88ed95367def0082c67d768a3b6e94c66cfeb370;hpb=98e2bedbc92b816b68ee8092224b1e11f37b6596;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 88ed95367..1afdc0823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,77 @@ +2011-01-07 Pádraig Brady + + ignore-value: fixup comments, and add Eric Blake + as an author since he rewrote the macros. + * lib/ignore-value.h (ignore_value): State that + we now support aggregates. Also specify exactly + when the GCC warn_unused_result feature was added. + +2011-01-06 Eric Blake + + ignore-value: support aggregate types + * lib/ignore-value.h (ignore_value): Provide separate gcc + definition. + * modules/ignore-value-tests: New test module. + * tests/test-ignore-value.c: New test. + + maint.mk: improve sc_prohibit_strcmp regex + * top/maint.mk (sc_prohibit_strcmp): Detect strcmp()!=0, as + documented. Also, detect strcmp((expr),expr) == 0. Exempt the + definition of STRNEQ. + + signal: work around Haiku issue with SIGBUS + * lib/siglist.h: Add comment. + * lib/sig2str.c (numname_table): Swap SIGBUS order, to match + strsignal's favoring of SIGSEGV. + * tests/test-signal.c (main): Avoid test failure. + * doc/posix-headers/signal.texi (signal.h): Document the issue. + Reported by Scott McCreary. + + maint.mk: add pre-release check to ensure submodule commits are public + * top/maint.mk (public-submodule-commit): New rule. + (submodule-checks): New variable. + (alpha beta stable): Depend on the variable. + +2011-01-05 Pádraig Brady + and Jim Meyering + + ignore-value: make ignore_value more generic; deprecate ignore_ptr + * lib/ignore-value.h: Include , for decl of intptr_t. + (ATTRIBUTE_DEPRECATED): Define. + (_ignore_case): New function. + (ignore_value): New macro, to replace the old function. + (ignore_ptr): Arrange for any use to evoke a deprecation warning. + * modules/ignore-value (Depends-on): Add stdint. + +2011-01-04 Eric Blake + + doc: regenerate INSTALL + * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Re-add + @firstparagraphindent support, now that autoconf dropped it. + (INSTALL_PRELUDE): Reinstate old macro. + * doc/install.texi: Resync from autoconf. + * doc/INSTALL: Reflect recent autoconf update. + * doc/INSTALL.ISO: Likewise. + * doc/INSTALL.UTF-8: Likewise. + Reported by Karl Berry. + +2011-01-04 Bruce Korb + + git-version-gen: avoid a sub-shell + * build-aux/git-version-gen: Redirect stderr in `...` via + "exec 2>...", rather than via an added sub-shell. + +2011-01-03 Ben Pfaff + + git-version-gen: use (...) rather than sh -c '...' + * build-aux/git-version-gen: Rather than hard-coding a shell's name + with "sh -c '...'", just use "(...)". Less syntax is better, too. + 2011-01-03 Jim Meyering + git-version-gen: convert leading TABs to spaces + * build-aux/git-version-gen: Expand leading TABs. + git-version-gen: handle failed "git rev-list" * build-aux/git-version-gen: Rather than leaking a "fatal" error from git and proceeding as if it had succeeded but printed no SHA1