diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-01-12 20:53:33 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-01-12 20:53:33 -0800 |
commit | bb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3 (patch) | |
tree | da168055236c65ee5d0c4ba0a819a4f1e0ca1c8a | |
parent | 2fdb219a541e1df448c12fff185012e09c562128 (diff) | |
download | txr-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-- | RELNOTES | 28 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | share/txr/stdlib/ver.tl | 2 | ||||
-rw-r--r-- | txr.1 | 4 |
4 files changed, 32 insertions, 4 deletions
@@ -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 @@ -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) @@ -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 |