summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-01-20 07:40:44 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-01-20 07:40:44 -0800
commit9178717bc1f1643ccdeace628a7bf1fbcea59ce1 (patch)
tree9bba2d321f438be2de6720dcae6db1c12db8b41a
parenta92cd39b8c12305a4e7092afe418c6006dbebeb5 (diff)
downloadtxr-9178717bc1f1643ccdeace628a7bf1fbcea59ce1.tar.gz
txr-9178717bc1f1643ccdeace628a7bf1fbcea59ce1.tar.bz2
txr-9178717bc1f1643ccdeace628a7bf1fbcea59ce1.zip
Version 248txr-248
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise.
-rw-r--r--RELNOTES16
-rwxr-xr-xconfigure2
-rw-r--r--txr.16
3 files changed, 20 insertions, 4 deletions
diff --git a/RELNOTES b/RELNOTES
index 16df5017..63135a1c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,19 @@
+ TXR 248
+ 2020-01-20
+
+
+ Features:
+
+ - hashing:
+ - new hash-key-of function: get all keys that map to the specified value.
+
+ Bugs:
+
+ - compiler regression: incorrect reduction of (and <true-constant>) forms
+ to t instead of <true-constant>.
+
+
+
TXR 247
2020-01-19
diff --git a/configure b/configure
index da529dfd..984c4cfb 100755
--- a/configure
+++ b/configure
@@ -566,7 +566,7 @@ chmod a+x reconfigure
#
-txr_ver=247
+txr_ver=248
#
# The all important banner.
diff --git a/txr.1 b/txr.1
index bf1233e2..cde66385 100644
--- a/txr.1
+++ b/txr.1
@@ -368,9 +368,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2020-01-19 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2020-01-20 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 247)
+\*(TX \- Programming Language (Version 248)
.SH* SYNOPSIS
.mono
@@ -73867,7 +73867,7 @@ Versions 200 through 215 produce version 4 files and load version 2, 3 or 4.
Versions 216 through 243 produce version 5.0 files and load
version 2, 3, 4 or 5, regardless of minor version.
-Versions 244 through 247 produce version 5.1 files and load
+Versions 244 through 248 produce version 5.1 files and load
version 2, 3, 4 or 5, regardless of minor version.
.SS* Semantic Differences between Compilation and Interpretation