diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-03-30 18:54:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-03-30 18:54:31 -0700 |
commit | 4f2424f10052ef6ad8cf4fe3fd7bae0d1aa83c0d (patch) | |
tree | 836de92b932ab8733d87de29a9429767aef9e673 /RELNOTES | |
parent | fd93094ebeae18ded6448dbaad2b78aeb2f1ccde (diff) | |
download | txr-4f2424f10052ef6ad8cf4fe3fd7bae0d1aa83c0d.tar.gz txr-4f2424f10052ef6ad8cf4fe3fd7bae0d1aa83c0d.tar.bz2 txr-4f2424f10052ef6ad8cf4fe3fd7bae0d1aa83c0d.zip |
Version 137.txr-137
* 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,3 +1,25 @@ + TXR 137 + 2016-03-30 + + + Features + + - Heads up: @(if) directive changes semantics. + - no longer a syntactic sugar for @(cases)/@(require). + - Rightmost-match variants added for various search + functions: rfind, rpos, rmember and numerous others. + - New macro lset for assigning consecutive elements of + a sequence to multiple places. + + Bugs + + - Fix in lazy string implementation: + - printing lazy string was not observing the string's limit + - see limit-count param in lazy-str function. + - Fix in error location reporting across macro expansions. + + + TXR 136 2016-03-20 |