summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-02-11 21:57:26 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-02-11 21:57:26 -0800
commitb9b5bc1bb557657de2848252ca06f1c68138e397 (patch)
tree392bdaf7b0ce82666373a2ce6814bfa2989a6eac /RELNOTES
parentef33ae0c563543449d2284e13d6c9ba28654e64d (diff)
downloadtxr-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--RELNOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 18402209..380349de 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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.