diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-29 22:02:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-29 22:02:03 -0700 |
commit | 8c0902a00ad68bb3f830274342de608cd36f304d (patch) | |
tree | 7dbe505d7369b1ba52236b642b79a1a02fb8f741 /ChangeLog | |
parent | b177dea74e5280ccaeeba4bd90fdf6d7967035f1 (diff) | |
download | txr-8c0902a00ad68bb3f830274342de608cd36f304d.tar.gz txr-8c0902a00ad68bb3f830274342de608cd36f304d.tar.bz2 txr-8c0902a00ad68bb3f830274342de608cd36f304d.zip |
* match.c (match_line): Implemented horizontal all, some,
none, maybe and cases directives.
(match_files): Recognize horizontal version of these directives
by the presence of the extra symbol t and do not process.
Also, bugfix in the all directive: not resetting the
all_match flag when short circuiting out.
* parser.y (clause_parts_h, additional_parts_h): New nonterminals.
(elem): New clauses added.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2011-09-29 Kaz Kylheku <kaz@kylheku.com> + * match.c (match_line): Implemented horizontal all, some, + none, maybe and cases directives. + (match_files): Recognize horizontal version of these directives + by the presence of the extra symbol t and do not process. + Also, bugfix in the all directive: not resetting the + all_match flag when short circuiting out. + * parser.y (clause_parts_h, additional_parts_h): New nonterminals. + (elem): New clauses added. + +2011-09-29 Kaz Kylheku <kaz@kylheku.com> + * match.c (chars_k): New variable. (match_line): Keyword arguments in coll implemented. (match_init): chars_k variable initialized. |