diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-02-11 21:57:26 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-02-11 21:57:26 -0800 |
commit | b9b5bc1bb557657de2848252ca06f1c68138e397 (patch) | |
tree | 392bdaf7b0ce82666373a2ce6814bfa2989a6eac /RELNOTES | |
parent | ef33ae0c563543449d2284e13d6c9ba28654e64d (diff) | |
download | txr-b9b5bc1bb557657de2848252ca06f1c68138e397.tar.gz txr-b9b5bc1bb557657de2848252ca06f1c68138e397.tar.bz2 txr-b9b5bc1bb557657de2848252ca06f1c68138e397.zip |
Version 169.txr-169
* 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 | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,6 +1,28 @@ + TXR 169 + 2017-02-11 + + + Features + + - Improvements in area of warnings and deferrable warnings. + - Representation of deferrable warnings changes; the defr-warning exception + type derived from warning is used. + - Awk macro: + - Now provides a warning when a rng expression appears to refer to a local + variable or function that is unreachable due to the code relocation. + - New functions rassoc and rassql. + + Bugs + + - compile-warning function: added missing catch in compile-warning + functionfor continuing after warning is handled. + + + TXR 168 2017-02-05 + Features - Mutation of lexical functions is forbidden and diagnosed. |