summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-05-23 21:29:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-05-23 21:29:51 (GMT)
commit784ee84b19f6ce45ed62c49c17e6427429c47fe4 (patch)
treed1a36adf288e16ef5b44ac5308de137c287960bb /ChangeLog
parent38a7bbfd51aba29761a09b692c4289ae16c87d6f (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98e2b01..a3efa5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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