diff options
author | dgp <dgp@users.sourceforge.net> | 2003-05-12 19:29:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-05-12 19:29:48 (GMT) |
commit | 78a425544eec8223eb72dbc5a1c1f13536a440ef (patch) | |
tree | fd5d3b12aa3f4cbf4191602860b8465b89402ca8 /ChangeLog | |
parent | 4d371261ae296c76cb1784f1c9a183b24bd3840f (diff) | |
download | tcl-78a425544eec8223eb72dbc5a1c1f13536a440ef.zip tcl-78a425544eec8223eb72dbc5a1c1f13536a440ef.tar.gz tcl-78a425544eec8223eb72dbc5a1c1f13536a440ef.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> |