From 3107a205c00d0038bf6969d760901dcaddb25355 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 14 Dec 2019 14:22:44 -0800 Subject: Version 229. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. * protsym.c: Likewise. --- RELNOTES | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'RELNOTES') 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 -- cgit v1.2.3