diff options
author | mig <mig> | 2011-03-23 13:11:16 (GMT) |
---|---|---|
committer | mig <mig> | 2011-03-23 13:11:16 (GMT) |
commit | d68b078b5ccb7111f9c82f5d536184052563a8bd (patch) | |
tree | 4d40533848d8ac8332055dc6ff3b360bc1e73ef9 /ChangeLog | |
parent | 95f9acf8cd7767e4e519e48f3e7c2946a20f4381 (diff) | |
download | tcl-d68b078b5ccb7111f9c82f5d536184052563a8bd.zip tcl-d68b078b5ccb7111f9c82f5d536184052563a8bd.tar.gz tcl-d68b078b5ccb7111f9c82f5d536184052563a8bd.tar.bz2 |
* generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in TclFreeObj()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-03-23 Miguel Sofer <msofer@users.sf.net> + + * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context + in TclFreeObj() + 2011-03-22 Miguel Sofer <msofer@users.sf.net> * generic/tclThreadAlloc.c: simpler initialization of Cache |