diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-08-21 20:16:03 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-08-21 20:16:03 (GMT) |
commit | 2d087cd971d85e6e4bb484878b61f0ce4d845b6b (patch) | |
tree | 71d9624fdf92cb259438e2910c5a29289ee4ec07 /ChangeLog | |
parent | 835252ce9b5e69bf41e470277be070640f02422b (diff) | |
download | tcl-2d087cd971d85e6e4bb484878b61f0ce4d845b6b.zip tcl-2d087cd971d85e6e4bb484878b61f0ce4d845b6b.tar.gz tcl-2d087cd971d85e6e4bb484878b61f0ce4d845b6b.tar.bz2 |
thread-4.4: clear ::errorInfo in the thread as a message is left here from init.tcl on windows due to no tcl_pkgPath.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-08-21 Pat Thoyts <patthoyts@users.sourceforge.net> + + * tests/thread.test: thread-4.4: clear ::errorInfo in the thread as + a message is left here from init.tcl on windows due to no tcl_pkgPath. + 2007-08-20 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (INST_SUB): fix usage of the new macro for |