X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=662bedbe21f5a00798d025dbd9f94acddc647918;hb=88418d5fd24c99aac393d3e2f564f6939e4e2fe3;hp=d638bdf9cf4c212e6896d827ddb0bfea03acb631;hpb=92d72e3b846a8ba258831a30510742d3b7b53609;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index d638bdf9c..662bedbe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,49 @@ +2011-01-07 Bruno Haible + + strtod: Restore errno when successfully parsing Infinity or NaN. + * lib/strtod.c (strtod): After successfully parsing an Infinity or NaN, + restore the original errno. + +2011-01-07 Bruno Haible + + remove test: Avoid failure on HP-UX 11. + * tests/test-remove.c (main): Allow EEXIST as alternative error code. + +2011-01-07 Bruno Haible + + mkdir, mkdirat tests: Avoid failure on HP-UX 11.11. + * tests/test-mkdir.h (test_mkdir): Allow EOPNOTSUPP as alternative + error code. + +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. @@ -350,14 +394,6 @@ 2010-12-31 Eric Blake - 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. - nl_langinfo: fix YESEXPR on Irix 6.5 * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Test for Irix bug. * lib/nl_langinfo.c (rpl_nl_langinfo): Work around it.