From 08acabfb9d6266f99ea6c3aec0040754dd68db65 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 19 Jan 2021 20:32:07 -0800 Subject: Version 247 * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Bumped from incorrect 245 to 247. * 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 41134e77..16df5017 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,32 @@ + TXR 247 + 2020-01-19 + + + Features + + - lib: + - structural pattern matching introduced. + - prog2 macro introduced. + - progn, prog1 and prog2 are now also functions. + + - build: + - configure's test for how to define inline functions fixed. + - hopefully this will fix things for Brew. + - linker options and library flags are now separate; + there is a new platform-ldlibs configure option. + - LDLIBS variable is now honored, not just LDLIBS. + + - gc: + - finalizers now registered during finalization processing + may be called in the same phase, if they are eligible. + + Bugs + + - show-stopper regression in mapcar/maprod. + + + + TXR 246 2020-12-31 -- cgit v1.2.3