diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-15 00:31:42 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-15 00:31:42 +0000 |
commit | fef80fce5523ebe151aedee1e1ef8efd2a86f1fe (patch) | |
tree | 6cc50712cc2ae3151c122e6fbf6a51820ba47b1f /winsup/cygwin/ChangeLog | |
parent | 59960f651d84055ca449f142e10097c273cb1a0c (diff) | |
download | cygnal-fef80fce5523ebe151aedee1e1ef8efd2a86f1fe.tar.gz cygnal-fef80fce5523ebe151aedee1e1ef8efd2a86f1fe.tar.bz2 cygnal-fef80fce5523ebe151aedee1e1ef8efd2a86f1fe.zip |
* spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index dfb19cd57..e1536d00f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2005-09-14 Christopher Faylor <cgf@timesys.com> + * spawn.cc (av::fixup): Avoid breaking out of the wrong "loop". + +2005-09-14 Christopher Faylor <cgf@timesys.com> + * hookapi.cc (hook_or_detect_cygwin): Simplify very slightly. * spawn.cc (av::fixup): Guard against problems reading an executable which does not match Microsoft's documentation about PE format. |