summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-01-18 11:12:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-01-18 11:12:37 (GMT)
commite59152c4b7d167237faee057b0326dda4efc89b8 (patch)
tree67efbcdc40453e5e938e4e1680e0770e62728b40 /ChangeLog
parent3046d041c02be38e96e7d08045486bd739f84cf7 (diff)
downloadtcl-e59152c4b7d167237faee057b0326dda4efc89b8.zip
tcl-e59152c4b7d167237faee057b0326dda4efc89b8.tar.gz
tcl-e59152c4b7d167237faee057b0326dda4efc89b8.tar.bz2
Fix [Bug 1638414] and make bytecode of expansion better
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ebdd50..cc89082 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-01-18 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclCompile.c (TclCompileScript): Make sure that when parsing
+ an expanded literal fails, a correct bytecode sequence is still
+ issued. [Bug 1638414]. Also make sure that the start of the expansion
+ bytecode sequence falls inside the span of bytecodes for a command.
* tests/compile.test (compile-16.24): Added test for [Bug 1638414]
2007-01-17 Donal K. Fellows <dkf@users.sf.net>