diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-02-18 13:00:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-02-18 13:00:30 -0800 |
commit | 82fc20ad86dddcc486202d3aecdfcd8e80cba152 (patch) | |
tree | d7ff859dc51ba98589ba385927c0cbc53912f1fe /RELNOTES | |
parent | b08041e3593ee857b33043140a7bfd00bedc4546 (diff) | |
download | txr-82fc20ad86dddcc486202d3aecdfcd8e80cba152.tar.gz txr-82fc20ad86dddcc486202d3aecdfcd8e80cba152.tar.bz2 txr-82fc20ad86dddcc486202d3aecdfcd8e80cba152.zip |
Version 190.txr-190
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim, protsym.c: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ + TXR 190 + 2018-02-18 + + + Features + + - Annoying limitation removed: lisp load now handles .txr files. + + - Listener: + - new *listener-pprint-p* variable turns on use of pprint for + evaluation results. + - new *listener-greedy-eval-p* variable turns on a cascaded + evaluation: values are subject to additional rounds of evaluation, + whose results are also printed. + + + Bugs + + - fixed bug "unbound function sys:l1-val" when using lop operator. + - fixed expander bug causing (do set [@1 x] y) to be wrongly expanded. + - autoload bugfix: symbols used for struct slots in standard library modules + are now interned even if those modules are not loaded, so that they are + treated properly under the package system. + + + TXR 189 2018-02-06 |