summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-10 15:54:11 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-10 15:54:11 -0800
commitb41bdc04f6ce6a595fb17e6de39c82770384cb55 (patch)
tree22e4d59eaaf4a88e72924af30adeb2310c9d2f6f /ChangeLog
parentf9d713f3fc2fbd1c3ead07121b3bc39f5088a7d7 (diff)
downloadtxr-b41bdc04f6ce6a595fb17e6de39c82770384cb55.tar.gz
txr-b41bdc04f6ce6a595fb17e6de39c82770384cb55.tar.bz2
txr-b41bdc04f6ce6a595fb17e6de39c82770384cb55.zip
Task #11583
More generic approach. * match.c (h_bind): Function removed. (hv_trampoline): New function. (dir_tables_init): hv_trampoline installed in h_directive_table instead of h_bind.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac7464d7..2ed62e33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2011-11-10 Kaz Kylheku <kaz@kylheku.com>
+ Task #11583
+
+ More generic approach.
+
+ * match.c (h_bind): Function removed.
+ (hv_trampoline): New function.
+ (dir_tables_init): hv_trampoline installed in
+ h_directive_table instead of h_bind.
+
+2011-11-10 Kaz Kylheku <kaz@kylheku.com>
+
* parser.l: Fixed wrong error message.
2011-11-10 Kaz Kylheku <kaz@kylheku.com>