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:
authorCorinna Vinschen <corinna@vinschen.de>2015-02-15 12:00:19 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-02-15 12:00:19 +0300
commitd0695371df1c244d4b44f261f457f4d0e824220d (patch)
tree5a89f546e97494b6037da6826602ca0a6af52cc2
parentd2bd82aa921c109853b80adde21f40ba95bbfd32 (diff)
Fix layout of ChangeLog entry
-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