diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |