]> sourceware.org Git - newlib-cygwin.git/commit
* path.h (path_conv): Make path_flags private. Rename known_suffix to
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 15 Feb 2015 08:59:55 +0000 (08:59 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 15 Feb 2015 08:59:55 +0000 (08:59 +0000)
commitd2bd82aa921c109853b80adde21f40ba95bbfd32
tree0bf2ad636a9cec62d6457e0306c9eed8b688d296
parent6b14f3988c52874a01845d49e03486cc3336bd4f
* 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.
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/fhandler_registry.cc
winsup/cygwin/path.cc
winsup/cygwin/path.h
winsup/cygwin/pipe.cc
winsup/cygwin/spawn.cc
winsup/cygwin/syscalls.cc
This page took 0.031329 seconds and 5 git commands to generate.