summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-11-20 00:15:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-11-20 00:15:59 (GMT)
commit17d6b9dd7f32888e6f4e99ccdbd57f86c0e7b54e (patch)
tree48e141b063fa433f83212e25655c5b6a2c2795ce /ChangeLog
parente26a569c68c90ec0011ec6b4e464fb77c78b7d89 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 283b93b..e0f1dcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>