]> sourceware.org Git - newlib-cygwin.git/commit
* path.cc (copy_cwd_str): Move up in file to be accessible from
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 13 Oct 2011 15:32:10 +0000 (15:32 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 13 Oct 2011 15:32:10 +0000 (15:32 +0000)
commit40187f9007a4d781f9a420389acce210eb78b74b
tree88f3abd3ccb108de0fffba4f39e91301583b8d4e
parent5de3a1c10f07e4d48b313b9b68d43563b21d4250
* path.cc (copy_cwd_str): Move up in file to be accessible from
class fcwd_access_t.
(class fcwd_access_t): New class to consolidate and hide the details
of the various FAST_CWD implementations.  Add implementation for
Windows 8 Developer Preview.
(fast_cwd_version): Make static private member of fcwd_access_t.
(fast_cwd_ptr): Change base type to fcwd_access_t.
(find_fast_cwd_pointer): Return fcwd_access_t**.
(find_fast_cwd): Ditto.  Rip out all FAST_CWD implementations and use
fcwd_access_t methods instead.
(cwdstuff::override_win32_cwd): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/path.cc
This page took 0.032726 seconds and 5 git commands to generate.