summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-10-10 17:33:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-10-10 17:33:25 (GMT)
commit74451872e37a31feb47b7be05b8175603f0526ce (patch)
treee7cc109788ffe0692afffb847928fa9eba126fc6 /ChangeLog
parentdb048c3be987aa1a9a98a71fc6e164ca746b9333 (diff)
downloadtcl-74451872e37a31feb47b7be05b8175603f0526ce.zip
tcl-74451872e37a31feb47b7be05b8175603f0526ce.tar.gz
tcl-74451872e37a31feb47b7be05b8175603f0526ce.tar.bz2
Fix two bugs in limits, one a crash and the other a failed flag reset.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87bad14..4de4612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-10 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclInterp.c (DeleteScriptLimitCallback)
+ (SetScriptLimitCallback): Improve the interlocking between the script
+ limit callback record and the hash table of current such records, to
+ prevent crashes in callbacks that create callbacks.
+ (Tcl_LimitSetTime): Reset the correct flag. Problem reported by
+ Nicolas Castagne <castagne@imag.fr> on comp.lang.tcl
+
2005-10-10 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c: fixing errors in last commit. (Two
@@ -13,7 +22,7 @@
2005-10-08 Don Porter <dgp@users.sourceforge.net>
- TIP#237 IMPLEMENTATION
+ TIP#237 IMPLEMENTATION
[kennykb-numerics-branch] Resynchronized with the HEAD; at this
checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and