summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-12-17 23:27:16 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-12-17 23:27:16 -0800
commitc310771b221125d3ff419662ce74f6b505fe638f (patch)
treebd03fda73a9f56d1949c0c659324dc3335120427 /RELNOTES
parent83d7d1a4cd39ac09c795838e26fa03f09f0cd604 (diff)
downloadtxr-c310771b221125d3ff419662ce74f6b505fe638f.tar.gz
txr-c310771b221125d3ff419662ce74f6b505fe638f.tar.bz2
txr-c310771b221125d3ff419662ce74f6b505fe638f.zip
Version 204.txr-204
* 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--RELNOTES25
1 files changed, 25 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 0074b7f6..4cd8e0c8 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,28 @@
+ TXR 204
+ 2018-12-18
+
+
+ Features
+
+ - New function nzerop: negates zerop so we don't have to
+ write (not (zerop x)).
+ - Turning off -fstack-protector gcc option foisted by some distros
+ - improves VM performance about 7% in loop benchmark.
+
+ Bugs
+
+ - defvar:
+ - fix variable being in a state of limbo if the
+ initializing expression throws.
+ - build:
+ - we were ignoring the LDFLAGS variable from
+ the make command line or environment.
+ - character handling:
+ - fix UTF-8 decoder bug causing failure to decode four-byte
+ sequences correctly.
+
+
+
TXR 203
2018-11-29