diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-01-28 19:48:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-01-28 19:48:30 -0800 |
commit | 79fef71c0f043aa7eba5251fe2a76d33bd4c4359 (patch) | |
tree | 153ae3e11761caee208a0cade7ec6ce87b9952d2 /RELNOTES | |
parent | 9f3017b83ef9bd14bc7a4ed580e46790450ca39d (diff) | |
download | txr-79fef71c0f043aa7eba5251fe2a76d33bd4c4359.tar.gz txr-79fef71c0f043aa7eba5251fe2a76d33bd4c4359.tar.bz2 txr-79fef71c0f043aa7eba5251fe2a76d33bd4c4359.zip |
Version 208.txr-208
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 24 |
1 files changed, 24 insertions, 0 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 |