summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES19
-rwxr-xr-xconfigure2
-rw-r--r--share/txr/stdlib/ver.tl2
-rw-r--r--txr.12
4 files changed, 22 insertions, 3 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
diff --git a/configure b/configure
index c327d441..3e42ddc2 100755
--- a/configure
+++ b/configure
@@ -453,7 +453,7 @@ fi
#
-txr_ver=193
+txr_ver=194
#
# The all important banner.
diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl
index bdaf86e2..b5a32e1c 100644
--- a/share/txr/stdlib/ver.tl
+++ b/share/txr/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 193)
+(defvarl lib-version 194)
(defvarl *lib-version* lib-version)
diff --git a/txr.1 b/txr.1
index ab9cd54c..cf4846d3 100644
--- a/txr.1
+++ b/txr.1
@@ -342,7 +342,7 @@
.\" Start of man page:
.TH TXR 1 2018-04-26 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 193)
+\*(TX \- Programming Language (Version 194)
.SH* SYNOPSIS
.cblk