diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-02-10 19:08:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-02-10 19:08:09 (GMT) |
commit | 845d57e6dffb951a34e335af39e3b372ac51b43f (patch) | |
tree | 16e762307c2913e4307a68bbf586c4be24c6538e /ChangeLog | |
parent | 1a5a2eb1b627378e66065f252594ff677891fccc (diff) | |
download | tcl-845d57e6dffb951a34e335af39e3b372ac51b43f.zip tcl-845d57e6dffb951a34e335af39e3b372ac51b43f.tar.gz tcl-845d57e6dffb951a34e335af39e3b372ac51b43f.tar.bz2 |
* generic/tclBasic.c (Tcl_EvalObjEx):
* tests/basic.test (basic-26.2): preserve the arguments passed to
TEOV in the pure-list branch, in case the list shimmers away. Fix
for [Bug 1119369], reported by Peter MacDonald.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-02-10 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c (Tcl_EvalObjEx): + * tests/basic.test (basic-26.2): preserve the arguments passed to + TEOV in the pure-list branch, in case the list shimmers away. Fix + for [Bug 1119369], reported by Peter MacDonald. + 2005-02-10 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclFileName.c: fix for test failures introduced |