From d4d26ed0e32faa1ab8c2fbe78661a48f4f801d89 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 4 May 2018 06:40:00 -0700 Subject: Version 195. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'RELNOTES') 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 -- cgit v1.2.3