summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-12 22:13:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-12 22:13:16 (GMT)
commitc876fcb699005897b1f05d4c92df02666c35898f (patch)
tree77133f8a5662e3ff7297ff8056d34ba1ec7076d5 /ChangeLog
parentb4f922cb26030e17d74fc9c79ae05035bc984b53 (diff)
downloadtcl-c876fcb699005897b1f05d4c92df02666c35898f.zip
tcl-c876fcb699005897b1f05d4c92df02666c35898f.tar.gz
tcl-c876fcb699005897b1f05d4c92df02666c35898f.tar.bz2
Simplify command compilation by moving numerous common stanzas into macros so that things say what they do instead of relying on the code-writer knowing all the basic ropes.
Also cleaned up the whitespace/style of the code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecec36a..ada83fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-12 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmds.c: Factor out some common idioms into named
+ forms for greater clarity.
+
2005-06-10 Donal K. Fellows <dkf@users.sf.net>
* doc/chan.n: Fold in the descriptive parts of the documentation