summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-12-14 14:22:44 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-12-14 14:22:44 -0800
commit3107a205c00d0038bf6969d760901dcaddb25355 (patch)
treec37aee8c34b2e1382c8d4fccb51ba5125cdc4480 /RELNOTES
parentd2a2336acab95d0f57cd4edbcbc4f47025bc999a (diff)
downloadtxr-3107a205c00d0038bf6969d760901dcaddb25355.tar.gz
txr-3107a205c00d0038bf6969d760901dcaddb25355.tar.bz2
txr-3107a205c00d0038bf6969d760901dcaddb25355.zip
Version 229.txr-229
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. * protsym.c: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES36
1 files changed, 36 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index e457c94e..372b8900 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,39 @@
+ TXR 229
+ 2019-12-14
+
+
+ Features
+
+ - OOP:
+ - multiple inheritance now supported.
+ - FFI:
+ - FFI structs now allow initforms in slots.
+ - limited evaluation semantics
+ - New zchar type for defining arrays char that
+ are optionally null terminated.
+ - math:
+ - hyperbolic functions and their inverses added.
+ - buffers:
+ - buf-list function: convert buffer to list of bytes.
+ - buffers support list ops like car, cdr.
+ - getopts:
+ - new define-option-struct macro for simplified
+ specification of command line options.
+ - path testing:
+ - new path-dir-empty test for empty directories.
+ - disassemble: improvement in output.
+
+
+ Bugs
+
+ - issue with .? not parsing as a top-level expression.
+ - listener: serious bug in balanced line check.
+ - intern-fb: bug in optional argument handling.
+ - load: wastefully gathered source loc info for .tlo files.
+ - OOP: serious stability bug in static slot inheritance logic.
+
+
+
TXR 228
2019-11-19