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 /RELNOTES | |
parent | 2fdb219a541e1df448c12fff185012e09c562128 (diff) | |
download | txr-131.tar.gz txr-131.tar.bz2 txr-131.zip |
Version 131.txr-131
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 28 |
1 files changed, 28 insertions, 0 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 |