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 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'RELNOTES') 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 -- cgit v1.2.3