OSDN Git Service

* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing since
authorcgf <cgf>
Mon, 19 Jan 2004 23:03:42 +0000 (23:03 +0000)
committercgf <cgf>
Mon, 19 Jan 2004 23:03:42 +0000 (23:03 +0000)
commit353fcc10e3c16cd7c04fd9ac999be8aca7b2bc36
treeec01bd8945f68fba3cd86217af519a570c31ce40
parentd5ae42305435b149407e2822708a54096586bd91
* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing since
we're not closing what we think we're closing.
(sig_send): Improve debugging when exiting due to no_signals_available.
* wincap.h (wincaps::cant_debug_dll_entry): New element.
* wincap.cc: Implement above element throughout.
* dcrt0.cc (initial_env): Accommodate changes necessary to allow initial
debugging for systems which do not allow debugging in dll_entry.
(dll_crt0_0): Add initial_env call back here.
* Makefile.in (install-man): Use mandir as target for installation.
* include/cygwin/version.h: Bump DLL minor number to 7 (should have been done
earlier).
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/dcrt0.cc
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/init.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h