CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-10-13 15:32:10

Modified files:
        winsup/cygwin  : ChangeLog path.cc 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5517&r2=1.5518
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.633&r2=1.634

Reply via email to