diff options
author | dgp <dgp@users.sourceforge.net> | 2003-05-12 20:15:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-05-12 20:15:26 (GMT) |
commit | 848f3e85419c57c034cd7ebe11918e835f04782b (patch) | |
tree | eeec33a63241b5cf285d02c071f22df09cf57fa2 /ChangeLog | |
parent | 83b3d7bbd3e11747ab0a311934e0ea8790bb2435 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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]. |