summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2011-11-18 01:01:37 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2011-11-18 01:01:37 (GMT)
commitc0089bebf222935ebedd937985ee0c73de5767de (patch)
treec9ab5d5351739a71a886d39ff57055f3d327b00d /ChangeLog
parent206047c64c05dcec08d93af6860fea9662f667b8 (diff)
downloadtcl-c0089bebf222935ebedd937985ee0c73de5767de.zip
tcl-c0089bebf222935ebedd937985ee0c73de5767de.tar.gz
tcl-c0089bebf222935ebedd937985ee0c73de5767de.tar.bz2
For [testthread cancel], avoid creating a new Tcl_Obj when the default script cancellation result is desired.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83e5703..0932130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-17 Joe Mistachkin <joe@mistachkin.com>
+
+ * generic/tclThreadTest.c: For [testthread cancel], avoid creating a
+ new Tcl_Obj when the default script cancellation result is desired.
+
2011-11-11 Donal K. Fellows <dkf@users.sf.net>
* win/tclWinConsole.c: Refactor common thread handling patterns.