diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-05-04 06:40:00 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-05-04 06:40:00 -0700 |
commit | d4d26ed0e32faa1ab8c2fbe78661a48f4f801d89 (patch) | |
tree | 1d602f99edf28faa614d81af89954730561b5dc4 /RELNOTES | |
parent | c5afb01548c5b6bf4ec83373b5e2e09f14690b01 (diff) | |
download | txr-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-- | RELNOTES | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |