diff options
author | dgp <dgp@users.sourceforge.net> | 2003-05-23 21:29:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-05-23 21:29:51 (GMT) |
commit | 784ee84b19f6ce45ed62c49c17e6427429c47fe4 (patch) | |
tree | d1a36adf288e16ef5b44ac5308de137c287960bb /ChangeLog | |
parent | 38a7bbfd51aba29761a09b692c4289ae16c87d6f (diff) | |
download | tcl-784ee84b19f6ce45ed62c49c17e6427429c47fe4.zip tcl-784ee84b19f6ce45ed62c49c17e6427429c47fe4.tar.gz tcl-784ee84b19f6ce45ed62c49c17e6427429c47fe4.tar.bz2 |
* generic/tclObj.c (tclCmdNameType): Converted internal rep
management of the cmdName Tcl_ObjType the opposite way, to always
use the twoPtrValue instead of always using the otherValuePtr.
Previous fix on 2003-05-12 broke several extensions that wanted
to poke around with the twoPtrValue.ptr2 value of a cmdName
Tcl_Obj, like TclBlend and e4graph. [Bug 726018]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-05-23 Don Porter <dgp@users.sourceforge.net> + + * generic/tclObj.c (tclCmdNameType): Converted internal rep + management of the cmdName Tcl_ObjType the opposite way, to always + use the twoPtrValue instead of always using the otherValuePtr. + Previous fix on 2003-05-12 broke several extensions that wanted + to poke around with the twoPtrValue.ptr2 value of a cmdName + Tcl_Obj, like TclBlend and e4graph. [Bug 726018] + 2003-05-23 Mo DeJong <mdejong@users.sourceforge.net> * unix/mkLinks: Set the var S to "" at the top |