summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-05-12 22:44:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-05-12 22:44:23 (GMT)
commit3fa0ae44eb7b084cc0591023606dc593cdc8169c (patch)
treec573f9eb88f9a33584de27587d7b44ec7ee8bec9 /ChangeLog
parent848f3e85419c57c034cd7ebe11918e835f04782b (diff)
downloadtcl-3fa0ae44eb7b084cc0591023606dc593cdc8169c.zip
tcl-3fa0ae44eb7b084cc0591023606dc593cdc8169c.tar.gz
tcl-3fa0ae44eb7b084cc0591023606dc593cdc8169c.tar.bz2
* generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words
* tests/interp.test (interp-33.1): of the target of an interp alias during its execution. Also added test. [Bug 730244].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa942ef..9a2823c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-05-12 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words
+ * tests/interp.test (interp-33.1): of the target of an interp
+ alias during its execution. Also added test. [Bug 730244].
+
* generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no
longer set to NULL (Tcl_CreateObjCommand docs already say that it
should not be accessed).