diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-12-31 06:59:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-12-31 06:59:50 -0800 |
commit | 6bd452f024f0e60ef8a3994d371e13d3469db1cc (patch) | |
tree | 2f231a3f8b28c1c3fc4533e4a2e92fc638cb6e89 /RELNOTES | |
parent | 7b508930b78766c14932847512824282aae59ec0 (diff) | |
download | txr-6bd452f024f0e60ef8a3994d371e13d3469db1cc.tar.gz txr-6bd452f024f0e60ef8a3994d371e13d3469db1cc.tar.bz2 txr-6bd452f024f0e60ef8a3994d371e13d3469db1cc.zip |
Version 246txr-246
* 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 | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ + TXR 246 + 2020-12-31 + + + Features: + + - Library: + - shuffle and nshuffle functions take optional random state + argument now. + + Bugs: + + - gc: + - bug in finalization leading to assertion in garbage collector. + - affects situations in which finalizers are explcitly called, + rather than naturally occurring during garbage collection. + - flaw in object finalization logic causing unnecessary full + generation to be requested. + - awk: + - fixed regression in fconv macro (probably dating back several years): + - the conversion shortcuts like i, x, o, r became unavailable + due to being sys: symbols rather than usr: symbols. + + + TXR 245 2020-12-24 |