diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-01-21 06:10:59 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-01-21 06:10:59 -0800 |
commit | 278afeb72cd9dd6d150b6818211678668eb2253b (patch) | |
tree | 298d757dfdc3a77f837fd6c63c4690a2187c82f4 /RELNOTES | |
parent | ad485d0160d62c4c7077e88342e70f9e4bd3300e (diff) | |
download | txr-278afeb72cd9dd6d150b6818211678668eb2253b.tar.gz txr-278afeb72cd9dd6d150b6818211678668eb2253b.tar.bz2 txr-278afeb72cd9dd6d150b6818211678668eb2253b.zip |
Version 133.txr-133
* 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 | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ + TXR 133 + 2016-01-21 + + + Features + + - New function, split*; like split* but keep empty pieces. + - New function random-state-get-vec to get vector representation + of random state. + - vec-list now takes sequences as inputs, not just lists. + - New functions base64-encode and base64-decode. + + Bugs + + - Bug in env-hash with values containing equal sign. + - Bugfixes in partition* function. + - More robust handling of invalid modulus values in rand + and random. + - Internal fixes in rand and random. + - Serious regression in get-char on string input streams. + - Missing syntax highlighting for some TXR symbols. + - Bug in signal handling (synchronizing cached signal mask with + OS signal mask) causing signals to be ignored after jumping + out of a signal handling lambda with a dynamic control transfer. + + + TXR 132 2016-01-16 |