canonicalize: fix // handling
[gnulib.git] / ChangeLog
index e7cd497..a9aa40a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-02-04  Eric Blake  <eblake@redhat.com>
+
+       canonicalize: fix // handling
+       * lib/canonicalize.c (canonicalize_filename_mode): Don't convert
+       /// to //, since only // is special.
+
+2012-02-04  Bruno Haible  <bruno@clisp.org>
+
+       ioctl: Fix test failure on native Windows.
+       * lib/ioctl.c: Include msvc-nothrow.h.
+       (primary_ioctl): If fd is not a valid handle, set errno to EBADF.
+
 2012-02-04  Bruno Haible  <bruno@clisp.org>
 
        fsync: Avoid test failure on native Windows.