From 2b3179ea5e50778f1f19054b9d6d8aa06d683081 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 18 Feb 2019 23:53:45 -0800 Subject: Version 211. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 0284f0c6..084fbe18 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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 -- cgit v1.2.3