maint.mk: really add $(AM_MAKEFLAGS)
[pspp] / ChangeLog
index 445d6d37b062d3df2f4bc4bb7e04677d8361848f..584962958dc6b87353f6fc51af7849773258f236 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,107 @@
-2009-03-08  Bruno Haible  <bruno@clisp.org>
+2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       maint.mk: really add $(AM_MAKEFLAGS)
+       * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
+       was inadvertently omitted in the last commit.
+       Spotted by Bruno Haible.
+
+       maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
+       * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
+       $(AM_MAKEFLAGS)' rather than plain `make'.
+
+       gnulib-tool: execute $MAKE not make
+       * gnulib-tool: Default $MAKE to 'make'.
+       (func_create_testdir, func_create_megatestdir): Use $MAKE rather
+       than make.  Initialize $MAKE in the do-autobuild script.
+
+       gnulib-tool: use $MAKE not make in generated files
+       * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
+       make, in generated files.  Initialize $MAKE in the do-autobuild
+       script.
+
+       * top/GNUmakefile (_have-git-version-gen): Fix typo.
+
+       GNUmakefile: disable parallelism only for multiple, recursive targets
+       * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
+       additions in the Makefile.
+       (AM_RECURSIVE_TARGETS): New macro, override only if not provided
+       by Automake.
+       (.NOTPARALLEL): Only disable parallel builds if multiple targets
+       are listed on the command line and at least one of them is
+       listed in $(ALL_RECURSIVE_TARGETS).
+
+2009-03-14  Bruno Haible  <bruno@clisp.org>
+
+       * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
+       utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
+       * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
+       * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
+       utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
+       * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
+       * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
+       unistr/u8-uctomb.
+       * modules/unistr/u8-strchr (Depends-on): Likewise.
+       * modules/unistr/u8-strrchr (Depends-on): Likewise.
+       * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
+       unistr/u16-uctomb.
+       * modules/unistr/u16-strchr (Depends-on): Likewise.
+       * modules/unistr/u16-strrchr (Depends-on): Likewise.
+
+2009-03-12  Bruno Haible  <bruno@clisp.org>
+
+       Work around select() bug on Interix 3.5.
+       * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
+       * lib/select.c (rpl_select): Add an implementation for Unix platforms.
+       * m4/select.m4: New file.
+       * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
+       * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
+       * modules/select (Files): Add m4/select.m4.
+       (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
+       * modules/nanosleep (Depends-on): Add select.
+       * modules/poll (Depends-on): Likewise.
+       * doc/posix-functions/select.texi: Mention the Interix bug.
+       Reported by Markus Duft <mduft@gentoo.org>.
+
+       * lib/select.c: Renamed from lib/winsock-select.c.
+       * modules/select (Files): Add lib/select.c, remove
+       lib/winsock-select.c.
+       (configure.ac): Update.
+
+2009-03-12  Jim Meyering  <meyering@redhat.com>
+
+       avoid gcc warnings about unused macro definitions
+       * lib/readtokens.c (STREQ): Remove unused definition.
+       * lib/xmalloc.c (SIZE_MAX): Likewise.
+       * lib/openat-die.c (N_): Likewise.
+       * lib/mountlist.c (SIZE_MAX): Remove definition.
+       Instead, include <stdint.h>.
+       * lib/readutmp.c: Likewise.
+       * modules/readutmp (Depends-on): Add stdint.
+       * modules/mountlist (Depends-on): Add stdint.
+       * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
+
+2009-03-10  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'mbmemcasecoll'.
+       * modules/mbmemcasecoll-tests: New file.
+       * tests/test-mbmemcasecoll1.sh: New file.
+       * tests/test-mbmemcasecoll2.sh: New file.
+       * tests/test-mbmemcasecoll3.sh: New file.
+       * tests/test-mbmemcasecoll.c: New file.
+
+       New module 'mbmemcasecoll'.
+       * lib/mbmemcasecoll.h: New file.
+       * lib/mbmemcasecoll.c: New file.
+       * modules/mbmemcasecoll: New file.
+
+       * tests/test-mbmemcasecmp.h: New file, extracted from
+       tests/test-mbmemcasecmp.c.
+       * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
+       (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
+       (main): Update.
+       * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
+
+2009-03-09  Bruno Haible  <bruno@clisp.org>
 
        Tests for module 'mbmemcasecmp'.
        * modules/mbmemcasecmp-tests: New file.
        * lib/mbmemcasecmp.c: New file.
        * modules/mbmemcasecmp: New file.
 
-2009-03-08  Bruno Haible  <bruno@clisp.org>
+2009-03-09  Bruno Haible  <bruno@clisp.org>
 
        Tests for module 'unicase/ulc-casecoll'.
        * modules/unicase/ulc-casecoll-tests: New file.