diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2009-10-18 11:21:38 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2009-10-18 11:21:38 (GMT) |
commit | 7b94da051e6dde67f1a1602c93fffbcc98787cf1 (patch) | |
tree | 603c5054308f9adf1cc735c02a0e1c578b379924 /ChangeLog | |
parent | 391cc5529b10b842b5e34acb19bf559b56df7f49 (diff) | |
download | tcl-7b94da051e6dde67f1a1602c93fffbcc98787cf1.zip tcl-7b94da051e6dde67f1a1602c93fffbcc98787cf1.tar.gz tcl-7b94da051e6dde67f1a1602c93fffbcc98787cf1.tar.bz2 |
Fix for [Bug 988703, 1565466]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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) |