From c310771b221125d3ff419662ce74f6b505fe638f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 17 Dec 2018 23:27:16 -0800 Subject: Version 204. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'RELNOTES') 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 -- cgit v1.2.3