diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-12 22:13:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-12 22:13:16 (GMT) |
commit | c876fcb699005897b1f05d4c92df02666c35898f (patch) | |
tree | 77133f8a5662e3ff7297ff8056d34ba1ec7076d5 /ChangeLog | |
parent | b4f922cb26030e17d74fc9c79ae05035bc984b53 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |