summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d3a9b10e1..fce488b17 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-25 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc (normalize_win32_path): Honor network paths. Fold more
+ than two leading dir separators into one. Check for dir separator
+ instead of just slashes to handle incoming Win32 paths correctly.
+
2005-08-25 Christopher Faylor <cgf@timesys.com>
* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.