diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-11-22 06:35:10 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-11-22 06:35:10 -0800 |
commit | 67266d7fa6b2dc36200caa7d2a83d37238deb427 (patch) | |
tree | 823aa545b8f8c49cea3b264403481299c3b5aa10 /RELNOTES | |
parent | d0c6d20f6800b262b5652c7b813ac06e09e8392b (diff) | |
download | txr-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-- | RELNOTES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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 |