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 cygheap.cc dcrt0.cc dt ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-05-08 08:16:49

Modified files:
	cygwin         : ChangeLog cygheap.cc dcrt0.cc dtable.cc 
	                 dtable.h exceptions.cc fhandler.h 
	                 fhandler_console.cc fhandler_tty.cc localtime.c 
	                 path.cc 
	cygwin/lib     : _cygwin_S_IEXEC.cc 

Log message:
	* cygheap.cc (_cfree): Add regparm attribute.
	(_crealloc): Ditto.
	* dcrt0.cc (dll_crt0_1): Default to always checking for executable for now.
	* dtable.cc (dtable::not_open): Move method.
	* dtable.h (dtable): Here.
	* exceptions.cc (ctrl_c_handler): Don't expect process group leader to handle a
	signal if it doesn't exist.
	* fhandler.h (fhandler_base): Make openflags protected.
	* localtime.c (tzsetwall): Check for __CYGWIN__ as well as __WIN32__.
	* path.cc (path_conv::check): Add some comments.  Change strcat to assignment.
	* lib/_cygwin_S_IEXEC.cc (_cygwin_bob__): Eliminate.
	* fhandler_tty.cc (fhandler_console::dup): Set controlling terminal if
	necessary.
	* fhandler_tty.cc (fhandler_tty_slave::dup): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.698&r2=1.699
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.94&r2=1.95
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.83&r2=1.84
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.58&r2=1.59
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.49&r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/localtime.c.diff?cvsroot=uberbaum&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.135&r2=1.136
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/lib/_cygwin_S_IEXEC.cc.diff?cvsroot=uberbaum&r1=1.2&r2=1.3


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