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 cygerrno.h dcrt0.cc ex ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-06-30 02:52:15

Modified files:
	cygwin         : ChangeLog cygerrno.h dcrt0.cc exceptions.cc 
	                 fhandler_termios.cc fhandler_tty.cc wincap.cc 
	                 wincap.h winsup.h 

Log message:
	* cygerrno.h: Make multi-inclusion safe.
	* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Deal with EINTR.
	* dcrt0.cc (dll_crt0_0): Accommodate init_console_handler argument change.
	* winsup.h: Ditto.
	* fhandler_tty.cc (fhandler_tty_slave::open): Ditto.
	* exceptions.cc (init_console_handler): Ditto.  Ignore console events if we're
	not attached to a terminal.
	* fhandler_tty.cc (fhandler_tty_slave::open): Ditto.
	* wincap.cc: Implement has_null_console_handler_routine throughout.
	* wincap.h: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2980&r2=1.2981
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygerrno.h.diff?cvsroot=uberbaum&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.246&r2=1.247
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.231&r2=1.232
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=uberbaum&r1=1.61&r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.139&r2=1.140
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/wincap.cc.diff?cvsroot=uberbaum&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/wincap.h.diff?cvsroot=uberbaum&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.160&r2=1.161


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