Determine PATH_SEPARATOR and handle Windows PATH as well.
[gnulib.git] / ChangeLog
index fa6defb..d84ab35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+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):