summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-01-21 06:10:59 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-01-21 06:10:59 -0800
commit278afeb72cd9dd6d150b6818211678668eb2253b (patch)
tree298d757dfdc3a77f837fd6c63c4690a2187c82f4 /RELNOTES
parentad485d0160d62c4c7077e88342e70f9e4bd3300e (diff)
downloadtxr-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--RELNOTES27
1 files changed, 27 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 65710703..d531ba24 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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