Christopher Faylor
6ea3e429df
* 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.
2002-06-15 21:59:32 +00:00
..
2002-06-09 23:02:00 +00:00
2002-06-15 21:59:32 +00:00
2002-06-14 11:33:30 +00:00
2002-06-15 15:56:58 +00:00
2002-06-14 11:31:33 +00:00
2002-06-14 13:46:12 +00:00
2002-06-02 05:54:33 +00:00
2002-06-02 05:54:33 +00:00
2002-06-02 05:54:33 +00:00
2002-05-12 19:29:20 +00:00
2002-04-25 23:19:28 +00:00