CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2008-03-22 21:04:16

Modified files:
        cygwin         : ChangeLog dtable.cc dtable.h fhandler.h 
                         fhandler_tty.cc miscfuncs.cc path.cc path.h 
                         pipe.cc 

Log message:
        * dtable.cc: Define various device-related string constants as wide 
character
        constants.
        (dtable::init_std_file_from_handle): Reorganize pipe handling to try to 
catch
        special tty case.
        (build_fh_name_worker): Declare for common use.
        (build_fh_name): Define char version.
        (build_fh_name): Define (currently unused) UNICODE_STRING version.
        (decode_tty): Detect if pipe is actually a cygwin tty, returning the 
tty name
        in the buffer.
        (handle_to_fn): Reorganize to use wide characters.
        * dtable.h (build_fh_name): Declare (currently unused) UNICODE_STRING 
version.
        * fhandler_tty.cc (fhandler_pty_master::setup): Use
        fhandler_pipe::create_selectable to create a pipe with a given name.
        * pipe.cc (pipe_handler): Make returned handle inheritable.
        (fhandler_pipe::create_selectable): Take an optional name.  Use a 
standard
        cygwin introducer for the name.
        * path.cc (path_conv::check): Make first argument const.
        * path.h (path_conv::check): Ditto for declaration.
        (path_conv::path_conv): Ditto for UNICODE_STRING version.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4065&r2=1.4066
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.185&r2=1.186
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.336&r2=1.337
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.179&r2=1.180
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/miscfuncs.cc.diff?cvsroot=uberbaum&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.480&r2=1.481
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.113&r2=1.114
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.103&r2=1.104

Reply via email to