summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-28 14:30:13 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-28 14:30:13 -0800
commit8513e2e828aaefb9a5d0b7a5426ec433c2f69293 (patch)
tree8e2ab3c519ca2df7653731686563c47a9a9adc0a /RELNOTES
parent7ff528543a67f6d6949924344a50c8503ec5396e (diff)
downloadtxr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.tar.gz
txr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.tar.bz2
txr-8513e2e828aaefb9a5d0b7a5426ec433c2f69293.zip
Version 59txr-59
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES33
1 files changed, 33 insertions, 0 deletions
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