summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-01-28 19:48:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-01-28 19:48:30 -0800
commit79fef71c0f043aa7eba5251fe2a76d33bd4c4359 (patch)
tree153ae3e11761caee208a0cade7ec6ce87b9952d2
parent9f3017b83ef9bd14bc7a4ed580e46790450ca39d (diff)
downloadtxr-208.tar.gz
txr-208.tar.bz2
txr-208.zip
Version 208.txr-208
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise.
-rw-r--r--RELNOTES24
-rwxr-xr-xconfigure2
-rw-r--r--share/txr/stdlib/ver.tl2
-rw-r--r--txr.14
4 files changed, 28 insertions, 4 deletions
diff --git a/RELNOTES b/RELNOTES
index 6500090b..b20f75d6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,27 @@
+ TXR 208
+ 2019-01-28
+
+
+ Features
+
+ - The -f command line option can be used with the Hash Bang Null Hack.
+
+ Bugs
+
+ - Showstopper bug in copy-hash also affecting hash-diff.
+ - Pattern Language:
+ - Bug in @(next) directive's :nothrow
+ - @(next "file" :nothrow) wrongly reading from standard input
+ if opening "file" throws.
+ - @(next expr :nothrow) not catches error exception
+ thrown by Lisp code.
+ - The documentation can be interpreted as requiring this
+ and the expectation is intuitive.
+ - Same with @(next :list <expr> :nothrow) and
+ @(next :string <expr> :nothrow).
+
+
+
TXR 207
2019-01-26
diff --git a/configure b/configure
index 7abcc262..7e91d97c 100755
--- a/configure
+++ b/configure
@@ -463,7 +463,7 @@ fi
#
-txr_ver=207
+txr_ver=208
#
# The all important banner.
diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl
index d9a1f38b..47b0d043 100644
--- a/share/txr/stdlib/ver.tl
+++ b/share/txr/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 207)
+(defvarl lib-version 208)
(defvarl *lib-version* lib-version)
diff --git a/txr.1 b/txr.1
index 6d0c7985..557e2951 100644
--- a/txr.1
+++ b/txr.1
@@ -340,9 +340,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2019-01-26 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2019-01-28 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 207)
+\*(TX \- Programming Language (Version 208)
.SH* SYNOPSIS
.cblk