diff options
author | dgp <dgp@users.sourceforge.net> | 2009-12-15 18:12:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-12-15 18:12:06 (GMT) |
commit | d98553d4645b44a9e51415ccf4310a5a5ba00cd8 (patch) | |
tree | 849ef434ae1180d453a78fd7d59ebf4c1fe08bd3 /ChangeLog | |
parent | 486f411445e636529a84309fa71d5a149588a774 (diff) | |
download | tk-d98553d4645b44a9e51415ccf4310a5a5ba00cd8.zip tk-d98553d4645b44a9e51415ccf4310a5a5ba00cd8.tar.gz tk-d98553d4645b44a9e51415ccf4310a5a5ba00cd8.tar.bz2 |
* generic/tkConfig.c: Added another dimension of refCounting to the
* generic/tkInt.c: "option" Tcl_ObjType to improve memory troubles
* generic/tkObj.c: detailed in [Bug 2492179]. Also removed
registration of the "option" Tcl_ObjType.
*** POTENTIAL INCOMPATIBILITY *** for callers of
Tcl_GetObjType("option") which must now handle a NULL return.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-12-15 Don Porter <dgp@users.sourceforge.net> + + * generic/tkConfig.c: Added another dimension of refCounting to the + * generic/tkInt.c: "option" Tcl_ObjType to improve memory troubles + * generic/tkObj.c: detailed in [Bug 2492179]. Also removed + registration of the "option" Tcl_ObjType. + *** POTENTIAL INCOMPATIBILITY *** for callers of + Tcl_GetObjType("option") which must now handle a NULL return. + 2009-12-15 Donal K. Fellows <dkf@users.sf.net> * library/demos/unicodeout.tcl (usePresentationFormsFor): Split out |