Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 5c511e21c..d755bd43d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2007-08-02 Corinna Vinschen <corinna@vinschen.de>
+ * path.h (struct fs_info): Drop root_len and name_hash members.
+ (fsinfo::length): Remove.
+ (path_conv::rootdir): Remove.
+ * syscalls.cc (try_to_bin): Use rootdir function instead of
+ path_conv::rootdir method.
+
+2007-08-02 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_disk_file.cc (path_conv::ndisk_links): Fix typo in call to
NtClose.