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:
-rw-r--r--winsup/cygwin/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 34c8e0992..3b5a5b6ac 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,19 @@
+2015-02-14 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.h (path_conv): Make path_flags private. Rename known_suffix to
+ suffix and make private. Rename normalized_path to posix_path and
+ make privtae. Accommodate name changes throughout in path_conv
+ methods.
+ (path_conv::known_suffix): New method. Use throughout instead of
+ accessing suffix directly.
+ (path_conv::get_win32): Constify.
+ (path_conv::get_posix): New method to read posix_path. Use throughout
+ instead of accessing normalized_path directly.
+ (path_conv::set_posix): Rename from set_normalized_path. Accommodate
+ name change throughout.
+
+ * spawn.cc (find_exec): Return POSIX path, not Win32 path.
+
2015-02-12 Corinna Vinschen <corinna@vinschen.de>
* sec_acl.cc (setacl): Introduce bool array "invalid" to note the