diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-01-10 21:19:47 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-01-10 21:19:47 -0800 |
commit | 9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b (patch) | |
tree | 6ff4ed44c480b9ac8cd34760fdd0a9bbf83418c3 /RELNOTES | |
parent | 31fa110355c4ef00f404e827e6778332e671d771 (diff) | |
download | txr-9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b.tar.gz txr-9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b.tar.bz2 txr-9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b.zip |
Version 165.txr-165
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,10 +1,32 @@ + TXR 165 + 2017-01-10 + + + Features + + - New Lisp concept: parameter list expander macros. + - customize function behavior with attribute-like keywords which invoke + custom expanders to transform bodies and parameter lists. + - Throughout the TXR pattern language parser, checks against empty clauses + have been eliminated. Empty clauses in numerous situations are not + considered syntax errors. + - The last variable in whilet can be omitted in the same way like in iflet + and whenlet. + + Bugs + + - Fixed missing space between attribute keywords in the printed + representation of a hash. + - Windows native version picks up fix for Cygnal issue 15. + + + TXR 164 2017-01-01 Features - - Awk macro: new variable fw for delimiting records according to fixed field widths. - The last variable may now be omitted in the bindings list of iflet, whenlet |