summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-05-12 20:15:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-05-12 20:15:26 (GMT)
commit848f3e85419c57c034cd7ebe11918e835f04782b (patch)
treeeeec33a63241b5cf285d02c071f22df09cf57fa2 /ChangeLog
parent83b3d7bbd3e11747ab0a311934e0ea8790bb2435 (diff)
downloadtcl-848f3e85419c57c034cd7ebe11918e835f04782b.zip
tcl-848f3e85419c57c034cd7ebe11918e835f04782b.tar.gz
tcl-848f3e85419c57c034cd7ebe11918e835f04782b.tar.bz2
* generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no
longer set to NULL (Tcl_CreateObjCommand docs already say that it should not be accessed). * tests/cmdMZ.test: Forgot to import [temporaryDirectory].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c8a523..aa942ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-05-12 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no
+ longer set to NULL (Tcl_CreateObjCommand docs already say that it
+ should not be accessed).
+
+ * tests/cmdMZ.test: Forgot to import [temporaryDirectory].
+
* generic/tclObj.c (tclCmdNameType): Corrected variable use of the
otherValuePtr or the twoPtrValue.ptr1 fields to store a
(ResolvedCmdName *) as the internal rep. [Bug 726018].