summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-05-12 19:32:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-05-12 19:32:41 (GMT)
commit83b3d7bbd3e11747ab0a311934e0ea8790bb2435 (patch)
treeea11d3d968be87c8b4d71b613dbf34f5170cf534 /ChangeLog
parente053444350d8c7765e32dac046af7423e3e82c63 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 272ea55..6c8a523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>