diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-10-10 06:54:24 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-10-10 06:54:24 -0700 |
commit | b5c55a9feaa0748cd0eb1960dd13ed58d94236df (patch) | |
tree | 32cc5d17812b32e9625cc5173778f6eb910082db /RELNOTES | |
parent | 9a2e3f62d60b7257d28e638c0abfc9abf815d868 (diff) | |
download | txr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.tar.gz txr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.tar.bz2 txr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.zip |
Version 245txr-245
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date. Fixed repeated
word in documentation under env-hash.
* share/txr/stdlib/ver.tl: Bumped from incorrect 243
value to 245.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ + TXR 245 + 2020-12-24 + + + Features: + + - Android is now a supported target platform: builds in termux environment. + - TXR executable builds as PIE, which is mandatory on Android. + - test suite passes nevertheless: PIE-related has not been observed. + + - System Interface: + - env-hash now returns the same hash object every time it is called, + whose contents are updated by setenv, unsetenv and getenv. + + - Build: + - C compiler now operated in C99 dialect, except in maintainer mode. + + + Bugs: + + - math: bad edge-case in int-flo function affecting 64 bit systems. + - time: do not offer a make-time-utc function if we have neither timegm nor + setenv in the C library; we don't simulate setenv with putenv any more. + - printer: don't print leading zeros in characters printed in hexadecimal. + + + TXR 244 2020-10-10 |