diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-06 17:23:55 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-06 17:23:55 -0800 |
commit | 687fd6ab7031aa573cbcd1b3ae624eb02530a25c (patch) | |
tree | 34bc63f8a0d81c8d7a0aeefe24919673f7a07c10 /ChangeLog | |
parent | d435df363ff8e2ac5303cb837c9ff2604920ae56 (diff) | |
download | txr-687fd6ab7031aa573cbcd1b3ae624eb02530a25c.tar.gz txr-687fd6ab7031aa573cbcd1b3ae624eb02530a25c.tar.bz2 txr-687fd6ab7031aa573cbcd1b3ae624eb02530a25c.zip |
Task #11581
* match.c (gather_s): New keyword variable.
(v_gather): New function.
(syms_init): gather_s initialized.
(dir_tables_init): v_gather entered into table.
* match.h (gather_s): Declared.
* parser.l: GATHER token scanning added.
* parser.y: GATHER token added. gather_clause nonterminal added.
* txr.1: New directive documented.
* txr.vim: gather keyword introduced.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2011-11-06 Kaz Kylheku <kaz@kylheku.com> + + Task #11581 + + * match.c (gather_s): New keyword variable. + (v_gather): New function. + (syms_init): gather_s initialized. + (dir_tables_init): v_gather entered into table. + + * match.h (gather_s): Declared. + + * parser.l: GATHER token scanning added. + + * parser.y: GATHER token added. gather_clause nonterminal added. + + * txr.1: New directive documented. + + * txr.vim: gather keyword introduced. + 2011-11-05 Kaz Kylheku <kaz@kylheku.com> * lib.c (env): Fixed inappropriate cut-and-pasted error messages. |