diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-23 06:13:28 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-23 06:13:28 -0800 |
commit | a35aed57a078c841dc36d1fa547fe2e74431597f (patch) | |
tree | 410bd735fca0b9d7318f4a3d943dce35d8b25750 /ChangeLog | |
parent | fca47effb1490e6308be3f9600fe782f3cdea862 (diff) | |
download | txr-a35aed57a078c841dc36d1fa547fe2e74431597f.tar.gz txr-a35aed57a078c841dc36d1fa547fe2e74431597f.tar.bz2 txr-a35aed57a078c841dc36d1fa547fe2e74431597f.zip |
Bugfix: @(require ...) not expanding forms.
* eval.c (expand_forms): Static function becomes external.
(expand_form): Remove case which handles do_s.
* eval.h (expand_forms): Declared.
* parser.y (elem): Expand both do_s and require_s forms by
using expand_forms.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2014-01-23 Kaz Kylheku <kaz@kylheku.com> + + Bugfix: @(require ...) not expanding forms. + + * eval.c (expand_forms): Static function becomes external. + (expand_form): Remove case which handles do_s. + + * eval.h (expand_forms): Declared. + + * parser.y (elem): Expand both do_s and require_s forms by + using expand_forms. + 2014-01-22 Kaz Kylheku <kaz@kylheku.com> * lib.c (conses, lazy_conses, func_set_env): New functions. |