Further improvements to verify.h, suggested by Eric Blake.
[gnulib.git] / ChangeLog
index 73c6e30..4897fb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,688 @@
+2010-05-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Further improvements to verify.h, suggested by Eric Blake.
+       * lib/verify.h (_GL_CONCAT, _GL_CONCAT0, _GL_GENSYM): Renamed from
+       the GL_* versions, to avoid collision with OpenGL.
+       (_GL_COUNTER): New macro, so that we can fall back on __LINE__ if
+       __COUNTER__ doesn't work.  Test that __COUNTER__ increments rather
+       than testing merely whether it's defined.
+
+       Modify verify.h to pacify gcc -Wredundant_decls.
+       * lib/verify.h (GL_CONCAT, GL_CONCAT0, GL_GENSYM): New macros.
+       These use the prefix "GL_" since they're likely to be useful elsewhere.
+       We may need to break them out into a different .h file.
+       (__COUNTER__): Define to 0 if the compiler doesn't support it.
+       (verify) [!defined __cplusplus]: Use them to avoid duplicate decls
+       of verify_function__.
+
+2010-05-05  Peter O'Gorman  <pogma@thewrittenword.com>
+
+       Tests for module pwrite.
+       * modules/pwrite-tests: New file.
+       * tests/test-pwrite.sh: New file.
+       * tests/test-pwrite.c: New file.
+
+       New module pwrite.
+       * lib/unistd.in.h (pwrite): New declaration.
+       * lib/pwrite.c: New file, from glibc with modifications.
+       * m4/pwrite.m4: New file.
+       * m4/unistd_h.m4 (gl_UNISTD_H): Test whether pwrite is declared.
+       (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PWRITE, HAVE_PWRITE,
+       REPLACE_PWRITE.
+       * modules/pwrite: New file.
+       * modules/unistd (Makefile.am): Substitute GNULIB_PWRITE, HAVE_PWRITE,
+       REPLACE_PWRITE.
+       * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::pwrite.
+       * doc/posix-functions/pwrite.texi: Mention the new module.
+
+2010-05-05  Peter O'Gorman  <pogma@thewrittenword.com>
+
+       pread: Update documentation.
+       * doc/posix-functions/pread.texi: Mention the 'pread' module.
+
+2010-05-04  Eric Blake  <eblake@redhat.com>
+
+       docs: update cygwin progress
+       * doc/posix-functions/wctob.texi (wctob): Cygwin 1.7.6 will fix
+       this bug.
+       * doc/glibc-functions/get_nprocs_conf.texi (get_nprocs_conf):
+       Added in cygwin 1.7.2.
+       * doc/glibc-functions/get_phys_pages.texi (get_phys_pages):
+       Likewise.
+       * doc/glibc-functions/get_avphys_pages.texi (get_avphys_pages):
+       Likewise.
+       * doc/glibc-functions/dup3.texi (dup3): Likewise.
+       * doc/glibc-functions/pipe2.texi (pipe2): Likewise.
+       * doc/glibc-functions/accept4.texi (accept4): Likewise.
+       * doc/posix-functions/strfmon.texi (strfmon): Likewise.
+       * doc/glibc-functions/get_nprocs.texi (get_nprocs): Likewise.
+       Mention nproc module.
+       * doc/glibc-functions/xdr_uint16_t.texi (xdr_uint16_t): Mention
+       bug in cygwin 1.7.5 addition.
+       * doc/glibc-functions/xdr_uint32_t.texi (xdr_uint32_t): Likewise.
+       * doc/glibc-functions/xdr_uint64_t.texi (xdr_uint64_t): Likewise.
+       * doc/glibc-functions/xdr_uint8_t.texi (xdr_uint8_t): Likewise.
+       * doc/glibc-functions/xdr_array.texi (xdr_array): Added in cygwin
+       1.7.5.
+       * doc/glibc-functions/xdr_bool.texi (xdr_bool): Likewise.
+       * doc/glibc-functions/xdr_bytes.texi (xdr_bytes): Likewise.
+       * doc/glibc-functions/xdr_char.texi (xdr_char): Likewise.
+       * doc/glibc-functions/xdr_double.texi (xdr_double): Likewise.
+       * doc/glibc-functions/xdr_enum.texi (xdr_enum): Likewise.
+       * doc/glibc-functions/xdr_float.texi (xdr_float): Likewise.
+       * doc/glibc-functions/xdr_free.texi (xdr_free): Likewise.
+       * doc/glibc-functions/xdr_hyper.texi (xdr_hyper): Likewise.
+       * doc/glibc-functions/xdr_int.texi (xdr_int): Likewise.
+       * doc/glibc-functions/xdr_int16_t.texi (xdr_int16_t): Likewise.
+       * doc/glibc-functions/xdr_int32_t.texi (xdr_int32_t): Likewise.
+       * doc/glibc-functions/xdr_int64_t.texi (xdr_int64_t): Likewise.
+       * doc/glibc-functions/xdr_int8_t.texi (xdr_int8_t): Likewise.
+       * doc/glibc-functions/xdr_long.texi (xdr_long): Likewise.
+       * doc/glibc-functions/xdr_longlong_t.texi (xdr_longlong_t):
+       Likewise.
+       * doc/glibc-functions/xdr_netobj.texi (xdr_netobj): Likewise.
+       * doc/glibc-functions/xdr_opaque.texi (xdr_opaque): Likewise.
+       * doc/glibc-functions/xdr_pointer.texi (xdr_pointer): Likewise.
+       * doc/glibc-functions/xdr_reference.texi (xdr_reference):
+       Likewise.
+       * doc/glibc-functions/xdr_short.texi (xdr_short): Likewise.
+       * doc/glibc-functions/xdr_sizeof.texi (xdr_sizeof): Likewise.
+       * doc/glibc-functions/xdr_string.texi (xdr_string): Likewise.
+       * doc/glibc-functions/xdr_u_char.texi (xdr_u_char): Likewise.
+       * doc/glibc-functions/xdr_u_hyper.texi (xdr_u_hyper): Likewise.
+       * doc/glibc-functions/xdr_u_int.texi (xdr_u_int): Likewise.
+       * doc/glibc-functions/xdr_u_long.texi (xdr_u_long): Likewise.
+       * doc/glibc-functions/xdr_u_longlong_t.texi (xdr_u_longlong_t):
+       Likewise.
+       * doc/glibc-functions/xdr_u_short.texi (xdr_u_short): Likewise.
+       * doc/glibc-functions/xdr_union.texi (xdr_union): Likewise.
+       * doc/glibc-functions/xdr_vector.texi (xdr_vector): Likewise.
+       * doc/glibc-functions/xdr_void.texi (xdr_void): Likewise.
+       * doc/glibc-functions/xdr_wrapstring.texi (xdr_wrapstring):
+       Likewise.
+       * doc/glibc-functions/xdrmem_create.texi (xdrmem_create):
+       Likewise.
+       * doc/glibc-functions/xdrrec_create.texi (xdrrec_create):
+       Likewise.
+       * doc/glibc-functions/xdrrec_endofrecord.texi
+       (xdrrec_endofrecord): Likewise.
+       * doc/glibc-functions/xdrrec_eof.texi (xdrrec_eof): Likewise.
+       * doc/glibc-functions/xdrrec_skiprecord.texi (xdrrec_skiprecord):
+       Likewise.
+       * doc/glibc-functions/xdrstdio_create.texi (xdrstdio_create):
+       Likewise.
+
+2010-05-04  Jim Meyering  <meyering@redhat.com>
+
+       gendocs.sh: make its "-s FILE" option more useful
+       * build-aux/gendocs.sh: When honoring the -s FILE option, update
+       $PACKAGE to reflect the probably-different basename of "FILE".
+
+2010-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       bootstrap: don't ignore download_po_files failure
+       * build-aux/bootstrap (update_po_files): Don't ignore download_po_files
+       failure.
+
+2010-05-03  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: allow to pass options to gendocs.sh
+       * top/maint.mk (web-manual): Pass gendocs_options_ to gendocs.sh.
+       (gendocs_options_): New overridable variable.
+
+       gnu-web-doc-update: don't ignore configure or build failure
+       * build-aux/gnu-web-doc-update: Exit nonzero upon internal failure.
+
+       announce-gen: backslash-escape '@'s in --help output
+       * build-aux/announce-gen: Fix syntax errors.
+
+       maint.mk, announce-gen: allow project-specific announcement mail headers
+       * top/maint.mk (translation_project_): Define default.
+       (announcement_Cc_, announcement_mail_headers_): Likewise.
+       (announcement): Invoke announce-gen with new --mail-headers option.
+       * build-aux/announce-gen: New option: --mail-headers=HEADERS.
+
+       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.
+       * lib/wctob.c (wctob): When wint_t is larger than wchar_t, check the
+       argument value.
+
+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.
+
+2010-05-02  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       lseek test: Fix failure on Solaris.
+       * tests/test-lseek.sh: Partially revert 2010-04-20 commit. Consume all
+       output.
+
+2010-04-30  Jim Meyering  <meyering@redhat.com>
+
+       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  <eblake@redhat.com>
+
+       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  <meyering@redhat.com>
+
+       inttypes: relax license to LGPLv2+
+       * modules/inttypes (License): Relax license.
+
+2010-04-29  Simon Josefsson  <simon@josefsson.org>
+
+       * top/maint.mk (indent): Run twice to produce idempotent results.
+
+2010-04-28  Bruno Haible  <bruno@clisp.org>
+
+       getdate: Generate getdate.c in the source directory.
+       * modules/getdate (Makefile.am): Add rule for getdate.c. Augment
+       MOSTLYCLEANFILES.
+       Suggested by Daniel Richard G. <skunk@iskunk.org> and Ralf Wildenhues.
+
+2010-04-27  Andreas Gruenbacher  <agruen@suse.de>  (tiny change)
+
+       * lib/utimens.c: On Tru64, the timestamp parameter of utimens(2)
+       is not declared as a const *; avoid warnings in that case.
+
+2010-04-28  Eric Blake  <eblake@redhat.com>
+
+       canonicalize-lgpl: avoid compiler warning
+       * lib/canonicalize-lgpl.c (versioned_symbol): Avoid an 'empty
+       declaration' / 'extraneous semicolon' warning with some compilers.
+       Reported by Andreas Gruenbacher.
+
+2010-04-28  Jim Meyering  <meyering@redhat.com>
+
+       init.sh: ensure a more reliable exit status when exiting via trap
+       * tests/init.sh (setup_): Don't rely on $? in signal handler.
+       Inspired by patches from Dmitry V. Levin.
+       Also trap on signal 3 (SIGQUIT).
+
+2010-04-27  Bruno Haible  <bruno@clisp.org>
+
+       Update doc about utimes().
+       * doc/posix-functions/utimes.texi: Mention the OSF/1 problem and the
+       'utimens' module.
+       Reported by Andreas Gruenbacher <agruen@suse.de>.
+
+2010-04-27  Eric Blake  <eblake@redhat.com>
+
+       full-read, full-write: relax license
+       * modules/full-read (License): Drop to LGPLv2+.
+       * modules/full-write (License): Likewise.
+       * modules/safe-read (License): Likewise.
+       * modules/safe-write (License): Likewise.
+
+       pthread: mention library for linking
+       * modules/pthread (Link): Mention $(LIB_PTHREAD).
+
+2010-04-27  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: fix a bug introduced in last change
+       * top/maint.mk (gl_assured_headers_): Now that all names are on
+       one line, use sed's "g" modifier.  Note that while the \.in\.h LHS
+       is not anchored to end of word, it should be adequate.
+
+       maint.mk: avoid side-effect in latest syntax-check
+       * top/maint.mk (sc_prohibit_always_true_header_tests): Rework not
+       to run commands via $(shell...), and hence to incur cost only when
+       the new rule is actually run.
+
+       maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
+       Derive the list of guaranteed header names from gnulib/lib/*.in.h,
+       and use that to create a regexp used to detect all #if HAVE_..._H uses.
+       * top/maint.mk (sc_prohibit_always_true_header_tests): New rule.
+       (gl_assured_headers_, az_, AZ_): Define.
+       (gl_header_upper_case_or_, gl_have_header_regex_): Define.
+
+2010-04-26  Jim Meyering  <jim@meyering.net>
+           Bruno Haible  <bruno@clisp.org>
+
+       gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
+       * m4/gnulib-common.m4 (gl_COMMON_BODY): Set LIBC_FATAL_STDERR_.
+       Prompted by an exchange with Gilles Espinasse.
+
+2010-04-26  Jim Meyering  <meyering@redhat.com>
+
+       git-version-gen: aesthetic tweak
+       * build-aux/git-version-gen: Use "$nl" rather than a literal,
+       so that the command remains on a single line.
+
+2010-04-26  Eric Blake  <eblake@redhat.com>
+
+       git-version-gen: allow use on EBCDIC hosts
+       * build-aux/git-version-gen (dirty): Use literal rather than tying
+       ourselves to ascii.
+       Reported by Steve Goetze.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       netdb: Add support for GNULIB_POSIXCHECK.
+       * lib/netdb.in.h: Include warn-on-use.h.
+       (getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo): Warn if these
+       functions are used when GNULIB_POSIXCHECK is defined and the
+       getaddrinfo module is not in use.
+       * m4/netdb_h.m4 (gl_HEADER_NETDB): Test whether getaddrinfo,
+       freeaddrinfo, gai_strerror, getnameinfo are declared.
+       * modules/netdb (Depends-on): Add warn-on-use.
+       (Makefile.am): Include warn-on-use.h in netdb.h.
+
+2010-04-24  Ian Beckwith  <ianb@erislabs.net>
+
+       build: avoid "make check" failure without .git/ directory
+       * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
+       there is no .git/ directory.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       ptsname: Fix misuse of ttyname_r.
+       * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
+       of errno.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       ttyname_r: Make it work on Solaris 10.
+       * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
+       if the system function has the POSIX declaration. Test whether the
+       function fails if the buffer is less than 128 bytes large.
+       * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
+       system's ttyname_r function. Provide a reasonably large buffer.
+       * modules/ttyname_r (Depends-on): Add extensions.
+       * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       Use the 'extensions' module for some more functions on Solaris.
+       * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
+       module.
+       * doc/posix-functions/ctime_r.texi: Likewise.
+       * doc/posix-functions/getgrgid_r.texi: Likewise.
+       * doc/posix-functions/getgrnam_r.texi: Likewise.
+       * doc/posix-functions/getpwnam_r.texi: Likewise.
+       * doc/posix-functions/getpwuid_r.texi: Likewise.
+       * doc/posix-functions/readdir_r.texi: Likewise.
+       * doc/posix-functions/sigwait.texi: Likewise.
+       * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
+       * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
+       * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
+       has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
+       * lib/ttyname_r.c: Include <limits.h>.
+       (ttyname_r): Define using the system's ttyname_r function, if it exists
+       and not on Solaris.
+       * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
+       set.
+       * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
+       * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
+       * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
+       Reported by Simon Josefsson.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
+       * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
+       * doc/posix-functions/ctime_r.texi: Likewise.
+       * doc/posix-functions/getgrgid_r.texi: Likewise.
+       * doc/posix-functions/getgrnam_r.texi: Likewise.
+       * doc/posix-functions/getlogin_r.texi: Likewise.
+       * doc/posix-functions/getpwnam_r.texi: Likewise.
+       * doc/posix-functions/getpwuid_r.texi: Likewise.
+       * doc/posix-functions/readdir_r.texi: Likewise.
+       * doc/posix-functions/sigwait.texi: Likewise.
+       * doc/posix-functions/ttyname_r.texi: Likewise.
+       Reported by Simon Josefsson.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool: Don't include hairy tests of dependencies in testdirs.
+       * gnulib-tool (func_usage): Document that --with-*-tests options apply
+       also to --create-testdir.
+       (func_acceptable): Don't consider the status of *-tests modules here.
+       (func_modules_transitive_closure): Consider it here, before including a
+       test module.
+       (func_import, func_create_testdir): Set inc_all_direct_tests,
+       inc_all_indirect_tests.
+       * doc/gnulib.texi (Extra tests modules): Document new behaviour of
+       --create-testdir and --create-megatestdir.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool: Add --without-*-tests options.
+       * gnulib-tool (func_usage): Document the --without-*-tests options.
+       (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
+       excl_unportable_tests): New variables.
+       Fail if they are specified with --import or --update.
+       (func_acceptable): Respect the excl_*_tests variables.
+       (func_import): Set the excl_*_tests variables to empty.
+
+2010-04-25  Simon Josefsson  <simon@josefsson.org>
+            Bruno Haible  <bruno@clisp.org>
+
+       Work around a MacOS X 10.4 bug with openpty.
+       * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
+       * tests/test-openpty.c (main): Close the master side explicitly.
+
+2010-04-25  Bruno Haible  <bruno@clisp.org>
+
+       strnlen: Fix a C++ test error on MacOS X and Solaris.
+       * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
+       the function is not declared.
+       Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
+       Simon Josefsson.
+
+2010-04-24  Bruno Haible  <bruno@clisp.org>
+
+       Avoid a gcc warning.
+       * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
+       of correct type for %08lx directive.
+       Reported by Eric Blake.
+
+2010-04-24  Bruno Haible  <bruno@clisp.org>
+
+       vasnprintf: Correct errno value in case of out-of-memory.
+       * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
+       or sprintf. Use the errno value from SNPRINTF or sprintf.
+       Reported by Ian Beckwith <ianb@erislabs.net>.
+
+2010-04-24  Bruno Haible  <bruno@clisp.org>
+
+       ansi-c++-opt: Find correct compiler when cross-compiling.
+       * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
+       AC_CHECK_PROGS.
+       Reported by Simon Josefsson.
+
+2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       vc-list-files: Add support for subversion
+       * build-aux/vc-list-files: Use "svn list" to generate the list of
+       files controlled by subversion.
+
+2010-04-23  Jim Meyering  <meyering@redhat.com>
+
+       vc-list-files tests: convert to use init.sh
+       * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
+       path_prepend_.
+       Use Exit, not exit.
+       Use skip_ rather than open coding it.
+       Remove trap set-up and compare definitions.
+       * tests/test-vc-list-files-git.sh: Likewise.
+       * modules/vc-list-files-tests (Files): Add tests/init.sh.
+
+2010-04-22  Simon Josefsson  <simon@josefsson.org>
+
+       * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
+       backup files.
+
+2010-04-21  Simon Josefsson  <simon@josefsson.org>
+
+       * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
+
+2010-04-20  Eric Blake  <eblake@redhat.com>
+
+       tests: be robust to ignored SIGPIPE
+       * tests/test-select-in.sh: Consume all output.
+       * tests/test-lseek.sh: Check correct exit status, while avoiding
+       EPIPE.
+
+2010-04-20  Simon Josefsson  <simon@josefsson.org>
+            Bruno Haible  <bruno@clisp.org>
+
+       visibility: Don't use -fvisibility if it leads to a warning.
+       * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
+       yes, don't pretend that visibility works if it leads to a warning.
+       Reported by Mike Gran <spk121@yahoo.com>.
+
+2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
+
+       * build-aux/bootstrap: Use "git -h" for testing for supported options
+       instead of "git --help".  The short-form option only shows a summary,
+       and doesn't layout the full man page.  Grep for the full option name
+       in the summary, too.
+
+2010-04-19  Bruno Haible  <bruno@clisp.org>
+
+       relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
+       * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
+       * doc/relocatable-maint.texi (Supporting Relocation): Remove the
+       mention of RELOCATABLE_STRIP.
+       Reported by Sylvain Beucler <beuc@beuc.net>.
+
+2010-04-19  Bruno Haible  <bruno@clisp.org>
+
+       * lib/diffseq.h: Fix typo in comment.
+       Reported by Eric Blake.
+
+2010-04-19  Bruno Haible  <bruno@clisp.org>
+
+       ioctl: Move autoconf macro to a .m4 file.
+       * m4/ioctl.m4: New file, extracted from modules/ioctl.
+       * modules/ioctl (Files): Add it.
+       (configure.ac): Simply invoke gl_FUNC_IOCTL.
+       Reported by Ian Beckwith <ianb@erislabs.net>.
+
+2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
+            Bruno Haible  <bruno@clisp.org>
+
+       diffseq: Accommodate use-case with abstract arrays.
+       * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
+       is not defined.
+       (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
+       defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
+
+2010-04-18  Bruno Haible  <bruno@clisp.org>
+
+       * doc/posix-headers/stdbool.texi: More precise wording.
+
+2010-04-17  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: use gnu-style indentation in an embedded perl script
+       * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
+       Rename variable: s/two/last_two_bytes/
+
+2010-04-16  Eric Blake  <eblake@redhat.com>
+
+       test-stdbool: skip test that fails with Solaris CC
+       * tests/test-stdbool.c (f): Skip test that causes compilation
+       error under buggy C++ compiler.
+       * lib/stdbool.in.h: Document the limitation.
+       * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
+
+       setenv: allow compilation with C++
+       * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
+       register keyword.
+
+       stdint: allow test to pass with C++
+       * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
+
+       getopt: allow compilation with C++
+       * lib/getopt_int.h (__ordering): Hoist enum declaration outside
+       struct.
+       * lib/getopt.c (_getopt_internal_r): Use correct type.
+       Reported by Dagobert Michelson, via Joel E. Denny.
+
+2010-04-16  Bruno Haible  <bruno@clisp.org>
+
+       Override netdb.h always.
+       * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
+       * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
+       Reported by Ludovic Courtès <ludo@gnu.org>.
+
+2010-04-15  Bruno Haible  <bruno@clisp.org>
+
+       openpty: Fix mistake from 2010-03-21.
+       * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
+       Reported by Simon Josefsson.
+
+2010-04-15  Eric Blake  <eblake@redhat.com>
+
+       test-forkpty: fix expected signature
+       * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
+       Reported by Simon Josefsson.
+
+2010-04-15  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: texinfo_suffix_re_: correct the default regexp
+       * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
+
+       * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
+       make it configurable via texinfo_suffix_re_.
+
+2010-04-14  Eric Blake  <eblake@redhat.com>
+
+       strtok_r: relax license to LGPLv2+
+       * modules/strtok_r (License): Relax license.
+       Reported by Matthias Bolte.
+
+2010-04-14  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
+       version 1.4.4 by default instead of requiring the libgcrypt
+       version used during build.  This makes it possible to use the
+       application with older but still binary compatible libgcrypt
+       versions.
+
+2010-04-13  Eric Blake  <eblake@redhat.com>
+
+       getopt-gnu: match recent glibc fixes and posix ruling
+       * tests/test-getopt.h (test_getopt): Strengthen tests of leading
+       '+' handling, when requesting extensions.
+       * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
+       'W;' handling.
+       * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
+       * doc/posix-functions/getopt.texi (getopt): Document this.
+       * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
+       * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
+       Likewise.
+
+       getopt: merge bug fixes from glibc
+       * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
+       diagnostics.  Honor '+:' correctly.  Reject ';'.
+
+       getopt-posix: detect MacOS bug
+       * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
+       optind when missing a required argument.
+       * doc/posix-functions/getopt.texi (getopt): Document the bug.
+       * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
+       * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
+       Likewise.
+
+       getopt-posix: avoid spurious failure on Solaris
+       * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
+       an indicator that setting optind=1 is sufficient for reset.
+
+       getopt-posix: avoid spurious failure on FreeBSD
+       * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
+       in POSIX mode, since the m4 test uses it.
+
+       gnulib-tool: silence warning on BSD sh
+       * gnulib-tool: Avoid leaking warning about unknown 'declare'.
+
+2010-04-13  Jim Meyering  <meyering@redhat.com>
+
+       doc: users.txt: GNU patch now uses gnulib
+       * users.txt: Add patch.
+
+2010-04-12  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: generate more concise timing data for syntax-check rules
+       * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
+       " done" from each line that reports a syntax-check test duration.
+
 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
 
        git-version-gen: use "git update-index..." rather than "git status"