diff options
author | dgp <dgp@users.sourceforge.net> | 2003-05-12 19:32:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-05-12 19:32:41 (GMT) |
commit | 83b3d7bbd3e11747ab0a311934e0ea8790bb2435 (patch) | |
tree | ea11d3d968be87c8b4d71b613dbf34f5170cf534 /ChangeLog | |
parent | e053444350d8c7765e32dac046af7423e3e82c63 (diff) | |
download | tcl-83b3d7bbd3e11747ab0a311934e0ea8790bb2435.zip tcl-83b3d7bbd3e11747ab0a311934e0ea8790bb2435.tar.gz tcl-83b3d7bbd3e11747ab0a311934e0ea8790bb2435.tar.bz2 |
* 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].
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/tclObj.c (tclCmdNameType): Corrected variable use of the + otherValuePtr or the twoPtrValue.ptr1 fields to store a + (ResolvedCmdName *) as the internal rep. [Bug 726018]. + * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622]. 2003-05-12 Miguel Sofer <msofer@users.sf.net> |