This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cygwin ChangeLog fhandler.h fhandle ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	duda@sources.redhat.com	2001-03-18 10:05:02

Modified files:
	winsup/cygwin  : ChangeLog fhandler.h fhandler_termios.cc 
	                 fhandler_tty.cc select.cc tty.cc tty.h 

Log message:
	* fhandler.h (fhandler_tty_slave): Declare new methods.
	* select.cc (fhandler_tty_slave::select_read): New method.
	* select.cc (fhandler_tty_slave::ready_for_read): Ditto.
	* select.cc (verify_tty_slave): New function.
	* fhandler_termios.cc (fhandler_termios::line_edit): Empty input
	buffer on signal.
	* fhandler_tty.cc (fhandler_tty_slave::read): Check for input data
	after reading from pipe. Reset event if input pipe is empty.
	* tty.h (class tty): Allow creating events with manual reset.
	* tty.cc (tty::get_event): Use manual_reset flag.
	* tty.cc (tty::common_init): Create input_available_event with
	manual reset.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.582&r2=1.583
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.cc.diff?cvsroot=src&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/tty.cc.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/tty.h.diff?cvsroot=src&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]