diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-02-10 18:58:30 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-02-10 18:58:30 (GMT) |
commit | 07e0b116171eb0e1b10cd691be7995103106a174 (patch) | |
tree | 65db8e9dc92a108560b7f32ffb095ae7e7ef52c6 /ChangeLog | |
parent | 7c7f5ce019e8eff60777b642821f2232c1ef7d3b (diff) | |
download | tcl-07e0b116171eb0e1b10cd691be7995103106a174.zip tcl-07e0b116171eb0e1b10cd691be7995103106a174.tar.gz tcl-07e0b116171eb0e1b10cd691be7995103106a174.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 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/binary.n: Made the documentation of sign bit masking and |