diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-04-30 06:21:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-04-30 06:21:51 -0700 |
commit | 3c2117d285db9faa357a16ab483b04f7cff540f6 (patch) | |
tree | 816195f707930ecc335822faef48eae60aa823c1 /RELNOTES | |
parent | c1a199bbbf4b1e5c8659e3f96976bdd05addc0b7 (diff) | |
download | txr-3c2117d285db9faa357a16ab483b04f7cff540f6.tar.gz txr-3c2117d285db9faa357a16ab483b04f7cff540f6.tar.bz2 txr-3c2117d285db9faa357a16ab483b04f7cff540f6.zip |
Version 194.txr-194
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ + TXR 194 + 2018-04-30 + + + Bugs + + - FFI: + - issue causing inability to to encode the most negative signed + 32 bit integer on 32 bit platforms, and the 64 bit one on 64 + bit platforms. + - compiler: + - fixed situations when compiler generates immediate move instructions + for integer operands that are too wide to be used as immdiate literals. + - assembler: + - fixed a situation in which a bignum integer was encoded as a literal + using its bitwise pointer representation. + + + TXR 193 2018-04-26 |