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 dcrt0.cc init.cc exceptions.cc s ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-09-07 03:10:19

Modified files:
	cygwin         : dcrt0.cc init.cc exceptions.cc spawn.cc 
	                 hookapi.cc ChangeLog 

Log message:
	* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.
	(dll_crt0_0): Move console initialization earlier.
	* init.cc (dll_entry): Move console initialization here.
	* exceptions.cc (init_console_handler): Fully remove any old console handler.
	* spawn.cc (spawn_guts): Don't fill out windows argv if we've deduced that this
	is a cygwin-using program.
	(av::fixup): Always check executables to see if they are using cygwin1.dll.
	Don't consider .com files to be scripts.
	* hookapi.cc (rvadelta): New function.
	(PEHeaderFromHModule): Simplify slightly.
	(hook_or_detect_cygwin): Use passed in name argument for "HMODULE" rather than
	incorrectly reading current program.  Calculate delta needed to read image data
	and file names if this isn't a real "HMODULE".

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.260&r2=1.261
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/init.cc.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.245&r2=1.246
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.183&r2=1.184
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/hookapi.cc.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3066&r2=1.3067


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