summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
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