summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-06 20:37:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-06 20:37:10 -0800
commit21eb30046e3993ffaf61fcb050702aaeb688fb8c (patch)
tree84e9692a07665ba0484da4e6fed33a57bf1d6388 /ChangeLog
parent8cdbb92688207d0d9f3bcd37279f89a2cbcdf7a3 (diff)
downloadtxr-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b179ae08..8a448fc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.