CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2006-05-25 05:40:51

Modified files:
        cygwin         : ChangeLog debug.cc debug.h fhandler.cc 
                         fhandler.h pipe.cc 

Log message:
        * debug.h (ModifyHandle): Define new macro.
        (modify_handle): Declare new function.
        * debug.cc (modify_handle): Define new function.
        * fhandler.h (fhandler_base::fork_fixup): Change return value from void 
to
        bool.
        * fhandler.cc (fhandler_base::fork_fixup): Return true if fork fixup 
has been
        done.
        * pipe.cc (fhandler_pipe::set_close_on_exec): Set inheritance of 
protected
        handle via ModifyHandle if DEBUGGING.
        (fhandler_pipe::fixup_after_fork): Protect guard handle if fork fixup 
has been
        done.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3518&r2=1.3519
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/debug.cc.diff?cvsroot=uberbaum&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/debug.h.diff?cvsroot=uberbaum&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.252&r2=1.253
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.289&r2=1.290
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.88&r2=1.89

Reply via email to