diff options
author | dgp <dgp@users.sourceforge.net> | 2007-07-17 19:18:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-07-17 19:18:53 (GMT) |
commit | d37e9449abbcba6add40d5796795b556541402c3 (patch) | |
tree | a96444038993c3d62d4657ff661f62eff036ddb6 /ChangeLog | |
parent | 6122754a220a2b6625224214b2560b4c3f594e4b (diff) | |
download | tcl-d37e9449abbcba6add40d5796795b556541402c3.zip tcl-d37e9449abbcba6add40d5796795b556541402c3.tar.gz tcl-d37e9449abbcba6add40d5796795b556541402c3.tar.bz2 |
* generic/tclCompExpr.c (ParseExpr): While adding comments to
explain the operations of ParseExpr(), made significant revisions
to the code so it would be easier to explain, and in the process
made the code simpler and clearer as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-17 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompExpr.c (ParseExpr): While adding comments to + explain the operations of ParseExpr(), made significant revisions + to the code so it would be easier to explain, and in the process + made the code simpler and clearer as well. + 2007-07-15 Don Porter <dgp@users.sourceforge.net> * generic/tclCompExpr.c: More commentary. |