diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-18 23:53:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-18 23:53:45 -0800 |
commit | 2b3179ea5e50778f1f19054b9d6d8aa06d683081 (patch) | |
tree | 05b6dac6c395a0ce823d1d0a8d9fed627278a5ac /RELNOTES | |
parent | 9d483aaaa52bc40107ad03f9c28d5fbbe9e604a0 (diff) | |
download | txr-2b3179ea5e50778f1f19054b9d6d8aa06d683081.tar.gz txr-2b3179ea5e50778f1f19054b9d6d8aa06d683081.tar.bz2 txr-2b3179ea5e50778f1f19054b9d6d8aa06d683081.zip |
Version 211.txr-211
* 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 | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ + TXR 211 + 2019-02-18 + + + Features + + - App delivery: + - new function save-exe. + - new txr-exe-path variable. + + - Regex: + - new functions scan-until-match and count-until-match, related + to read-until-match (scanning for regex inside I/O stream). + + - Lib: + - new functions fill-buf-adjust and buf-alloc-size. + + Bugs + + - GC: + - Objects on which finalizers were invoked were being retained until the + next full GC, instead of being reclaimed at the next incremental GC. + + - Listener: + - Fixed buffer flow in reading external file. + - When editing in external editor, preserve the file if it is too large + to be read back into the command line. + - Fixed vertical skip problem in multi-line mode, related + to the recent regressions. + + - OOP: + - When struct types are removed, their IDs are now recycled, preventing + struct ID exhaustion. + + + TXR 210 2019-02-14 |