diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-12-14 14:22:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-12-14 14:22:44 -0800 |
commit | 3107a205c00d0038bf6969d760901dcaddb25355 (patch) | |
tree | c37aee8c34b2e1382c8d4fccb51ba5125cdc4480 /RELNOTES | |
parent | d2a2336acab95d0f57cd4edbcbc4f47025bc999a (diff) | |
download | txr-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-- | RELNOTES | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -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 |