Determine PATH_SEPARATOR and handle Windows PATH as well.
[gnulib.git] / ChangeLog
index 03eaefa..d84ab35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,200 @@
+2007-07-01  Bruno Haible <bruno@clisp.org>
+
+       * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
+       Windows PATH as well. Conservative double-quoting. Comments.
+
+2007-07-01  Bruno Haible <bruno@clisp.org>
+           Eric Blake  <ebb9@byu.net>
+           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool (self_abspathname): Fix algorithm to cope with
+       empty components in $PATH, denoting '.'.
+
+2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool: Fix indentation.
+       (func_create_megatestdir): Likewise.
+       Report by Bruno Haible.
+
+2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Sync from Automake.
+       * build-aux/gnupload: Fix shell portability issues with for loops.
+       Report by Karl Berry.
+
+2007-06-29  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/maint.mk (POURL): Use translationproject.org.
+
+2007-06-27  Simon Josefsson  <simon@josefsson.org>
+           Bruno Haible  <bruno@clisp.org>
+
+       * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
+       before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
+       explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
+       (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
+       HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
+
+2007-06-27  Bruno Haible  <bruno@clisp.org>
+
+       * build-aux/config.rpath: Upgrade to libtool-1.5.24.
+       * build-aux/config.libpath: Upgrade to libtool-1.5.24.
+
+2007-06-26  Karl Berry  <karl@gnu.org>
+
+       * MODULES.html.sh: remove xreadlink-with-size.
+
+2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
+       method that I hope also handles the double-include problem noted
+       by Bruno Haible in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
+
+2007-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
+       Don't let the 'mostlyclean' target fail if the last subdirectory could
+       not be removed.
+       Reported by Karl Berry.
+
+2007-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (echo): Add a speedier workaround for ksh.
+       * tests/test-echo.sh: Likewise.
+
+2007-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
+       * tests/test-echo.sh: Likewise.
+
+2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool (IFS): Initialize early, so we don't set it to
+       empty later.
+       (self_abspathname): Rewrite algorithm to set it, reindent.
+       (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
+       (func_create_megatestdir): Merge some sed scripts.
+
+2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
+       exposed by Sun Studio 11 cc on Solaris 8.
+
+2007-06-22  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (echo): Ensure the echo primitive does not interpret
+       backslashes.
+       * tests/test-echo.sh: New file.
+
+2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gnulib-tool (func_add_or_update, func_create_testdir): Do not
+       simplify `sed_replace_build_aux' scripts, they are portable but
+       echoing them with `echo' is not.
+       Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
+
+2007-06-21  Karl Berry  <karl@gnu.org>
+
+       * config/srclist.txt: guess we can't handle the licenses via
+       srclist at the moment.
+
+2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * MODULES.html.sh: Add include_next.
+       * modules/include_next: New file.
+
+2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
+       INCLUDE_NEXT.
+       (gl_CHECK_NEXT_HEADERS): New macro.
+       * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
+       the obsolescent gl_ABSOLUTE_HEADER.
+       * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
+       * m4/float_h.m4 (gl_FLOAT_H): Likewise.
+       * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
+       * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
+       * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
+       * m4/math_h.m4 (gl_MATH_H): Likewise.
+       * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
+       * m4/search_h.m4 (gl_SEARCH_H): Likewise.
+       * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
+       * m4/stdint.m4 (gl_STDINT_H): Likewise.
+       * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
+       * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
+       * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
+       * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
+       * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
+       * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
+       * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
+       * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
+       * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
+       * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
+       * m4/wchar.m4 (gl_WCHAR_H): Likewise.
+       * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
+       * m4/inttypes.m4 (gl_INTTYPES_H): Define
+       _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
+       builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
+       * m4/stdint.m4 (gl_STDINT_H): Likewise, for
+       _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
+       * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
+       rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
+       * lib/float_.h: Likewise.
+       * lib/inttypes_.h: Likewise.
+       * lib/math_.h: Likewise.
+       * lib/search_.h: Likewise.
+       * lib/signal_.h: Likewise.
+       * lib/stdint_.h: Likewise.
+       * lib/stdio_.h: Likewise.
+       * lib/stdlib_.h: Likewise.
+       * lib/string_.h: Likewise.
+       * lib/sys_stat_.h: Likewise.
+       * lib/sys_time_.h: Likewise.
+       * lib/time_.h: Likewise.
+       * lib/unistd_.h: Likewise.
+       * lib/wchar_.h: Likewise.
+       * lib/wctype_.h: Likewise.
+       * lib/dirent_.h: Likewise.
+       * lib/iconv_.h: Likewise.
+       * lib/locale_.h: Likewise.
+       * lib/netinet_in_.h: Likewise.
+       * lib/sys_select_.h: Likewise.
+       * lib/sys_socket_.h: Likewise.
+       * lib/sysexits_.h: Likewise.
+       * modules/fcntl (Depends-on): Depend on include_next, not
+       absolute_header.
+       (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
+       HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
+       * modules/fchdir: Likewise.
+       * modules/float: Likewise.
+       * modules/iconv_open: Likewise.
+       * modules/inttypes: Likewise.
+       * modules/locale: Likewise.
+       * modules/math: Likewise.
+       * modules/netinet_in: Likewise.
+       * modules/search: Likewise.
+       * modules/signal: Likewise.
+       * modules/stdint: Likewise.
+       * modules/stdio: Likewise.
+       * modules/stdlib: Likewise.
+       * modules/string: Likewise.
+       * modules/sys_select: Likewise.
+       * modules/sys_socket: Likewise.
+       * modules/sys_stat: Likewise.
+       * modules/sys_time: Likewise.
+       * modules/sysexits: Likewise.
+       * modules/time: Likewise.
+       * modules/unistd: Likewise.
+       * modules/wchar: Likewise.
+       * modules/wctype: Likewise.
+       * modules/sys_stat: Change maintainer to "all".
+       * modules/unistd: Likewise.
+
+2007-06-20  Karl Berry  <karl@gnu.org>
+
+       * config/srclist.txt: track www changes in license files.
+
 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        * build-aux/bootstrap: Remove stray dot.