summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-17 14:50:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-17 14:50:42 (GMT)
commit531cd3e85b7f36bc521f8e9f4f3a0394e3be5b84 (patch)
tree02776b4d71e3ead075f236772f6f91ef36a9956f /ChangeLog
parent3ad66d99fd717405fb14ba64c0c8560bee0dc477 (diff)
downloadtcl-531cd3e85b7f36bc521f8e9f4f3a0394e3be5b84.zip
tcl-531cd3e85b7f36bc521f8e9f4f3a0394e3be5b84.tar.gz
tcl-531cd3e85b7f36bc521f8e9f4f3a0394e3be5b84.tar.bz2
* generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4
* generic/tclPkg.c: source compatibility with callers of * generic/tclStubLib.c: Tcl_InitStubs(interp, TCL_VERSION, 1). [Bug 1578344].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eb3506..a3069c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-17 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4
+ * generic/tclPkg.c: source compatibility with callers of
+ * generic/tclStubLib.c: Tcl_InitStubs(interp, TCL_VERSION, 1).
+ [Bug 1578344].
+
2007-09-17 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclTrace.c (Tcl_TraceObjCmd, TraceExecutionObjCmd)