diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-01-12 21:46:46 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-01-12 21:46:46 -0800 |
commit | f76995965d0d8c5cff6885ff305c4f8b0cec524e (patch) | |
tree | 45fc6c4378dd27b0c87189c269db0c4fc535e611 /RELNOTES | |
parent | 57c02a59053727cdb2210c26e13099c10dd7440b (diff) | |
download | txr-f76995965d0d8c5cff6885ff305c4f8b0cec524e.tar.gz txr-f76995965d0d8c5cff6885ff305c4f8b0cec524e.tar.bz2 txr-f76995965d0d8c5cff6885ff305c4f8b0cec524e.zip |
Version 231.txr-231
* 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-- | RELNOTES | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -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 |