diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-09-03 21:27:21 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-09-03 21:27:21 (GMT) |
commit | 3dcd08753c27584928c9a436994a06388befdd76 (patch) | |
tree | 237dbf3798cc08dc20e1d810f79420fabfdf3a59 /ChangeLog | |
parent | 888220f579233ef922204f8d235b9cf5693682c5 (diff) | |
download | tcl-3dcd08753c27584928c9a436994a06388befdd76.zip tcl-3dcd08753c27584928c9a436994a06388befdd76.tar.gz tcl-3dcd08753c27584928c9a436994a06388befdd76.tar.bz2 |
* tests/lindex.test (lindex-17.[01]): Added code to detect the
error when a script does [lindex {} end foo]; an overaggressive
optimisation caused this call to return an empty object rather
than an error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,12 @@ * library/tzdata/Pacific/Auckland: * library/tzdata/Pacific/Chatham: Olson's tzdata2007g. + * generic/tclListObj.c (TclLindexFlat): + * tests/lindex.test (lindex-17.[01]): Added code to detect the + error when a script does [lindex {} end foo]; an overaggressive + optimisation caused this call to return an empty object rather + than an error. + 2007-09-03 Daniel Steffen <das@users.sourceforge.net> * generic/tclObj.c (TclInitObjSubsystem): restore registration of the |