diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-05-12 06:06:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-05-12 06:06:45 -0700 |
commit | e84cd63507d64586a7bf4ed6b1769ffd8e311a35 (patch) | |
tree | 6deff326dcf179e45729fc0e8251f54418cbbd59 /ChangeLog | |
parent | 6a48e98582b4b8025156fe0dc467a45b17dd4f7a (diff) | |
download | txr-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-- | 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. |