From f76995965d0d8c5cff6885ff305c4f8b0cec524e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 12 Jan 2020 21:46:46 -0800 Subject: Version 231. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index c76cff3e..78e74f89 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,36 @@ + TXR 231 + 2020-01-12 + + + Features: + + - compiler: + - New function: compile-update-file for compiling + a file only if necessary. + + Bugs: + + - gc: + - aarch64 corrupt behavior due to not scanning for + roots sufficiently far into the topmost (lowest address) + stack frame. + - build: + - problem building on musl: sysif.h header + referencing undeclared type off_t. + - build breakage on big endian systems when + libffi disabled. + - double definition of FLO_MAX_DIG in config.h + when configuring under musl. + - misleading diagnostic when the name of builtin macro + is defined as a function or vice versa. + - incorrect FFI test cases (targeting glob function), + leading to crash on musl. + - hash: + - equal-based hashing not traversing the key field + of a tree node. + + + TXR 230 2019-12-20 -- cgit v1.2.3