diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-01-01 09:30:48 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-01-01 09:30:48 -0800 |
commit | 65f31ed7d51a9b0dd79ec9c30355fb2f3929fe49 (patch) | |
tree | f16929179ccc62566f995f6032879366e702f2ae /RELNOTES | |
parent | 5f00cc83bdba7ed7b7982030ef34fab35eb4de69 (diff) | |
download | txr-65f31ed7d51a9b0dd79ec9c30355fb2f3929fe49.tar.gz txr-65f31ed7d51a9b0dd79ec9c30355fb2f3929fe49.tar.bz2 txr-65f31ed7d51a9b0dd79ec9c30355fb2f3929fe49.zip |
Version 164.txr-164
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ + TXR 164 + 2017-01-01 + + + Features + + + - Awk macro: new variable fw for delimiting records according to fixed field + widths. + - The last variable may now be omitted in the bindings list of iflet, whenlet + and condlet, leaving just the controlling expression, not bound to a + variable. + - Various syntax checks over function and macro parameter lists, and variable + bindings, have been moved out of run time and into expansion time. + + Bugs + + - Build: "make clean" now removes txr-win.exe + - Fixed a lingering bug in the handling of special variables in parallel + binding, not fixed in the work done in this area for the previous release. + - Fixed a bug in the handling of optional-argument presence indicating + arguments: not binding them dynamically when they are special variables. + - Fixed inconsistency in the regex-source function: the source of the + (compound "str") regex was reported as "str", which isn't the same thing + when fed to the compiler. + - Fixed completely broken quasi-quoting over #R range literal syntax. + - Fixed a read/print consistency problem in quasiliterals. + - Fixed a problem with catch operator form not being fixed-point stable + under repeated passes through the expander. To fix the problem, catch + has turned into a macro which expands to an internal sys:catch operator. + + + TXR 163 2016-12-20 |