diff options
author | hobbs <hobbs> | 2010-08-04 21:37:18 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-04 21:37:18 (GMT) |
commit | f38cb03acefae4c26d50d2d770b3b4ffdc0e8640 (patch) | |
tree | 09d998a1077287cdcd1f8c313c90870776f6560d /ChangeLog | |
parent | 410c06cb4e036383c2c96d917e8d09b56b3425a8 (diff) | |
download | tcl-f38cb03acefae4c26d50d2d770b3b4ffdc0e8640.zip tcl-f38cb03acefae4c26d50d2d770b3b4ffdc0e8640.tar.gz tcl-f38cb03acefae4c26d50d2d770b3b4ffdc0e8640.tar.bz2 |
* win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp:
* win/tclWinPipe.c (TclpCreateProcess):
* win/stub16.c (removed): removed Win9x tclpip8x.dll build and
16-bit application loader stub support. Win9x is no longer
supported.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2010-08-04 Jeff Hobbs <jeffh@ActiveState.com> + * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: + * win/tclWinPipe.c (TclpCreateProcess): + * win/stub16.c (removed): removed Win9x tclpip8x.dll build and + 16-bit application loader stub support. Win9x is no longer + supported. + * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an unsupported platform with a panic. Code to support it still exists in other files (to go away in time), but new APIs are being |