diff options
author | dgp <dgp@users.sourceforge.net> | 2003-11-20 00:15:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-11-20 00:15:59 (GMT) |
commit | 17d6b9dd7f32888e6f4e99ccdbd57f86c0e7b54e (patch) | |
tree | 48e141b063fa433f83212e25655c5b6a2c2795ce /ChangeLog | |
parent | e26a569c68c90ec0011ec6b4e464fb77c78b7d89 (diff) | |
download | tcl-17d6b9dd7f32888e6f4e99ccdbd57f86c0e7b54e.zip tcl-17d6b9dd7f32888e6f4e99ccdbd57f86c0e7b54e.tar.gz tcl-17d6b9dd7f32888e6f4e99ccdbd57f86c0e7b54e.tar.bz2 |
* tests/compile.test (compile-16.22.0): Improved test for the
recent fix for Bug 845412.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,9 +1,14 @@ +2003-11-19 Don Porter <dgp@users.sourceforge.net> + + * tests/compile.test (compile-16.22.0): Improved test for the + recent fix for Bug 845412. + 2003-11-19 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclCompile.c (TclCompileScript): Added a guard for the expansion code so that long non-expanding commands don't get expansion infrastructure inserted in them, especially when that - infrastructure isn't initialised. + infrastructure isn't initialised. [Bug 845412] 2003-11-18 David Gravereaux <davygrvy@pobox.com> |