diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-24 18:22:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-24 18:22:36 -0700 |
commit | 5243b933a609af037a5e39f76ea7d61b07bd1343 (patch) | |
tree | f1b93394a0c5d237db72a1f26fe652309fc2bf59 /ChangeLog | |
parent | 18f21b3f0e4ceee9a202d5b58c0997891e57092d (diff) | |
download | txr-5243b933a609af037a5e39f76ea7d61b07bd1343.tar.gz txr-5243b933a609af037a5e39f76ea7d61b07bd1343.tar.bz2 txr-5243b933a609af037a5e39f76ea7d61b07bd1343.zip |
Bugfix: place-form-p must expand place macros.
* share/txr/stdlib/place.tl (place-form-p): Take
environment parameter. Expand the place form using sys:pl-expand.
* share/txr/stdlib/ifa.tl (ifa): Pass environment
to place-form-p.
(nthcdr): Pass environment down to place-form-p.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2015-07-24 Kaz Kylheku <kaz@kylheku.com> + Bugfix: place-form-p must expand place macros. + + * share/txr/stdlib/place.tl (place-form-p): Take + environment parameter. Expand the place form using sys:pl-expand. + + * share/txr/stdlib/ifa.tl (ifa): Pass environment + to place-form-p. + (nthcdr): Pass environment down to place-form-p. + +2015-07-24 Kaz Kylheku <kaz@kylheku.com> + * eval.c (op_quote): Improved diagnostic. 2015-07-23 Kaz Kylheku <kaz@kylheku.com> |