diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-10 22:05:07 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-10 22:05:07 -0800 |
commit | d70e7b808cb61af565fe0fbf0e5211e8a3c5352b (patch) | |
tree | b75e05402334b00cfb024012ff8debad187e6831 /ChangeLog | |
parent | d93698c8d77c2bc01bc78c3e495ef3e484100e55 (diff) | |
download | txr-d70e7b808cb61af565fe0fbf0e5211e8a3c5352b.tar.gz txr-d70e7b808cb61af565fe0fbf0e5211e8a3c5352b.tar.bz2 txr-d70e7b808cb61af565fe0fbf0e5211e8a3c5352b.zip |
Bug #34799: errors in horizontal functions
reported to caller line number.
* match.c (ml_bindings_specline): Extended with extra argument
(h_coll): Pass nil for new argument of ml_bindings_specline.
(h_fun): Extract line number from stored function.
Pass line number to ml_bindings_specline.
(h_define, v_define): Store function as a cons cell containing
the line number and body.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2011-11-10 Kaz Kylheku <kaz@kylheku.com> + Bug #34799: errors in horizontal functions + reported to caller line number. + + * match.c (ml_bindings_specline): Extended with extra argument + (h_coll): Pass nil for new argument of ml_bindings_specline. + (h_fun): Extract line number from stored function. + Pass line number to ml_bindings_specline. + (h_define, v_define): Store function as a cons cell containing + the line number and body. + +2011-11-10 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Document -l/--lisp-bindings. 2011-11-10 Kaz Kylheku <kaz@kylheku.com> |