summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.