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 c18f174b4..e57e52103 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2004-04-30 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler.cc (fhandler_base::open): Call path_conv::get_nt_native_path
+ for evaluating NT path.
+ * path.cc (normalize_posix_path): Remove trailing dots and spaces.
+ (path_conv::get_nt_native_path): New function.
+ * path.h (class path_conv): Declare get_nt_native_path method.
+
+2004-04-30 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler.cc (fhandler_base::open): Fix NT native path evaluation
to allow opening serial ports.