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]

winsup/cygwin ChangeLog fhandler.cc fhandler.h ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-04-23 19:07:58

Modified files:
	cygwin         : ChangeLog fhandler.cc fhandler.h 
	                 fhandler_clipboard.cc fhandler_console.cc 
	                 fhandler_dsp.cc fhandler_mem.cc 
	                 fhandler_random.cc fhandler_serial.cc 
	                 fhandler_tty.cc fhandler_windows.cc 
	                 fhandler_zero.cc syscalls.cc 

Log message:
	Remove trailing underscore from fhandler_base and friends, throughout.
	* fhandler.h (fhandler_base::set_open_status): New method.  Stores original
	open status.
	(fhandler_base::get_open_status): New method.  Retrieves original open status.
	(fhandler_base::reset_to_open_binmode): New method.
	* fhandler.cc (fhandler_base::open): Save open status.
	(fhandler_base::init): Ditto.
	* fhandler_clipboard.cc (fhandler_clipboard::open): Ditto.
	* fhandler_console.cc (fhandler_console::open): Ditto.
	* fhandler_dsp.cc (fhandler_dsp::open): Ditto.
	* fhandler_dev_mem.cc (fhandler_dev_mem::open): Ditto.
	* fhandler_dev_random.cc (fhandler_dev_random::open): Ditto.
	* fhandler_serial.cc (fhandler_serial::open): Ditto.
	* fhandler_tty_slave.cc (fhandler_tty_slave::open): Ditto.
	* fhandler_tty_master.cc (fhandler_tty_master::open): Ditto.
	* fhandler_dev_zero.cc (fhandler_dev_zero::open): Ditto.
	* syscalls.cc (setmode): Rework so that 0 mode value causes reversion to open
	state.
	* fhandler_tty_slave.cc (fhandler_tty_slave::read): Use correct multiplier when
	converting from deciseconds to milliseconds.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.661&r2=1.662
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.56&r2=1.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_clipboard.cc.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_mem.cc.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_random.cc.diff?cvsroot=uberbaum&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_serial.cc.diff?cvsroot=uberbaum&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_windows.cc.diff?cvsroot=uberbaum&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_zero.cc.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.107&r2=1.108


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