diff options
author | redman <redman@noemail.net> | 1999-07-31 01:24:21 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-31 01:24:21 (GMT) |
commit | 7c5dd50a646c31a1d9f1efaeb7e9e734b0ed9653 (patch) | |
tree | 27c78157ba26b37eb3903cda422d147341acd3e2 /ChangeLog | |
parent | 73d2f49ae63ccb3f84e158883c9b0b6c3d7e7141 (diff) | |
download | tcl-7c5dd50a646c31a1d9f1efaeb7e9e734b0ed9653.zip tcl-7c5dd50a646c31a1d9f1efaeb7e9e734b0ed9653.tar.gz tcl-7c5dd50a646c31a1d9f1efaeb7e9e734b0ed9653.tar.bz2 |
* win/tclWinPipe.c:
* win/Makefile.in: Fixing launching of 16-bit apps on Win9x from
wish. The command line was primed with tclpip82.dll, but it was
ignored. Fixed that, then fixed the gmake makefile to build
tclpip82.dll as an executable.
* win/tclWinSock.c: Applied small patch to get thread-specific
data after initializing the socket driver.
FossilOrigin-Name: 0e573cddc1b1509c3e3443ec81d07c8ca0ea9f38
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +1999-07-30 <redman@scriptics.com> + + * win/tclWinPipe.c: + * win/Makefile.in: Fixing launching of 16-bit apps on Win9x from + wish. The command line was primed with tclpip82.dll, but it was + ignored. Fixed that, then fixed the gmake makefile to build + tclpip82.dll as an executable. + + * win/tclWinSock.c: Applied small patch to get thread-specific + data after initializing the socket driver. + 1999-07-29 <redman@scriptics.com> * win/tclWinChan.c: Allow tcl to open CON and NUL, even for std |