CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]      2002-12-05 08:24:53

Modified files:
        cygwin         : ChangeLog fhandler.h fhandler_console.cc 
                         fhandler_termios.cc fhandler_tty.cc 

Log message:
        * fhandler.h (fhandler_termios::line_edit): Change return from an int to an
        enum to allow the function to return an error.
        * fhandler_console.cc (fhandler_console::read): Update the line_edit call to
        use the new enum.
        * fhandler_termios.cc (fhandler_termios::line_edit): Change return from an int
        to an enum to allow the function to return an error.  Put put_readahead call
        before doecho for future patch.
        * fhandler_tty.cc (fhandler_pty_master::write): Change to call line_edit one
        character at a time, and stop if an error occurs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1623&r2=1.1624
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.146&r2=1.147
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.96&r2=1.97
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=uberbaum&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.80&r2=1.81

Reply via email to