summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-06 06:49:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-06 06:49:29 -0800
commitff958087cf0e483ac592dc4c41023165d95f9778 (patch)
tree4630cc0869e3133e4548fb7efd5c1784fb9a1972 /ChangeLog
parentb0d0ba0657ff67cdc29bee3b305c3c72f55725f7 (diff)
downloadtxr-ff958087cf0e483ac592dc4c41023165d95f9778.tar.gz
txr-ff958087cf0e483ac592dc4c41023165d95f9778.tar.bz2
txr-ff958087cf0e483ac592dc4c41023165d95f9778.zip
* eval.c (transform_op): When expanding @rest and metanums
like @1, @2, preserve the (sys:var X args ..) structure if there are args (but of course with X replaced by the appropriate gensym). This allows syntax like `@{1 10}` to work in quasiliterals: in other words, modifiers on interpolated metas, on par with @{a 10}.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75b462e3..c0c4953f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2015-02-06 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (transform_op): When expanding @rest and metanums
+ like @1, @2, preserve the (sys:var X args ..) structure
+ if there are args (but of course with X replaced by the appropriate
+ gensym). This allows syntax like `@{1 10}` to work in quasiliterals: in
+ other words, modifiers on interpolated metas, on par with @{a 10}.
+
+2015-02-06 Kaz Kylheku <kaz@kylheku.com>
+
* sysif.c (abort_wrap): New static function.
(sysif_init): Registered abort intrinsic.