Avoid test failure on Haiku.
[gnulib.git] / ChangeLog
index 47913b9..9a35b60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,608 @@
+2008-11-16  Bruno Haible  <bruno@clisp.org>
+
+       Avoid test failure on Haiku.
+       * tests/test-fsync.c: Include <errno.h>.
+       (main): Don't require that fsync (0) fails.
+
+2008-11-15  Bruno Haible  <bruno@clisp.org>
+
+       New module 'hostent'.
+       * modules/hostent: New file.
+       * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
+
+2008-11-15  Bruno Haible  <bruno@clisp.org>
+
+       New module 'servent'.
+       * modules/servent: New file.
+       * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
+
+2008-11-15  Bruno Haible  <bruno@clisp.org>
+
+       Avoid generating same test program with two different rules.
+       * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
+       test-frexp to test-frexp-nolibm.
+       * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
+       test-frexpl to test-frexpl-nolibm.
+
+2008-11-15  Bruno Haible  <bruno@clisp.org>
+
+       * modules/frexpl-tests (Makefile.am): Link test-frexpl with
+       $(FREXPL_LIBM).
+
+2008-11-15  Bruno Haible  <bruno@clisp.org>
+
+       * lib/netdb.in.h: Activate the definitions also when the system's
+       <netdb.h> has 'struct addrinfo'.
+       * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
+       EAI_OVERFLOW or AI_NUMERICSERV.
+       * doc/posix-headers/netdb.texi: Document the problem.
+
+2008-11-15  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-sched.c: Test also the existence of the SCHED_* macros.
+
+       Make the 'sched' module work on platforms where <sched.h> exists but
+       is incomplete (such as Haiku).
+       * lib/sched.in.h; Include the system's <sched.h> if it exists.
+       (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
+       * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
+       defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
+       HAVE_STRUCT_SCHED_PARAM.
+       * modules/sched (Depends-on): Add include_next.
+       (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
+       PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
+       * doc/posix-headers/sched.texi: Document the issue.
+
+2008-11-13  Jim Meyering  <meyering@redhat.com>
+
+       test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
+       * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
+       test would fail due to the difference in the Report bugs to ...
+       line.  The expected address is empty, "<>", while the actual
+       would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
+
+2008-11-12  Bruno Haible  <bruno@clisp.org>
+
+       lstat: don't compile lstat.c on systems lacking lstat
+       * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
+       which don't have lstat; this is handled by lib/sys_stat.in.h already.
+       Reported by Daniel P. Berrange via Jim Meyering.
+
+2008-11-12  Jim Meyering  <meyering@redhat.com>
+
+       * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
+
+2008-11-12  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
+       instead.
+
+2008-11-12  Bruno Haible  <bruno@clisp.org>
+
+       * lib/unicodeio.c: Include unistr.h.
+       (utf8_wctomb): Remove function.
+       (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
+
+2008-11-12  Simon Josefsson  <simon@josefsson.org>
+
+       * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
+       Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
+       <bruno@clisp.org>.
+       * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
+
+2008-11-12  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
+       * doc/gnulib.texi: Add section for warnings.
+
+2008-11-11  Bruno Haible  <bruno@clisp.org>
+
+       * lib/sockets.h: Add a comment.
+
+2008-11-11  Karl Berry  <karl@gnu.org>
+
+       * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
+
+2008-11-11  Eric Blake  <ebb9@byu.net>
+
+       fdl.texi: avoid git symlinks
+       * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
+
+2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
+
+       * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
+
+2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
+
+       * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
+       (gl_WARN_ADD): Substitute $2 if literal.
+
+2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
+
+       * m4/warning.m4: Remove.
+
+2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
+
+       * m4/warnings.m4: Almost complete rewrite. :-)
+
+2008-11-10  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/warnings: New module.
+       * m4/warnings.m4: New file.
+       * MODULES.html.sh: Mention warnings module.
+       With review improvements from Paolo Bonzini <bonzini@gnu.org> and
+       Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
+2008-11-10  Eric Blake  <ebb9@byu.net>
+
+       fdl.texi: make a symlink to the latest version
+       * doc/standards.texi: Revert today's earlier change.
+       * doc/fdl-1.2.texi: Rename from old fdl.texi...
+       * doc/fdl.texi: ...and replace this with a symlink to the newer
+       fdl-1.3.texi.
+
+2008-11-10  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-select-fd.c (main): Accept the result file name as fourth
+       argument.
+       * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
+       * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
+
+2008-11-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
+       HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
+       as autoconf-substituted macros.
+       * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
+       * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
+       gl_NETDB_H_DEFAULTS. Set these variables.
+       * modules/netdb (Makefile.am): Substitute these variables.
+
+2008-11-10  Eric Blake  <ebb9@byu.net>
+
+       standards.texi: include correct file for FDL 1.3
+       * doc/standards.texi (GNU Free Documentation License): Change
+       include file to pull in FDL 1.3, not 1.2.
+
+       fdl.texi: revert accidental change to license
+       * doc/fdl.texi: This is FDL 1.2, not 1.3.
+
+2008-11-10  Bruno Haible  <bruno@clisp.org>
+
+       * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
+       cross-compiling guesses also when the native compile gives no result.
+
+2008-11-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/spawni.c (__spawni): Force variable into the stack.
+
+2008-11-10  Bruno Haible  <bruno@clisp.org>
+
+       Add support for Haiku.
+       * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
+       glibc and BeOS, but also on Haiku.
+       * lib/fpurge.c (fpurge): Likewise.
+       * lib/freadable.c (freadable): Likewise.
+       * lib/freadahead.c (freadahead): Likewise.
+       * lib/freading.c (freading): Likewise.
+       * lib/freadptr.c (freadptr): Likewise.
+       * lib/freadseek.c (freadptrinc): Likewise.
+       * lib/fseeko.c (rpl_fseeko): Likewise.
+       * lib/fseterr.c (fseterr): Likewise.
+       * lib/fwritable.c (fwritable): Likewise.
+       * lib/fwriting.c (fwriting): Likewise.
+       Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
+
+2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
+
+       * lib/config.charset: Treat Haiku like BeOS.
+
+2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
+
+       * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
+       * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
+
+2008-11-08  Bruno Haible  <bruno@clisp.org>
+
+       * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
+       AC_CACHE_CHECK.
+
+2008-11-08  Bruno Haible  <bruno@clisp.org>
+
+       * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
+
+2008-11-08  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-select-fd.c: New file.
+       * tests/test-select-in.sh: New file.
+       * tests/test-select-out.sh: New file.
+       * tests/test-select-stdin.c: New file.
+       * modules/select-tests (Files): Add the new files.
+       (Depends-on): Add gettimeofday.
+       (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
+       Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
+       check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
+
+2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
+           Bruno Haible  <bruno@clisp.org>
+
+       * lib/sys_stat.in.h: Enclose function definitions in extern "C".
+
+2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * build-aux/pmccabe2html: Added support for C++ source files.
+
+2008-11-05  Ben Pfaff  <blp@gnu.org>
+
+       Fix lib/close.c build on Windows.
+       * modules/close (Files): Add lib/w32sock.h.
+
+2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Accept Bison's NEWS format.
+       * build-aux/announce-gen (print_news_deltas): Tweak
+       $re_prefix.
+
+2008-11-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/random_r (Maintainer): Add glibc.
+
+2008-11-04  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
+       by karl@freefriends.org (Karl Berry).
+       * doc/alloca.texi: Likewise.
+       * doc/c-ctype.texi: Likewise.
+       * doc/c-strcase.texi: Likewise.
+       * doc/c-strcaseeq.texi: Likewise.
+       * doc/c-strcasestr.texi: Likewise.
+       * doc/c-strstr.texi: Likewise.
+       * doc/c-strtod.texi: Likewise.
+       * doc/c-strtold.texi: Likewise.
+       * doc/ctime.texi: Likewise.
+       * doc/error.texi: Likewise.
+       * doc/fdl.texi: Likewise.
+       * doc/gcd.texi: Likewise.
+       * doc/getdate.texi: Likewise.
+       * doc/gnulib-intro.texi: Likewise.
+       * doc/gnulib-tool.texi: Likewise.
+       * doc/gnulib.texi: Likewise.
+       * doc/inet_ntoa.texi: Likewise.
+       * doc/maintain.texi: Likewise.
+       * doc/make-stds.texi: Likewise.
+       * doc/quote.texi: Likewise.
+       * doc/regexprops-generic.texi: Likewise.
+       * doc/standards.texi: Likewise.
+       * doc/verify.texi: Likewise.
+       * doc/visibility.texi: Likewise.
+       * doc/gnulib.texi (GNU Free Documentation License): Include
+       fdl-1.3.texi instead of fdl.texi.
+
+2008-11-04  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/fdl-1.3.texi: New file, from
+       <http://www.gnu.org/licenses/fdl-1.3.texi>.
+       * modules/fdl-1.3: Add.
+       * MODULES.html.sh: Add fdl-1.3.
+
+2008-11-03  Bruno Haible  <bruno@clisp.org>
+
+       Make determination of absolute name of header file work with AIX xlc.
+       * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
+       AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
+       preprocessing.
+       * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
+       Reported by Gary V. Vaughan <gary@thewrittenword.com>.
+
+2008-11-03  Simon Josefsson  <simon@josefsson.org>
+
+       * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
+       -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
+       <ludo@gnu.org>.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'strpbrk' obsolete.
+       * modules/strpbrk (Status, Notice): New sections.
+       * modules/strtok_r (Depends-on): Add strpbrk.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'strdup' obsolete.
+       * modules/strdup (Status, Notice): New sections.
+       * modules/findprog (Depends-on): Add strdup.
+       * modules/getaddrinfo (Depends-on): Likewise.
+       * modules/localename (Depends-on): Likewise.
+       * modules/relocatable-lib (Depends-on): Likewise.
+       * modules/relocatable-lib-lgpl (Depends-on): Likewise.
+       * modules/relocatable-prog (Depends-on): Likewise.
+       * modules/trim (Depends-on): Likewise.
+       * modules/unictype/gen-ctype (Depends-on): Likewise.
+       * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'strcspn' obsolete.
+       * modules/strcspn (Status, Notice): New sections.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'rmdir' obsolete.
+       * modules/rmdir (Status, Notice): New sections.
+       * modules/clean-temp (Depends-on): Add rmdir.
+       * modules/openat (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'raise' obsolete.
+       * modules/raise (Status, Notice): New sections.
+       (Include): Specify <signal.h>.
+       * modules/stdio (Depends-on): Add raise.
+       * modules/write (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memset' obsolete.
+       * modules/memset (Status, Notice): New sections.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memmove' obsolete.
+       * modules/memmove (Status, Notice): New sections.
+       * modules/argp (Depends-on): Add memmove.
+       * modules/argz (Depends-on): Likewise.
+       * modules/canonicalize (Depends-on): Likewise.
+       * modules/canonicalize-lgpl (Depends-on): Likewise.
+       * modules/fts (Depends-on): Likewise.
+       * modules/getcwd (Depends-on): Likewise.
+       * modules/human (Depends-on): Likewise.
+       * modules/regex (Depends-on): Likewise.
+       * modules/striconveh (Depends-on): Likewise.
+       * modules/trim (Depends-on): Likewise.
+       * modules/unistr/u8-move (Depends-on): Likewise.
+       * modules/unistr/u16-move (Depends-on): Likewise.
+       * modules/unistr/u32-move (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memcpy' obsolete.
+       * modules/memcpy (Status, Notice): New sections.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memcmp' obsolete.
+       * modules/memcmp (Status, Notice): New sections.
+       * modules/argmatch (Depends-on): Add memchr.
+       * modules/backupfile (Depends-on): Likewise.
+       * modules/c-strcasestr (Depends-on): Likewise.
+       * modules/crypto/des (Depends-on): Likewise.
+       * modules/csharpcomp (Depends-on): Likewise.
+       * modules/fnmatch (Depends-on): Likewise.
+       * modules/git-merge-changelog (Depends-on): Likewise.
+       * modules/isnand (Depends-on): Likewise.
+       * modules/isnand-nolibm (Depends-on): Likewise.
+       * modules/isnanf (Depends-on): Likewise.
+       * modules/isnanf-nolibm (Depends-on): Likewise.
+       * modules/isnanl (Depends-on): Likewise.
+       * modules/isnanl-nolibm (Depends-on): Likewise.
+       * modules/mbchar (Depends-on): Likewise.
+       * modules/memcoll (Depends-on): Likewise.
+       * modules/quotearg (Depends-on): Likewise.
+       * modules/regex (Depends-on): Likewise.
+       * modules/relocatable-prog (Depends-on): Likewise.
+       * modules/same (Depends-on): Likewise.
+       * modules/signbit (Depends-on): Likewise.
+       * modules/strcasestr-simple (Depends-on): Likewise.
+       * modules/unictype/gen-ctype (Depends-on): Likewise.
+       * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
+       * modules/uniname/uniname (Depends-on): Likewise.
+       * modules/unistr/u8-cmp (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memchr' obsolete.
+       * modules/memchr (Status, Notice): New sections.
+       * modules/argp (Depends-on): Add memchr.
+       * modules/base64 (Depends-on): Likewise.
+       * modules/c-strcasestr (Depends-on): Likewise.
+       * modules/chdir-long (Depends-on): Likewise.
+       * modules/fnmatch (Depends-on): Likewise.
+       * modules/getsubopt (Depends-on): Likewise.
+       * modules/git-merge-changelog (Depends-on): Likewise.
+       * modules/glob (Depends-on): Likewise.
+       * modules/strcasestr-simple (Depends-on): Likewise.
+       * modules/strnlen (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'atexit' obsolete.
+       * modules/atexit (Status, Notice): New sections.
+       * modules/chdir-long (Depends-on): Add atexit.
+       * modules/wait-process (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool: New option --with-obsolete.
+       (func_usage): Document it.
+       (func_modules_transitive_closure): Drop obsolete dependencies if
+       incobsolete is not true.
+       (func_import): Read and save the incobsolete variable to the cache.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       * modules/TEMPLATE-EXTENDED: New field 'Status'.
+       * gnulib-tool: New option --extract-status.
+       (func_usage): Document it.
+       (sed_extract_prog): Recognize it.
+       (func_get_status): New function.
+
+2008-10-30  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/sockets (License): Change from LGPL to LGPLv2+.
+
+2008-10-28  Simon Josefsson  <simon@josefsson.org>
+
+       * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
+
+2008-10-28  Simon Josefsson  <simon@josefsson.org>
+
+       * MODULES.html.sh (Support for systems lacking POSIX:2001):
+       Mention times and sys_times.
+       * modules/sys_times, modules/sys_times-tests: New modules.
+       * modules/times, modules/times-tests: Likewise
+       * m4/sys_times_h.m4: New file.
+       * lib/sys_times.in.h: Likewise
+       * lib/times.c: Likewise.
+       * tests/test-sys_times.c: Likewise.
+       * tests/test-times.c: Likewise.
+       * doc/posix-headers/sys_times.texi: Update.
+       * doc/posix-functions/times.texi: Update.
+
+2008-10-28  Jim Meyering  <meyering@redhat.com>
+
+       * modules/tempname (Depends-on): Add lstat.
+
+       * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
+
+2008-10-28  Simon Josefsson  <simon@josefsson.org>
+
+       * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
+       * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
+       using idiom used elsewhere in gnulib.
+
+2008-10-27  Jim Meyering  <meyering@redhat.com>
+
+       * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
+
+2008-10-27  Simon Josefsson  <simon@josefsson.org>
+
+       * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
+       TESTS_ENVIRONMENT, for shell scripts that needs to call built
+       programs.
+       * tests/test-argp-2.sh: Use $EXEEXT when needed.
+
+2008-10-27  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
+
+2008-10-27  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-lstat.c: Include <stdio.h>.
+
+2008-10-27  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/lstat-tests: New module.
+       * tests/test-lstat.c: New file.
+
+2008-10-26  Jim Meyering  <meyering@redhat.com>
+
+       * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
+
+2008-10-26  Simon Josefsson  <simon@josefsson.org>
+           Bruno Haible  <bruno@clisp.org>
+
+       Fix a clash between the type DATADIR on Windows and the macro DATADIR.
+       * modules/configmake (Include): Add a note that the include must come
+       after all system headers.
+       * lib/javaversion.c: Include configmake.h after all other includes.
+
+2008-10-26  Bruno Haible  <bruno@clisp.org>
+
+       * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
+       HAVE_STRUCT_RANDOM_DATA to 1.
+       (gl_STDLIB_H): Simplify.
+
+2008-10-26  Simon Josefsson  <simon@josefsson.org>
+
+       * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
+       substitute HAVE_STRUCT_RANDOM_DATA.
+       * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
+       random_data.
+       * modules/stdlib (Makefile.am): Substitute
+       HAVE_STRUCT_RANDOM_DATA.
+
+2008-10-26  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/gnulib.texi (@copying): Use GFDLv1.2+.
+       * doc/gnulib-intro.texi (Copyright): Likewise.
+
+2008-10-26  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
+       findings.
+
+2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
+           Bruno Haible  <bruno@clisp.org>
+
+       * lib/unistd.in.h: Include <winsock2.h>.
+       (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
+       listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
+       Provide dummy declarations.
+       (gethostname): Override.
+       * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
+       * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
+       gl_PREREQ_SYS_H_WINSOCK2.
+       * modules/gethostname (Files): Add m4/sys_socket_h.m4.
+       * doc/posix-functions/gethostname.texi: More details.
+
+2008-10-25  Bruno Haible  <bruno@clisp.org>
+
+       * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
+       gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
+       * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
+
+       * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
+       here ...
+       * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
+       * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
+       gl_UNISTD_H_DEFAULTS.
+
+2008-10-25  Eric Blake  <ebb9@byu.net>
+
+       signbit: avoid spurious compiler failure
+       * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
+       declarations inside function.
+
+2008-10-24  Simon Josefsson  <simon@josefsson.org>
+           Bruno Haible  <bruno@clisp.org>
+
+       * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
+       * modules/random_r (Depends-on): Add stdint.
+
+2008-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * modules/intprops (License): Change to LGPLv2+, with approval by Paul
+       Eggert.
+       * modules/strerror (License): Likewise.
+
+2008-10-24  Jim Meyering  <meyering@redhat.com>
+
+       sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
+       * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
+
+2008-10-24  Eric Blake  <ebb9@byu.net>
+
+       getgroups: fix compilation when getgroups is available
+       * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
+       but with <config.h> override of getgroups disabled.
+
+2008-10-24  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/gnulib.texi (Header files): Add note about C++ problems.
+       Explained by Bruno Haible <bruno@clisp.org>.
+
+2008-10-23  Bruno Haible  <bruno@clisp.org>
+
+       Define a dummy SA_NODEFER macro on Interix.
+       * lib/signal.in.h (SA_NODEFER): Define fallback.
+       Reported by Aleksey Cheusov <cheusov@tut.by> via
+       Thomas Klausner <wiz@netbsd.org> and Eric Blake.
+
+2008-10-23  Bruno Haible  <bruno@clisp.org>
+
+       * modules/freadahead (License): Change to LGPLv2+.
+       Suggested by Simon Josefsson.
+
 2008-10-23  Jim Meyering  <meyering@redhat.com>
 
        random_r: new module
        (gl_thread_exit_func): Use _endthreadex instead of EndThread.
 
 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        Provide a Win32 implementation of the 'cond' module.
        * lib/glthread/cond.h [USE_WIN32]: New implementation.
        * doc/gnulib.texi: Include it.
 
 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        Combine the two replacements of 'close'.
        * lib/sys_socket.in.h (close): Define to a reminder to include
        * modules/select-tests (Depends-on): Likewise.
 
 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        New module 'close'.
        * modules/close: New file.
        * modules/fchdir (Depends-on): Add close.
 
 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * lib/fcntl.in.h (open): Simplify conditionals.
        (_gl_register_fd): New declaration.
        (_version): Rename from "version".
 
 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
        rpl_close.