diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-10 15:54:11 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-10 15:54:11 -0800 |
commit | b41bdc04f6ce6a595fb17e6de39c82770384cb55 (patch) | |
tree | 22e4d59eaaf4a88e72924af30adeb2310c9d2f6f /ChangeLog | |
parent | f9d713f3fc2fbd1c3ead07121b3bc39f5088a7d7 (diff) | |
download | txr-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |