diff options
-rw-r--r-- | RELNOTES | 24 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | share/txr/stdlib/ver.tl | 2 | ||||
-rw-r--r-- | txr.1 | 4 |
4 files changed, 28 insertions, 4 deletions
@@ -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 @@ -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) @@ -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 |