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


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-10-09 19:32:13

Modified files:
	cygwin         : ChangeLog child_info.h dcrt0.cc fork.cc init.cc 
	                 winsup.h 

Log message:
	Throughout, rename PROC_FORK1 to PROC_FORK.
	* child_info.h: Rename PROC_* to _PROC_*.  Define PROC_* with additional
	testing magic.  Eliminate old PROC_FORK and rename PROC_FORK1 to PROC_FORK.
	* dcrt0.cc (_cygwin_testing_magic): New variable.  Added to magic number in
	proc_info.
	(alloc_stack): Eliminate old PROC_FORK test.
	(dll_crt0_1): Ditto.  Use _PROC_* enums for test.  Subtract
	_cygwin_testing_magic from child_proc_info->type so that normal cygwin programs
	invoked by test suite programs do not consider themselves to be in a cygwin
	environment.
	(_dll_crt0): Ditto.  Move environment checks to initial_env function to
	conserve on stack space.
	(initial_env): New function.  Checks for testing and debugging environment
	variables.
	* init.cc (cygwin_hmodule): Move declaration.
	* winsup.h: Declare variables used for cygwin testing.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.948&r2=1.949
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/child_info.h.diff?cvsroot=uberbaum&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.116&r2=1.117
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.72&r2=1.73
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/init.cc.diff?cvsroot=uberbaum&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.71&r2=1.72


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