summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2007-06-30 09:59:00 (GMT)
committervasiljevic <zv@archiware.com>2007-06-30 09:59:00 (GMT)
commit22f41058c511758b0e8085d4518b7c32a1d932c9 (patch)
tree7ef1fc750222e510edb6d07daba1b21d72ce954e /ChangeLog
parentf491ae44dd5eeb9e80d673810c8a46faa0d0a3aa (diff)
downloadtcl-22f41058c511758b0e8085d4518b7c32a1d932c9.zip
tcl-22f41058c511758b0e8085d4518b7c32a1d932c9.tar.gz
tcl-22f41058c511758b0e8085d4518b7c32a1d932c9.tar.bz2
Prevent RemeberSyncObj() from growing the sync
object lists by reusing already free'd slots, if possible. See discussion on Bug 1726873 for more information.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d834f9e..60355f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-30 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * generic/tclThread.c: Prevent RemeberSyncObj() from growing the sync
+ object lists by reusing already free'd slots, if possible.
+ See discussion on Bug 1726873 for more information.
+
2007-06-29 Donal K. Fellows <dkf@users.sf.net>
* doc/DictObj.3 (Tcl_DictObjDone): Improved documentation of this