From 67266d7fa6b2dc36200caa7d2a83d37238deb427 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 22 Nov 2018 06:35:10 -0800 Subject: Version 202. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 1f8ad232..044d5f6e 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,25 @@ + TXR 202 + 2018-11-22 + + + Features + + - Some optimizations in arithmetic library, compiler and virtual machine. + - New function copy-fun: + - copies functions, making a duplicate of their environment. + - can take a "snapshot" of a closure. + + Bugs: + + - compiler: + - compile function now correctly handles functions that carry a lexical + environment. + - interpreted environment gets compiled into VM environment. + - Build issue upstreamed from Void Linux distro: + - On Musl library, header is required for fd_set. + + + TXR 201 2018-11-07 -- cgit v1.2.3