summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-05-04 06:40:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-05-04 06:40:00 -0700
commitd4d26ed0e32faa1ab8c2fbe78661a48f4f801d89 (patch)
tree1d602f99edf28faa614d81af89954730561b5dc4 /RELNOTES
parentc5afb01548c5b6bf4ec83373b5e2e09f14690b01 (diff)
downloadtxr-d4d26ed0e32faa1ab8c2fbe78661a48f4f801d89.tar.gz
txr-d4d26ed0e32faa1ab8c2fbe78661a48f4f801d89.tar.bz2
txr-d4d26ed0e32faa1ab8c2fbe78661a48f4f801d89.zip
Version 195.txr-195
* 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--RELNOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index c89e7be6..67ebccb4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,20 @@
+ TXR 195
+ 2018-05-04
+
+
+ Bugs
+
+ - Overhaul of handling of parameters that are special variables.
+ - was not implemented at all in interpreted destructuring.
+ - compiled destructuring implemented it by using let.
+ - had subtly wrong scoping semantics, not affecting most code.
+ - was broken completely due to a regression in TXR 190
+ - MacOS and Solaris ports:
+ - fixed broken method for getting TXR's executable path, which
+ caused TXR not to work unless invoked via full path.
+
+
+
TXR 194
2018-04-30