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 child_info.h cygheap.c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-06-15 14:59:32

Modified files:
	cygwin         : ChangeLog child_info.h cygheap.cc cygheap.h 
	                 dcrt0.cc environ.cc environ.h fork.cc 

Log message:
	* child_info.h (child_proc_info): Declare as base class.
	(spawn_info): Declare as alias of child_proc_info to aid debugging.
	(fork_info): Ditto.
	* cygheap.cc (cygheap_fixup_in_child): Use child_proc_info global rather than
	parameter.
	* cygheap.h (cygheap_fixup_in_child): Reflect above change in declaration.
	* dcrt0.cc (_dll_crt0): Move 'si' definition here.  Assign child_proc_info.
	(dll_crt0_1): Accommodate cygheap_fixup_in_child and *_info changes.
	* environ.cc (spenv::retrieve): Make regparm.
	* environ.h (environ_init): Ditto.
	(win_env::add_cache): Ditto.
	(build_env): Ditto.
	(getwinenv): Ditto.
	* fork.cc (sync_with_parent): Use fork_info global.
	(fork_child): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1299&r2=1.1300
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/child_info.h.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.56&r2=1.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.130&r2=1.131
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.73&r2=1.74
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.h.diff?cvsroot=uberbaum&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.84&r2=1.85


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