summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-09-27 03:08:12 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-09-27 03:08:12 (GMT)
commitb5bc78c17be16102c70991d3090dc85aa9baf44b (patch)
treea98672f9bc6e035c276c3171d49657436dff14c1 /ChangeLog
parentb11a98cb21d914b16a8d9761101bdb366084cc48 (diff)
downloadtcl-b5bc78c17be16102c70991d3090dc85aa9baf44b.zip
tcl-b5bc78c17be16102c70991d3090dc85aa9baf44b.tar.gz
tcl-b5bc78c17be16102c70991d3090dc85aa9baf44b.tar.bz2
* tests/assemble.test: Added more "white box" tests.
* generic/tclAssembly.c: Fixed bugs exposed by the new tests. (a) [eval] and [expr] had incorrect stack balance computed if the arg was not a simple word. (b) [concat] accepted a negative operand count. (c) [invoke] accepted a zero or negative operand count. (d) more misspelt error messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc2c4da..7aa9888 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-27 Kevin B. Kenny <kennykb@acm.org>
+
+ * tests/assemble.test: Added more "white box" tests.
+ * generic/tclAssembly.c: Fixed bugs exposed by the new tests.
+ (a) [eval] and [expr] had incorrect stack balance computed if
+ the arg was not a simple word. (b) [concat] accepted a negative
+ operand count. (c) [invoke] accepted a zero or negative operand
+ count. (d) more misspelt error messages.
+
2010-09-26 Kevin B. Kenny <kennykb@acm.org>
* tests/assemble.test: Added many new tests moving toward a more