summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-11-22 06:35:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-11-22 06:35:10 -0800
commit67266d7fa6b2dc36200caa7d2a83d37238deb427 (patch)
tree823aa545b8f8c49cea3b264403481299c3b5aa10 /RELNOTES
parentd0c6d20f6800b262b5652c7b813ac06e09e8392b (diff)
downloadtxr-67266d7fa6b2dc36200caa7d2a83d37238deb427.tar.gz
txr-67266d7fa6b2dc36200caa7d2a83d37238deb427.tar.bz2
txr-67266d7fa6b2dc36200caa7d2a83d37238deb427.zip
Version 202.txr-202
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES22
1 files changed, 22 insertions, 0 deletions
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, <sys/select.h> header is required for fd_set.
+
+
+
TXR 201
2018-11-07