Tcl Source Code

Check-in [4679745f5f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:add comment about borland makefile
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-1-branch-old
Files: files | file ages | folders
SHA1: 4679745f5f6229eb345a4089810df03e9a47490e
User & Date: redman 1999-03-27 22:58:36.000
Context
1999-03-27
23:01
Change the help file to tcl81.hlp. check-in: 7b34897335 user: redman tags: core-8-1-branch-old
22:58
add comment about borland makefile check-in: 4679745f5f user: redman tags: core-8-1-branch-old
22:57
removed Borland makefiles, no longer supported

added tkIntXlibDecls.h to distribution check-in: 86bc59c1c6 user: redman tags: core-8-1-branch-old

Changes
Unified Diff Ignore Whitespace Patch
Changes to ChangeLog.





1
2
3
4
5
6
7





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.
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
1999-03-27    <[email protected]>

	* win/makefile.bc: Removed makefile for Borland compiler, no
	longer supported.

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.