Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add comments for not destroying Win32 standard handles during thread termination. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core-8-1-branch-old |
Files: | files | file ages | folders |
SHA1: |
dce53cdd8b00b3ea28cd1fd712476330 |
User & Date: | redman 1999-03-27 00:41:48.000 |
Context
1999-03-27
| ||
01:50 | Put msvcrt.dll in the tcl/bin directory (not in system32). Updated splash screen (needs to be update... check-in: 1987da8941 user: redman tags: core-8-1-branch-old | |
00:41 | Add comments for not destroying Win32 standard handles during thread termination. check-in: dce53cdd8b user: redman tags: core-8-1-branch-old | |
00:39 | Don't close the Win32 handle for a channel during shutdown if it's a std channel. check-in: b3e63defbb user: redman tags: core-8-1-branch-old | |
Changes
Changes to ChangeLog.
1 2 3 4 5 6 7 | 1999-03-26 <[email protected]> * unix/configure.in --nameble-shared is now the default and build Tcl as a shared library; specify --disable-shared to build a static Tcl library and shell. | > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1999-03-26 <[email protected]> * win/tclWinSerial.c: * win/tclWinConsole.c: * win/tclWinPipe.c: Don't close the Win32 handle for a channel if it's a stdio handle (GetStdHandle()) during shutdown of a thread to prevent it from destroying the stdio of other threads. 1999-03-26 <[email protected]> * unix/configure.in --nameble-shared is now the default and build Tcl as a shared library; specify --disable-shared to build a static Tcl library and shell. |
︙ | ︙ |