From 3c2117d285db9faa357a16ab483b04f7cff540f6 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 30 Apr 2018 06:21:51 -0700 Subject: Version 194. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. --- RELNOTES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index de3c81bd..c89e7be6 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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 -- cgit v1.2.3