summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-24 18:22:36 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-24 18:22:36 -0700
commit5243b933a609af037a5e39f76ea7d61b07bd1343 (patch)
treef1b93394a0c5d237db72a1f26fe652309fc2bf59 /ChangeLog
parent18f21b3f0e4ceee9a202d5b58c0997891e57092d (diff)
downloadtxr-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56f45633..8e083b18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>