summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-01-19 20:32:07 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-01-19 20:32:07 -0800
commit08acabfb9d6266f99ea6c3aec0040754dd68db65 (patch)
tree0e95aa50bcd61cf2d7c870bae4e955a6f4399def /RELNOTES
parentada6449b028046a6bd624c7fed8d09a91fca7b8c (diff)
downloadtxr-08acabfb9d6266f99ea6c3aec0040754dd68db65.tar.gz
txr-08acabfb9d6266f99ea6c3aec0040754dd68db65.tar.bz2
txr-08acabfb9d6266f99ea6c3aec0040754dd68db65.zip
Version 247txr-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.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES29
1 files changed, 29 insertions, 0 deletions
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