summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-19 15:43:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-19 15:43:32 (GMT)
commit5bf20eaead351b1a086435a585166dc64e2b0c9b (patch)
treec739eee77d0c95bd4431cc09d4871db8ac663d41 /ChangeLog
parentb273f5ded8f1e632fd6d4b531347d4a6e88b210c (diff)
downloadtcl-5bf20eaead351b1a086435a585166dc64e2b0c9b.zip
tcl-5bf20eaead351b1a086435a585166dc64e2b0c9b.tar.gz
tcl-5bf20eaead351b1a086435a585166dc64e2b0c9b.tar.bz2
* generic/tclExecute.c (TclExecuteByteCode): Improve commenting and
reduce indentation for the Invocation Block.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13bf5df..4c92ffa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclExecute.c (TclExecuteByteCode): Improve commenting and
+ reduce indentation for the Invocation Block.
+
2010-04-18 Donal K. Fellows <dkf@users.sf.net>
* doc/unset.n: [Bug 2988940]: Fix typo.