From 9083d40bfb936f58e09940e4a987ca7d341d7650 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 3 Sep 2022 08:18:45 -0700 Subject: Version 281. * RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date. * txr.vim, tl.vim: Regenerated. * protsym.c: Regenerated. --- RELNOTES | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index d6a1bdb4..e49a006f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,32 @@ + TXR 281 + 2022-09-03 + + + Features: + + - Lib: + - New search-all library function: like search but finds all matches. + - New macro: close-lazy-streams: creates a dynamic contour of code which + closes all streams that were bound to lazy conses during its execution. + + - TXR Pattern Language: + - The @(next) directive now supports a :noclose modifier. + - Because @(next) now closes the stream when it's done processing (see + Bugs below), this new feature is required to opt-out of that behavior. + + - Vim: + - Improvements to syntax highlighting definitions. + + Bugs + + - ffi: now defends against out-of-range wchar_t values being converted + to Lisp character type. + - TXR Pattern Language: + - When a subquery opens a stream as a data source, that is now closed + when that subquery is finished processing. + + + TXR 280 2022-08-09 -- cgit v1.2.3