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]
Other format: [Raw text]

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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2002-12-26 19:50:29

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

Log message:
	* fhandler.h (fhandler_termios::line_edit): Replace third argument with
	passed-in termios struct.
	* fhandler_console.cc (fhandler_console::read): Prior to loop, make a copy of
	current termios for passing to line_edit prior so that all characters are
	processed consistently.
	* fhandler_tty.cc (fhandler_pty_master::write): Ditto.
	(process_input): Make a copy of curent termios prior to read for use in
	subsequent line_edit.
	* fhandler_termios.cc (fhandler_termios::line_edit): Replace third parameter
	with passed-in termios struct and use it throughout rather than the data from
	the current fhandler_termios class.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1652&r2=1.1653
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.151&r2=1.152
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=src&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.85&r2=1.86


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