CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2005-04-22 13:58:10

Modified files:
        cygwin         : fhandler.cc ChangeLog fhandler.h 
                         fhandler_fifo.cc pinfo.cc pipe.cc strace.cc 

Log message:
        * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.
        * fhandler.h (fhandler_pipe::create_selectable): Declare.
        (fhandler_fifo::close_one_end): Declare.
        * fhandler_fifo.cc (fhandler_fifo::close_one_end): Define.
        (fhandler_fifo::open_not_mine): Use close_one_end to close appropriate 
end of
        pipe.
        * pinfo.cc (_pinfo::commune_recv): Ditto.
        * pipe.cc (fhandler_pipe::create_selectable): Rename from
        create_selectable_pipe.  Reorganize.
        (fhandler_pipe::create): Use create_selectable.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.231&r2=1.232
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2854&r2=1.2855
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.241&r2=1.242
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_fifo.cc.diff?cvsroot=uberbaum&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.169&r2=1.170
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.76&r2=1.77
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/strace.cc.diff?cvsroot=uberbaum&r1=1.49&r2=1.50

Reply via email to