summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2009-10-18 11:21:38 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2009-10-18 11:21:38 (GMT)
commit7b94da051e6dde67f1a1602c93fffbcc98787cf1 (patch)
tree603c5054308f9adf1cc735c02a0e1c578b379924 /ChangeLog
parent391cc5529b10b842b5e34acb19bf559b56df7f49 (diff)
downloadtcl-7b94da051e6dde67f1a1602c93fffbcc98787cf1.zip
tcl-7b94da051e6dde67f1a1602c93fffbcc98787cf1.tar.gz
tcl-7b94da051e6dde67f1a1602c93fffbcc98787cf1.tar.bz2
Fix for [Bug 988703, 1565466]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78300b1..3b4a3f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-10-18 Joe Mistachkin <joe@mistachkin.com>
+
+ * tests/thread.test (thread-4.[345]): [Bug 1565466]: Correct tests to
+ save their error state before the final call to threadReap just in case
+ it triggers an "invalid thread id" error. This error can occur if one
+ or more of the target threads has exited prior to the attempt to send
+ it an asynchronous exit command.
+
+ * doc/memory.n: [Bug 988703]: Add mechanism for discovering what Tcl_Objs
+ * generic/tclCkalloc.c (MemoryCmd): are allocated when built for memory
+ * generic/tclInt.decls: debugging. This was previously backported from
+ * generic/tclInt.h: Tcl 8.6 with the corrections to fix [Bug 2871908].
+ * generic/tclObj.c (ObjData, TclFinalizeThreadObjects): However, there
+ were key elements missing. These changes make things consistent between
+ branches.
+
2009-10-17 Donal K. Fellows <dkf@users.sf.net>
* generic/tclVar.c (TclDeleteCompiledLocalVars, UnsetVarStruct)