diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-01-18 11:12:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-01-18 11:12:37 (GMT) |
commit | e59152c4b7d167237faee057b0326dda4efc89b8 (patch) | |
tree | 67efbcdc40453e5e938e4e1680e0770e62728b40 /ChangeLog | |
parent | 3046d041c02be38e96e7d08045486bd739f84cf7 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |