diff options
author | hobbs <hobbs> | 2002-07-26 21:41:48 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-07-26 21:41:48 (GMT) |
commit | 0e05c188c12ae4f7e25c3a3d8ca1892bba59c243 (patch) | |
tree | 2be25626803c655641b1c0d420c2bcfb2deee9d8 /ChangeLog | |
parent | f63b5e89f17fa39c82ffbe4e7139a146d845f31d (diff) | |
download | tcl-0e05c188c12ae4f7e25c3a3d8ca1892bba59c243.zip tcl-0e05c188c12ae4f7e25c3a3d8ca1892bba59c243.tar.gz tcl-0e05c188c12ae4f7e25c3a3d8ca1892bba59c243.tar.bz2 |
* generic/tclVar.c (TclLookupVar): removed early returns that
prevented the parens from being restored. also removed goto label
as it was not necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-07-26 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclVar.c (TclLookupVar): removed early returns that + prevented the parens from being restored. also removed goto label + as it was not necessary. + 2002-07-24 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclExecute.c: |