summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-03 07:08:26 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-03 07:08:26 -0700
commit1112aa72c98350e064f5bc11fd85a704c9270bc1 (patch)
tree0980d7a40e48430ea1e2af5640fe7ec02a7881b5 /ChangeLog
parent9aaeb2fc604feee26a72a672fd846b4e70c6c1aa (diff)
downloadtxr-1112aa72c98350e064f5bc11fd85a704c9270bc1.tar.gz
txr-1112aa72c98350e064f5bc11fd85a704c9270bc1.tar.bz2
txr-1112aa72c98350e064f5bc11fd85a704c9270bc1.zip
Allow op arguments like @1 to be places.
* share/txr/stdlib/place.tl: Introducing new defplace for (sys:var ...) which is treated as if it were a symbol, in anticipation of the op/do macro placing that syntax with a symbol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 998d3dab..0c2fb2df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-07-03 Kaz Kylheku <kaz@kylheku.com>
+
+ Allow op arguments like @1 to be places.
+
+ * share/txr/stdlib/place.tl: Introducing new defplace
+ for (sys:var ...) which is treated as if it were a symbol,
+ in anticipation of the op/do macro placing that syntax
+ with a symbol.
+
2015-07-02 Kaz Kylheku <kaz@kylheku.com>
Support trailing semicolon after hex/octal characters.