Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor adjustment. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core-8-1-branch-old |
Files: | files | file ages | folders |
SHA1: |
655b052ea25807a099b44ea5c57caf78 |
User & Date: | rjohnson 1999-03-25 01:34:21.000 |
Context
1999-03-25
| ||
03:55 | * tests/execute.test: * generic/tclExecute.c (TclExecuteByteCode): Fixed expression code that incorr... check-in: d1a8033603 user: stanton tags: core-8-1-branch-old | |
01:34 | Minor adjustment. check-in: 655b052ea2 user: rjohnson tags: core-8-1-branch-old | |
01:25 | Fix socket code (typo) and test case after looking at it again. check-in: 2c4f496e6a user: redman tags: core-8-1-branch-old | |
Changes
Changes to win/README.binary.
1 2 | Tcl/Tk 8.1b3 for Windows, Binary Distribution | | | 1 2 3 4 5 6 7 8 9 10 | Tcl/Tk 8.1b3 for Windows, Binary Distribution RCS: @(#) $Id: README.binary,v 1.2.2.7 1999/03/25 01:34:21 rjohnson Exp $ 1. Introduction --------------- This directory contains the binary distribution of Tcl/Tk 8.1b3 for Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32 API, so that it will run under Windows NT and Windows 95. The |
︙ | ︙ | |||
41 42 43 44 45 46 47 | The binary release is distributed as a self-extracting archive called tcl81.exe. The setup program which will prompt you for an installation directory. It will create the installation heirarchy under the specified directory, and install a wish application icon under the program manager group of your choice. | | | | < < | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | The binary release is distributed as a self-extracting archive called tcl81.exe. The setup program which will prompt you for an installation directory. It will create the installation heirarchy under the specified directory, and install a wish application icon under the program manager group of your choice. We are no longer supporting use of Tcl with 16-bit versions of Windows. Microsoft has completely dropped support of the Win32s subsystem. 4. Summary of changes in Tcl 8.1 -------------------------------- The most important changes in Tcl 8.1 are summarized below. See the README and changes files in the distribution for more complete information on what has changed, including both feature changes and bug fixes. |
︙ | ︙ | |||
227 228 229 230 231 232 233 | although it is based on early work done by Richard Hipp. We have done some testing on a multiprocessor Solaris machine, but none on Windows or other flavors of UNIX on a multiprocessor. 6. Known Bugs/Missing Features ------------------------------ | < | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | although it is based on early work done by Richard Hipp. We have done some testing on a multiprocessor Solaris machine, but none on Windows or other flavors of UNIX on a multiprocessor. 6. Known Bugs/Missing Features ------------------------------ - Clock command fails to handle daylight savings time boundaries for things like "last week". - Background processes aren't properly detached on NT. - File events only work on sockets and pipes. - Files/console/serial ports don't support nonblocking I/O. - There is no support for custom cursors/application icons. The core set of X cursors is supported, although you cannot change their color. |
︙ | ︙ |