summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-10 16:05:01 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-10 16:05:01 -0800
commit8bef574c2fc8d99301f2ebbbaad2acc6e9e8891a (patch)
treee421ac64c7632b8100627c49ee0c3989f6af1dc4 /ChangeLog
parentb41bdc04f6ce6a595fb17e6de39c82770384cb55 (diff)
downloadtxr-8bef574c2fc8d99301f2ebbbaad2acc6e9e8891a.tar.gz
txr-8bef574c2fc8d99301f2ebbbaad2acc6e9e8891a.tar.bz2
txr-8bef574c2fc8d99301f2ebbbaad2acc6e9e8891a.zip
Task #11583
* match.c (dir_tables_init): Mapping flatten_s, forget_s, local_s, merge_s, set_s, cat_s and filter_s to hv_trampoline function, thereby making all these directives work in horizontal contexts in one fell swoop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ed62e33..19e2d98c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
Task #11583
+ * match.c (dir_tables_init): Mapping flatten_s, forget_s,
+ local_s, merge_s, set_s, cat_s and filter_s to hv_trampoline
+ function, thereby making all these directives work in
+ horizontal contexts in one fell swoop.
+
+2011-11-10 Kaz Kylheku <kaz@kylheku.com>
+
+ Task #11583
+
More generic approach.
* match.c (h_bind): Function removed.