diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-03-01 10:16:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-03-01 10:16:09 (GMT) |
commit | 44ebec67f366b1da8cc1609b93847b2c6a590749 (patch) | |
tree | 3a2cdb549c109b3cc5f7794e2dcfb3988d7f35da /ChangeLog | |
parent | 4ced9366453c96f6237ff479dff2fc80bd0e18d9 (diff) | |
download | tcl-44ebec67f366b1da8cc1609b93847b2c6a590749.zip tcl-44ebec67f366b1da8cc1609b93847b2c6a590749.tar.gz tcl-44ebec67f366b1da8cc1609b93847b2c6a590749.tar.bz2 |
Fix [Bug 1671138]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-03-01 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclCompCmds.c (TclCompileForeachCmd): Prevent an unexpected + * tests/foreach.test (foreach-9.1): infinite loop when the + variable list is empty and the foreach is compiled. [Bug 1671138] + 2007-02-22 Andreas Kupries <andreask@activestate.com> * tests/pkg.test: Added tests for the case of an alpha package |