diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-06 20:37:10 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-06 20:37:10 -0800 |
commit | 21eb30046e3993ffaf61fcb050702aaeb688fb8c (patch) | |
tree | 84e9692a07665ba0484da4e6fed33a57bf1d6388 /ChangeLog | |
parent | 8cdbb92688207d0d9f3bcd37279f89a2cbcdf7a3 (diff) | |
download | txr-21eb30046e3993ffaf61fcb050702aaeb688fb8c.tar.gz txr-21eb30046e3993ffaf61fcb050702aaeb688fb8c.tar.bz2 txr-21eb30046e3993ffaf61fcb050702aaeb688fb8c.zip |
* match.c (fuzz_s): New symbol variable.
(v_fuzz): New static function.
(syms_init): fuzz_s initialized.
(dir_tables_init): v_fuzz entered into v_directive_table.
* txr.1: Documented @(fuzz).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2012-01-06 Kaz Kylheku <kaz@kylheku.com> + * match.c (fuzz_s): New symbol variable. + (v_fuzz): New static function. + (syms_init): fuzz_s initialized. + (dir_tables_init): v_fuzz entered into v_directive_table. + + * txr.1: Documented @(fuzz). + +2012-01-06 Kaz Kylheku <kaz@kylheku.com> + * match.c (v_gather): Implemented until/last clause. * parser.y (gather_parts, additional_gather_parts): New nonterminals. |