From eea5eb4e29839b89b368b39165b8d2c87ebf406f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 28 Feb 2017 06:28:00 -0800 Subject: Version 170. * 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 380349de..9f3747a8 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,28 @@ + TXR 170 + 2017-02-28 + + + Features + + - Horizontal-mode @(throw) directive. + - Horizontal @(block)...@(end) syntax. + - Second argument of trunc function is now optional: + (trunc -1.5) yields -1.0. + - floor and ceil functions take optional second argument, + which acts as a divisor: (floor 10 3) -> 3; (ceil 10 3) -> 4. + - New round function: (round 0.7) -> 1; (round 3 4) -> 1; (round 1 3) -> 0. + - New functions floor-rem, ceil-rem and round-rem. + + Bugs + + - Requirements for special interaction between @(accept) + and @(next), function calls, and @(finally) have been + identified and implemented. + - Fixed segfault (C null pointer dereference) when nil + symbol used to look up a struct slot. + + + TXR 169 2017-02-11 -- cgit v1.2.3