summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-04-30 06:21:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-04-30 06:21:51 -0700
commit3c2117d285db9faa357a16ab483b04f7cff540f6 (patch)
tree816195f707930ecc335822faef48eae60aa823c1 /RELNOTES
parentc1a199bbbf4b1e5c8659e3f96976bdd05addc0b7 (diff)
downloadtxr-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--RELNOTES19
1 files changed, 19 insertions, 0 deletions
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