diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-12-20 19:59:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-12-20 19:59:50 -0800 |
commit | 04ecd6da969adbe33198c5e46178a1bf068398dd (patch) | |
tree | 7f597d2e49ec9830a188d7e78b15afc5f9ff07ba /RELNOTES | |
parent | f2df1d0b58a3436e2137cb57b86bae805c033f3a (diff) | |
download | txr-04ecd6da969adbe33198c5e46178a1bf068398dd.tar.gz txr-04ecd6da969adbe33198c5e46178a1bf068398dd.tar.bz2 txr-04ecd6da969adbe33198c5e46178a1bf068398dd.zip |
Version 163.txr-163
* 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 | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ + TXR 163 + 2016-12-20 + + + Features + + - New equot macro: quote after macro expansion. + - CL compatibility: + - New function endp. + - New function mismatch. + - New prog and prog* macros. + - Signal handling: + - If an async signal is caught and handled by Lisp code during gc, gc is + canceled. + - Allows recovery from segfault due to stack overflow during gc. + - Exception handling: + - New function find frames. + - Awk macro: + - New awk local macros -rng, rng- and -rng-, providing endpoint-exclusive + variants of rng. + - Redesigned binding of special variables. + - Fixes subtle bugs + - Reduces number of variable binding special forms. + - Removes special var handling responsibility from binding special forms. + + Bugs + + - Method lookup doesn't throw on nonexistent slots. + - Fixed find-max not handling interpreter literal strings. + - Expansion bugfix in tagbody. + + + TXR 162 2016-12-07 |