diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-12-17 23:27:16 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-12-17 23:27:16 -0800 |
commit | c310771b221125d3ff419662ce74f6b505fe638f (patch) | |
tree | bd03fda73a9f56d1949c0c659324dc3335120427 /RELNOTES | |
parent | 83d7d1a4cd39ac09c795838e26fa03f09f0cd604 (diff) | |
download | txr-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-- | RELNOTES | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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 |