diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-23 13:33:37 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-23 13:33:37 -0700 |
commit | 9974fbd107663e9fa6f23cca5eea1732b33dacb5 (patch) | |
tree | 01b4d6a3c9c7c10c2d1c709104bb3aced54147b6 /ChangeLog | |
parent | fe9d54633ec915d2a9e039e9e4ac4b64e91f6063 (diff) | |
download | txr-9974fbd107663e9fa6f23cca5eea1732b33dacb5.tar.gz txr-9974fbd107663e9fa6f23cca5eea1732b33dacb5.tar.bz2 txr-9974fbd107663e9fa6f23cca5eea1732b33dacb5.zip |
* match.c (match_files): Some cleanup in preparation of new
features. Support for obsolescent @(next) syntax is gone.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ -2011-09-21 Kaz Kylheku <kaz@kylheku.com> +2011-09-23 Kaz Kylheku <kaz@kylheku.com> + + * match.c (match_files): Some cleanup in preparation of new + features. Support for obsolescent @(next) syntax is gone. + +2011-09-23 Kaz Kylheku <kaz@kylheku.com> Semantics tweak: short circuiting behavior for @(all) and @(none). |