summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-05-27 11:46:59 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-05-27 11:46:59 -0700
commit9523628e5ef65c70aad5b8b49606b37fc9a34404 (patch)
tree014113ca16ca826700e78aaa8bfd9275097b47bd /RELNOTES
parentd021ddb220345dd93b251dc6ba50caf116c590c5 (diff)
downloadtxr-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--RELNOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index ce1c20e4..f2f3fceb 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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