summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-10 22:05:07 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-10 22:05:07 -0800
commitd70e7b808cb61af565fe0fbf0e5211e8a3c5352b (patch)
treeb75e05402334b00cfb024012ff8debad187e6831 /ChangeLog
parentd93698c8d77c2bc01bc78c3e495ef3e484100e55 (diff)
downloadtxr-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18a3e863..6082d9bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>