summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-21 08:54:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-21 08:54:34 (GMT)
commitdd75f95a7e0f760d88b9059d13eca9ffd8e235cc (patch)
treecfa5692499fd9be856f6830da5138fddec8fb3ea /ChangeLog
parent640c6863281033512aefe676d9f9d12245d431bd (diff)
downloadtcl-dd75f95a7e0f760d88b9059d13eca9ffd8e235cc.zip
tcl-dd75f95a7e0f760d88b9059d13eca9ffd8e235cc.tar.gz
tcl-dd75f95a7e0f760d88b9059d13eca9ffd8e235cc.tar.bz2
Make [Bug 975895] less likely to be hit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcdae30..9f69357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-21 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclThreadAlloc.c (Ptr2Block): Rewrote so as to maximize
+ the chance of detecting and reporting a memory inconsistency without
+ relying on things being consistent. [Bug 975895]
+
2004-06-18 Don Porter <dgp@users.sourceforge.net>
* tests/load.test: Relaxed strictness of error message matching