diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-05-27 11:46:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-05-27 11:46:59 -0700 |
commit | 9523628e5ef65c70aad5b8b49606b37fc9a34404 (patch) | |
tree | 014113ca16ca826700e78aaa8bfd9275097b47bd /RELNOTES | |
parent | d021ddb220345dd93b251dc6ba50caf116c590c5 (diff) | |
download | txr-9523628e5ef65c70aad5b8b49606b37fc9a34404.tar.gz txr-9523628e5ef65c70aad5b8b49606b37fc9a34404.tar.bz2 txr-9523628e5ef65c70aad5b8b49606b37fc9a34404.zip |
Version 197.txr-197
* 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 | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ + TXR 197 + 2018-05-27 + + + Features + + - logcount function: + - counts one bits in non-negative integers, zero bits in negative ones. + - closely based on ANSI CL logcount. + + Bugs + + - listener: + - regression in 196: fatal exception if .txr_history + file doesn't exist. + - compiler: + - failure to handle block* special form, and therefore also tagbody. + - awk: + - autload issue: compiled file containing awk expression won't load. + + + TXR 196 2018-05-18 |