X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=0ec11b96abc9da074f772bf9fc8707487c9ae86d;hb=d3d059cf53625ddfe2ff4f64759131e846f83b94;hp=db345d42ecbd06f50159dae8b37cd0b18e952cbd;hpb=b42b4137016986c073adcc8d0d5a0182aae38c7b;p=pspp diff --git a/ChangeLog b/ChangeLog index db345d42ec..0ec11b96ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,123 @@ +2010-05-03 Jim Meyering + + 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 + + wctob: Fix for weird platforms. + * lib/wctob.c (wctob): When wint_t is larger than wchar_t, check the + argument value. + +2010-05-03 Jim Meyering + + maint.mk: prohibit unwarranted use of + * 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. + +2010-05-02 Bruno Haible + + wcwidth: Declare also when it's aliased. + * lib/wchar.in.h (wcwidth): Don't test whether wcwidth is defined as a + macro. + +2010-05-02 Bruno Haible + + Fix regression from 2010-04-25. + * gnulib-tool (func_modules_transitive_closure): Check the status of + all modules, not only of the tests that are of the form foo-tests where + foo is a module. + +2010-05-02 Bruno Haible + + wctob: Work around nasty Cygwin 1.7.2 bug. + * m4/wctob.m4 (gl_FUNC_WCTOB): Detect the Cygwin bug. + * doc/posix-functions/wctob.texi: Mention the Cygwin bug. + +2010-05-01 Bruno Haible + + fpurge: Sharper test. + * tests/test-fpurge.c (main): Add one more ftell check. + * modules/fpurge-tests (Depends-on): Add ftell. + Suggested by Eric Blake. + +2010-05-01 Bruno Haible + + ftello: Another test. + * tests/test-ftello3.c: New file. + * modules/ftello-tests (Files): Add it. + (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment + MOSTLYCLEANFILES. + + ftell: Another test. + * tests/test-ftell3.c: New file. + * modules/ftell-tests (Files): Add it. + (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment + MOSTLYCLEANFILES. + +2010-05-01 Bruno Haible + + ftell, ftello: Work around Solaris bug. + * m4/ftello.m4 (gl_FUNC_FTELLO): Detect Solaris bug. + * lib/ftello.c: Include stdio-impl.h. + (ftello): On Solaris, when _IOWRT is set, compute the result without + looking at _IOREAD. + * modules/ftello (Files): Add lib/stdio-impl.h. + * doc/posix-functions/ftell.texi: Mention Solaris bug. + * doc/posix-functions/ftello.texi: Likewise. + Reported by Eric Blake. + +2010-05-01 Bruno Haible + + freading: Adapt to special meaning of _IOREAD flag on Solaris. + * lib/freading.c (freading): On Solaris, ignore the _IOREAD flag if + the _IOWRT flag is also set. + +2010-05-01 Bruno Haible + + Fix doc about a HP-UX stdio bug. + * doc/posix-functions/ftell.texi: Mark HP-UX bug as unfixed. + * doc/posix-functions/ftello.texi: Likewise. + +2010-05-01 Bruno Haible + + lseek test: Fix failure on Solaris. + * tests/test-lseek.sh: Partially revert 2010-04-20 commit. Consume all + output. + +2010-04-30 Jim Meyering + + bootstrap: don't ignore failure to generate po*/Makevars + * build-aux/bootstrap (with_gettext): Don't ignore failure + to create po/Makevars or runtime-po/Makevars. + +2010-04-29 Eric Blake + + headers: relax license to LGPLv2+ + * modules/fcntl-h (License): Relax license. + * modules/getopt-posix (License): Likewise. + * modules/locale (License): Likewise. + * modules/math (License): Likewise. + * modules/pty (License): Likewise. + * modules/sched (License): Likewise. + * modules/search (License): Likewise. + * modules/spawn (License): Likewise. + * modules/stdarg (License): Likewise. + * modules/sysexits (License): Likewise. + +2010-04-29 Jim Meyering + + inttypes: relax license to LGPLv2+ + * modules/inttypes (License): Relax license. + 2010-04-29 Simon Josefsson * top/maint.mk (indent): Run twice to produce idempotent results.