diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ead7b14b0..5d94cff01 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,13 @@ 2005-06-17 Christopher Faylor <cgf@timesys.com> + * wincap.h (wincaps::detect_win16_exe): Declare. + (wincapc::detect_win16_exe): Implement. + * wincap.cc: Populate detect_win16_exe where appropriate. + * spawn.cc (spawn_guts): Only go out of the way to detect 16-bit apps + on systems which are flummoxed by them. + +2005-06-17 Christopher Faylor <cgf@timesys.com> + * spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoid setting the process pipe since this causes conniptions in Windows 9x. |