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]

winsup/cygwin ChangeLog fhandler.h fhandler_fi ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-11-23 18:56:58

Modified files:
	cygwin         : ChangeLog fhandler.h fhandler_fifo.cc 
	                 fhandler_tty.cc miscfuncs.cc pipe.cc sigproc.cc 
	                 tty.cc 

Log message:
	* fhandler.h (fhandler_pipe::create): Rename from the misnamed
	"create_selectable".  Change return to DWORD.
	(fhandler_pty_common::pipesize): New constant.
	* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Reflect create_selectable
	name change.
	* miscfuncs.cc (CreatePipeOverlapped): Ditto.
	* pipe.cc (fhandler_pipe::create): Ditto.
	(fhandler_pipe::create): Rename from the misnamed "create_selectable".  Return
	DWORD.  Only set pipe size to default when it is passed in as zero.
	* fhandler_tty.cc (fhandler_pty_master::setup): Ditto.  Use
	fhandler_pty_common::pipesize rather than a raw constant.
	* tty.cc (tty::not_allocated): Ditto.
	* sigproc.cc (sigproc_init): Use create_selectable to create the signal pipe to
	get a more appropriate message based pipe.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5563&r2=1.5564
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.444&r2=1.445
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_fifo.cc.diff?cvsroot=uberbaum&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.248&r2=1.249
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/miscfuncs.cc.diff?cvsroot=uberbaum&r1=1.73&r2=1.74
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.135&r2=1.136
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.358&r2=1.359
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.cc.diff?cvsroot=uberbaum&r1=1.91&r2=1.92


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