summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-01-12 20:53:33 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-01-12 20:53:33 -0800
commitbb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3 (patch)
treeda168055236c65ee5d0c4ba0a819a4f1e0ca1c8a
parent2fdb219a541e1df448c12fff185012e09c562128 (diff)
downloadtxr-bb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3.tar.gz
txr-bb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3.tar.bz2
txr-bb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3.zip
Version 131.txr-131
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise.
-rw-r--r--RELNOTES28
-rwxr-xr-xconfigure2
-rw-r--r--share/txr/stdlib/ver.tl2
-rw-r--r--txr.14
4 files changed, 32 insertions, 4 deletions
diff --git a/RELNOTES b/RELNOTES
index d4b415ff..4653bd1c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,31 @@
+ TXR 131
+ 2016-01-13
+
+
+ Bugs:
+
+ - Configuration with --valgrind now builds again.
+ - Invalid lazy string optimization introduced in TXR 118
+ has been re-worked. This affects the conformance of
+ the @(freeform) directive to documentation.
+ - When a macro declines to perform an expansion by
+ returning the :form, the form was recorded as its own
+ macro ancestor; now, nothing is recorded.
+ - Fixed issues in how regex objects are printed:
+ - Control characters and certain other characters were
+ being dumped literally.
+ - Now certain characters like newline print using
+ the escape codes like \n.
+ - Other control characters, as well as U+7F (ASCII DEL)
+ and characters in the U+DCXX surrogate range are
+ printed as hex codes.
+ - [ and ] in a character class are properly escaped.
+ - Fixed issue in string literals: semicolon character
+ effectively disappearing after control character that
+ is converted to hex escape.
+
+
+
TXR 130
2016-01-05
diff --git a/configure b/configure
index eef64f13..21d5355e 100755
--- a/configure
+++ b/configure
@@ -442,7 +442,7 @@ fi
#
-txr_ver=130
+txr_ver=131
#
# The all important banner.
diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl
index 2aeb09fe..537c363a 100644
--- a/share/txr/stdlib/ver.tl
+++ b/share/txr/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 130)
+(defvarl lib-version 131)
(defvarl *lib-version* lib-version)
diff --git a/txr.1 b/txr.1
index af9b5ca8..a408611b 100644
--- a/txr.1
+++ b/txr.1
@@ -344,9 +344,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2016-01-05 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku"
+.TH TXR 1 2016-01-13 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- text processing language (version 130)
+\*(TX \- text processing language (version 131)
.SH* SYNOPSIS
.cblk