summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--generic/tcl.h6
-rw-r--r--win/README6
-rw-r--r--win/README.binary6
4 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index c346040..c573c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-07-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * win/README.binary, win/README: Updated references to Tcl and Tk
+ 8.4 to point to 8.5 instead. Thanks to Theo Verelst for spotting
+ this.
+ * generic/tcl.h: Added note to help prevent those changes from
+ getting missed in the future.
+
* doc/Namespace.3, doc/load.n, doc/Limit.3: Typo fixes and remove
duplicate documentation. [Bug 983146]
diff --git a/generic/tcl.h b/generic/tcl.h
index 26ec95b..ad73865 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.181 2004/06/05 17:31:08 kennykb Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.182 2004/07/01 10:08:10 dkf Exp $
*/
#ifndef _TCL
@@ -44,9 +44,9 @@ extern "C" {
* win/configure.in (as above)
* win/tcl.m4 (not patchlevel)
* win/makefile.bc (not patchlevel) 2 LOC
- * README (sections 0 and 2)
+ * README (sections 0 and 2, with and without separator)
* macosx/Tcl.pbproj/project.pbxproj (not patchlevel) 2 LOC
- * win/README.binary (sections 0-4)
+ * win/README.binary (sections 0-4, with and without separator)
* win/README (not patchlevel) (sections 0 and 2)
* unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch)
* tests/basic.test (1 LOC M/M, not patchlevel)
diff --git a/win/README b/win/README
index 03b5282..dff16e8 100644
--- a/win/README
+++ b/win/README
@@ -1,6 +1,6 @@
Tcl 8.5 for Windows
-RCS: @(#) $Id: README,v 1.31 2003/03/04 23:46:21 dgp Exp $
+RCS: @(#) $Id: README,v 1.32 2004/07/01 10:08:11 dkf Exp $
1. Introduction
---------------
@@ -85,8 +85,8 @@ find them. Tcl looks in one of following places for the library files:
Tcl will look for a directory "..\lib\tcl8.5" relative to the
directory containing the currently running .exe.
-Note that in order to run tclsh84.exe, you must ensure that tcl84.dll
-and tclpip84.dll are on your path, in the system directory, or in the
+Note that in order to run tclsh85.exe, you must ensure that tcl85.dll
+and tclpip85.dll are on your path, in the system directory, or in the
directory containing tclsh84.exe.
Note: Tcl no longer provides support for Win32s.
diff --git a/win/README.binary b/win/README.binary
index 661cc32..229e880 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,6 +1,6 @@
Tcl/Tk 8.5 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.37 2004/03/26 19:47:29 dgp Exp $
+RCS: @(#) $Id: README.binary,v 1.38 2004/07/01 10:08:11 dkf Exp $
1. Introduction
---------------
@@ -64,8 +64,8 @@ this release, you will need to use the appropriate .lib file for your
compiler. In the lib directory of the installation directory, there
are library files for the Microsoft Visual C++ compiler:
- tcl84.lib
- tk84.lib
+ tcl85.lib
+ tk85.lib
5. Building dynamically loadable extensions
--------------------------------------------