From 79fef71c0f043aa7eba5251fe2a76d33bd4c4359 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 28 Jan 2019 19:48:30 -0800 Subject: Version 208. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. --- RELNOTES | 24 ++++++++++++++++++++++++ configure | 2 +- share/txr/stdlib/ver.tl | 2 +- txr.1 | 4 ++-- 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 :nothrow) and + @(next :string :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 -- cgit v1.2.3