summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-11-19 22:04:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-11-19 22:04:38 (GMT)
commite26a569c68c90ec0011ec6b4e464fb77c78b7d89 (patch)
tree803b1e91e61b1c8749ab92857b139b1f5b474a78 /ChangeLog
parent43f12dcb2dc6be1a838da527880200a7a483e2ac (diff)
downloadtcl-e26a569c68c90ec0011ec6b4e464fb77c78b7d89.zip
tcl-e26a569c68c90ec0011ec6b4e464fb77c78b7d89.tar.gz
tcl-e26a569c68c90ec0011ec6b4e464fb77c78b7d89.tar.bz2
Fixed Bug 845412; long commands without expansion don't get tangled with the
expansion machinery now...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90cc59f..283b93b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2003-11-18 David Gravereaux <davygrvy@pobox.com>
* contrib/djgpp/Makefile: Changes from Victor Wagner