test-xalloc-die: avoid unwarranted test failure on OpenSolaris 5.11
[pspp] / ChangeLog
index 797a38141585381fe20d1e4e2927b5a9f60b32c2..0ec11b96abc9da074f772bf9fc8707487c9ae86d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-05-03  Jim Meyering  <meyering@redhat.com>
+
+       test-xalloc-die: avoid unwarranted test failure on OpenSolaris 5.11
+       * tests/test-xalloc-die.sh: Redirect stdout before stderr, (i.e.,
+       "> out 2> err", rather than "2> err > out").  Otherwise, with /bin/sh
+       on OpenSolaris 5.11 snv_134, we would end up with a stray "1> out"
+       line in the "err2" output file when running "make check" in verbose
+       mode (i.e., with set -x enabled).
+
 2010-05-03  Bruno Haible  <bruno@clisp.org>
 
        wctob: Fix for weird platforms.
@@ -6,6 +15,11 @@
 
 2010-05-03  Jim Meyering  <meyering@redhat.com>
 
+       maint.mk: prohibit unwarranted use of <strings.h>
+       * top/maint.mk (sc_prohibit_strings_without_use): Reject inclusion of
+       strings.h in a file that does not also use strcasecmp, strncasecmp,
+       ffs or ffsll.
+
        maint.mk: remove obsolete comments
        * top/maint.mk: Remove stale, commented-out rules.