summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-06-21 22:23:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-06-21 22:23:21 (GMT)
commitd8de05d89db6daa2002bb5b309c85d40328573d7 (patch)
tree5acd2b643631068fe95272f329b431f4cd2b6b76 /ChangeLog
parent61158455202c06406d3c69e6d69acb490856f7ac (diff)
downloadtcl-d8de05d89db6daa2002bb5b309c85d40328573d7.zip
tcl-d8de05d89db6daa2002bb5b309c85d40328573d7.tar.gz
tcl-d8de05d89db6daa2002bb5b309c85d40328573d7.tar.bz2
* Updated all package install directories to match current Major.minor
versions of the packages. Added tcltest package to installation on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bcfd852..5c24b29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,12 @@
* generic/tclParseExpr.c: LogSyntaxError() should reset
the interpreter result [Bug 550142 "Tcl_ExprObj -> abort"]
-
2002-06-21 Don Porter <dgp@users.sourceforge.net>
+
+ * unix/Makefile.in: Updated all package install directories
+ * win/Makefile.in: to match current Major.minor versions
+ * win/makefile.bc: of the packages. Added tcltest package
+ * win/makefile.vc: to installation on Windows.
* library/init.tcl: Corrected comments and namespace style
issues. Thanks to Bruce Stephens. [Bug 572025]