summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2662b8741..91bc71d6c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2004-04-11 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * path.cc (normalize_win32_path): Detect components with only dots.
+ Remove a final . if it follows '\\'.
+ (mount_info::conv_to_win32_path): Only backslashify the path when no
+ mount is found.
+ (chdir): Do not look for components with only dots.
+
2004-04-20 Pierre Humblet <pierre.humblet@ieee.org>
Christopher Faylor <cgf@alum.bu.edu>