diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-24 08:01:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-24 08:01:12 -0800 |
commit | fd795adb279719bf77a7a6333b1e97500c454964 (patch) | |
tree | 48f2aebb97b35e67a483954f06dbf02500748d04 /ChangeLog | |
parent | 251c670160fad9fc0febfa7dfd5ff1a7ba8a7308 (diff) | |
download | txr-fd795adb279719bf77a7a6333b1e97500c454964.tar.gz txr-fd795adb279719bf77a7a6333b1e97500c454964.tar.bz2 txr-fd795adb279719bf77a7a6333b1e97500c454964.zip |
* parser.y (modifiers): Bugfix: list element not subject to expansion
of Lisp forms denoted by @.
(expand_meta): Bugfix: failure to expand vars, which can be
symbol macros now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-02-24 Kaz Kylheku <kaz@kylheku.com> + * parser.y (modifiers): Bugfix: list element not subject to expansion + of Lisp forms denoted by @. + (expand_meta): Bugfix: failure to expand vars, which can be + symbol macros now. + +2014-02-24 Kaz Kylheku <kaz@kylheku.com> + * lib.c (obj_print, obj_pprint): Render quasi-quote hash and vector literals using their original notation. |