diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-05 17:30:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-05 17:30:04 +0000 |
commit | a743e3b94089a13f47b3294e91027cecbf29fe0f (patch) | |
tree | e60d29c389beb2a11a62a1dfb50d4fe69ab5059a /winsup/cygwin/ChangeLog | |
parent | bf58ec35b4e79aa656b057bc754b64fe39e270da (diff) | |
download | cygnal-a743e3b94089a13f47b3294e91027cecbf29fe0f.tar.gz cygnal-a743e3b94089a13f47b3294e91027cecbf29fe0f.tar.bz2 cygnal-a743e3b94089a13f47b3294e91027cecbf29fe0f.zip |
* cygheap.cc (cygheap_init): Eliminate debugging #if.
* fork.cc (fork_parent): Don't issue errors if "somebody" has set the
PID_EXITED flag on a child. Don't close process handle if it has potentially
already been closed.
* pinfo.cc (winpids::add): Eliminate PID_ALLPIDS handling which was obsoleted
by previous changes.
* spawn.cc (av::fixup): Do win16 detection for .com files. Make sure that
buffer has been unmapped in all cases.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 08907250f..79e62e8e7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,16 @@ +2005-09-05 Christopher Faylor <cgf@timesys.com> + + * cygheap.cc (cygheap_init): Eliminate debugging #if. + + * fork.cc (fork_parent): Don't issue errors if "somebody" has set the + PID_EXITED flag on a child. Don't close process handle if it has + potentially already been closed. + * pinfo.cc (winpids::add): Eliminate PID_ALLPIDS handling which was + obsoleted by previous changes. + + * spawn.cc (av::fixup): Do win16 detection for .com files. Make sure + that buffer has been unmapped in all cases. + 2005-09-05 Corinna Vinschen <corinna@vinschen.de> * thread.h (pthread_mutex::get_pthread_self): Remove. |