From 8513e2e828aaefb9a5d0b7a5426ec433c2f69293 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 28 Feb 2012 14:30:13 -0800 Subject: Version 59 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. --- RELNOTES | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index a4ff6507..8d1858ac 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,36 @@ + TXR 59 + 2011-02-29 + + + Features + + - Implemented put-byte function on streams. + + - Regex syntax in TXR Lisp changes from /re/ to #/re/, allowing + symbols containing slashes. + + - New -B command line option forces TXR to dump the bindings even + if the program produced output. + + - Revised and improved txr.vim syntax highlighting file for greater + lexical accuracy and superior flagging of errors. + + Fixes + + - Regression that broke [n..t] and [n..nil] sequence ranges. + + - Broken hex-escaped character literals. + + - Old bug from database: filter functions now see bindings in all + contexts in which they are invoked. + + - Output clauses consisting of one empty line were being treated as empty. + + - Implemented more sane rule for deciding when output has taken place + and suppress the printing fo bindings. + + + TXR 58 2011-02-25 -- cgit v1.2.3