summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-02-18 23:53:45 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-02-18 23:53:45 -0800
commit2b3179ea5e50778f1f19054b9d6d8aa06d683081 (patch)
tree05b6dac6c395a0ce823d1d0a8d9fed627278a5ac /RELNOTES
parent9d483aaaa52bc40107ad03f9c28d5fbbe9e604a0 (diff)
downloadtxr-2b3179ea5e50778f1f19054b9d6d8aa06d683081.tar.gz
txr-2b3179ea5e50778f1f19054b9d6d8aa06d683081.tar.bz2
txr-2b3179ea5e50778f1f19054b9d6d8aa06d683081.zip
Version 211.txr-211
* 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--RELNOTES36
1 files changed, 36 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 0284f0c6..084fbe18 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,39 @@
+ TXR 211
+ 2019-02-18
+
+
+ Features
+
+ - App delivery:
+ - new function save-exe.
+ - new txr-exe-path variable.
+
+ - Regex:
+ - new functions scan-until-match and count-until-match, related
+ to read-until-match (scanning for regex inside I/O stream).
+
+ - Lib:
+ - new functions fill-buf-adjust and buf-alloc-size.
+
+ Bugs
+
+ - GC:
+ - Objects on which finalizers were invoked were being retained until the
+ next full GC, instead of being reclaimed at the next incremental GC.
+
+ - Listener:
+ - Fixed buffer flow in reading external file.
+ - When editing in external editor, preserve the file if it is too large
+ to be read back into the command line.
+ - Fixed vertical skip problem in multi-line mode, related
+ to the recent regressions.
+
+ - OOP:
+ - When struct types are removed, their IDs are now recycled, preventing
+ struct ID exhaustion.
+
+
+
TXR 210
2019-02-14