]> sourceware.org Git - newlib-cygwin.git/commit
* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.
authorChristopher Faylor <me@cgf.cx>
Wed, 7 Sep 2005 03:10:17 +0000 (03:10 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 7 Sep 2005 03:10:17 +0000 (03:10 +0000)
commit41ff9d8c7d4f1224b594eee921b6a966a0585d72
tree9a5f0e4545d151129fb93e3125addca8e0e6a8d9
parente92fdf016331c18f76a2ccac28a58edf0e2f2685
* 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".
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/hookapi.cc
winsup/cygwin/init.cc
winsup/cygwin/spawn.cc
This page took 0.031618 seconds and 5 git commands to generate.