diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-09 22:53:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-09 22:53:50 -0800 |
commit | 109bf0e24f4b44698e7641fa9b3348b8a642940f (patch) | |
tree | 6f7d099cf336cdd7627b7a29deecc03da4c8bca0 /ChangeLog | |
parent | 4e26a4cb5c396d2714f326c165a4c3bd7a5a3726 (diff) | |
download | txr-109bf0e24f4b44698e7641fa9b3348b8a642940f.tar.gz txr-109bf0e24f4b44698e7641fa9b3348b8a642940f.tar.bz2 txr-109bf0e24f4b44698e7641fa9b3348b8a642940f.zip |
Task #11583
@(bind) in horizontal mode.
* match.c (mf_from_ml, h_bind): New functions.
(dir_tables_init): h_bind entered into table.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2011-11-09 Kaz Kylheku <kaz@kylheku.com> + Task #11583 + + @(bind) in horizontal mode. + + * match.c (mf_from_ml, h_bind): New functions. + (dir_tables_init): h_bind entered into table. + +2011-11-09 Kaz Kylheku <kaz@kylheku.com> + * match.c (h_fun, v_fun): Slightly more informative tracing from failed function calls. |