CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2008-03-12 16:07:04

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

Log message:
        * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Disable
        munging.  Convert all chars in the 0xf0xx area to it's ascii equivalent.
        * path.cc (normalize_posix_path): Don't treat "X:foo" as windows path,
        only "a:\foo".
        (tfx_chars): New transformation table for special DOS chars.
        (tfx_chars_managed): Ditto, plus transformation of uppercase ASCII
        chars.
        (transform_chars): New function.
        (get_nt_native_path): Make static.  Call transform_chars for all valid
        FS paths.  Get additional flag if file is managed or not.  Accommodate
        throughout.
        (getfileattr): Get additional flag if file is managed or not.
        Accommodate throughout.
        (path_conv::check): Disable special handling for trailing dots and
        spaces.
        (mount_item::build_win32): Disable code for managed paths.
        (mount_info::conv_to_posix_path): Ditto.
        * path.h (get_nt_native_path): Remove declaration.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4056&r2=1.4057
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.263&r2=1.264
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.478&r2=1.479
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.112&r2=1.113

Reply via email to