summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorPierre Humblet <phumblet@phumblet.no-ip.org>2004-09-23 00:32:08 +0000
committerPierre Humblet <phumblet@phumblet.no-ip.org>2004-09-23 00:32:08 +0000
commit20e474d7b8f70fd92c6159b0d001dded6ab77225 (patch)
treea1daae5f122020605770d711b7395244b490efcb /winsup/cygwin/ChangeLog
parent602de582680a23990c59abde8347417a67196425 (diff)
downloadcygnal-20e474d7b8f70fd92c6159b0d001dded6ab77225.tar.gz
cygnal-20e474d7b8f70fd92c6159b0d001dded6ab77225.tar.bz2
cygnal-20e474d7b8f70fd92c6159b0d001dded6ab77225.zip
2004-09-22 Pierre Humblet <pierre.humblet@ieee.org>
* path.cc (normalize_win32_path): Only look for : in second position. Avoid infinite loop with names starting in double dots. (mount_info::conv_to_win32_path): Do not worry about a trailing dot. (hash_path_name): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9627b7893..84cc74923 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-22 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * path.cc (normalize_win32_path): Only look for : in second position.
+ Avoid infinite loop with names starting in double dots.
+ (mount_info::conv_to_win32_path): Do not worry about a trailing dot.
+ (hash_path_name): Ditto.
+
2004-09-20 Christopher Faylor <cgf@timesys.com>
* exceptions.cc (sig_handle_tty_stop): Set flag earlier.