diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-23 11:36:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-23 11:36:22 -0700 |
commit | fe9d54633ec915d2a9e039e9e4ac4b64e91f6063 (patch) | |
tree | 96ca8531f428531ab90709ea82752c0482ec806c /ChangeLog | |
parent | 5d5c542486bb41fbaeeecfc1f8b476038222edab (diff) | |
download | txr-fe9d54633ec915d2a9e039e9e4ac4b64e91f6063.tar.gz txr-fe9d54633ec915d2a9e039e9e4ac4b64e91f6063.tar.bz2 txr-fe9d54633ec915d2a9e039e9e4ac4b64e91f6063.zip |
Semantics tweak: short circuiting behavior for @(all) and @(none).
* match.c (match_files): Added a couple of break statements.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-09-21 Kaz Kylheku <kaz@kylheku.com> + + Semantics tweak: short circuiting behavior for @(all) and @(none). + + * match.c (match_files): Added a couple of break statements. + + * txr.1: Updated. + 2011-09-22 Kaz Kylheku <kaz@kylheku.com> Version 036 |