From bf2f355f6c882bfbefdaaa8c9b88b621c34a3c83 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 6 Jan 2011 14:30:53 -0700 Subject: [PATCH] maint: fix ChangeLog order --- ChangeLog | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index d638bdf9c..2816f9519 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-01-06 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. + 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 +358,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. -- 2.11.0