diff options
author | dgp <dgp@users.sourceforge.net> | 2003-05-12 22:44:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-05-12 22:44:23 (GMT) |
commit | 3fa0ae44eb7b084cc0591023606dc593cdc8169c (patch) | |
tree | c573f9eb88f9a33584de27587d7b44ec7ee8bec9 /ChangeLog | |
parent | 848f3e85419c57c034cd7ebe11918e835f04782b (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |