summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-05-12 06:06:45 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-05-12 06:06:45 -0700
commite84cd63507d64586a7bf4ed6b1769ffd8e311a35 (patch)
tree6deff326dcf179e45729fc0e8251f54418cbbd59 /ChangeLog
parent6a48e98582b4b8025156fe0dc467a45b17dd4f7a (diff)
downloadtxr-e84cd63507d64586a7bf4ed6b1769ffd8e311a35.tar.gz
txr-e84cd63507d64586a7bf4ed6b1769ffd8e311a35.tar.bz2
txr-e84cd63507d64586a7bf4ed6b1769ffd8e311a35.zip
* eval.c (lookup_var_l): Gut this function of its silly
reimplementation of lookup_var. (op_setq): Use lookup_var instead of lookup_var_l. Now only outside modules use the lookup_var_l interface. Error message fix: sys:setq, not setvar.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e1b77c6..2bb42f0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-05-12 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (lookup_var_l): Gut this function of its silly
+ reimplementation of lookup_var.
+ (op_setq): Use lookup_var instead of lookup_var_l.
+ Now only outside modules use the lookup_var_l interface.
+ Error message fix: sys:setq, not setvar.
+
2015-05-11 Kaz Kylheku <kaz@kylheku.com>
Handle vectors and strings in rplaca and rplacd.