summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.