From bb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 12 Jan 2016 20:53:33 -0800 Subject: Version 131. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. --- RELNOTES | 28 ++++++++++++++++++++++++++++ configure | 2 +- share/txr/stdlib/ver.tl | 2 +- txr.1 | 4 ++-- 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 -- cgit v1.2.3