CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-07-19 11:41:17

Modified files:
        winsup/cygwin  : ChangeLog fhandler.cc fhandler_disk_file.cc 
                         path.cc path.h syscalls.cc 

Log message:
        * fhandler.cc (fhandler_base::open): Drop local wpath and upath
        variables.  Call pc.get_object_attr to create object attributes.
        * fhandler_disk_file.cc (fhandler_disk_file::opendir): Ditto.
        * syscalls.cc (unlink_nt): Ditto.
        * path.cc (path_conv::set_normalized_path): Set wide_path to NULL.
        (path_conv::get_nt_native_path): Drop parameter.  Create path in
        wide_path/uni_path members.
        (path_conv::get_object_attr): New method to create object attributes.
        (path_conv::get_wide_win32_path): New method to create Win32 wide path.
        (path_conv::check): Initialize wide_path to NULL.
        (path_conv::~path_conv): cfree wide_path.
        * path.h (class path_conv): New members wide_path and uni_path.
        Add declarations of get_object_attr and get_wide_win32_path.
        (path_conv::path_conv): Initialize wide_path to NULL.
        (path_conv::get_nt_native_path): Drop parameter.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3850&r2=1.3851
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.292&r2=1.293
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.222&r2=1.223
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.438&r2=1.439
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.98&r2=1.99
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.444&r2=1.445

Reply via email to