From a86f247ea2a92a2b67b58eb7b5b7bc7f592d1773 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 13 Dec 2011 20:17:50 -0800 Subject: Version 048 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. --- RELNOTES | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 087edac0..1b266b33 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,25 @@ + TXR 048 + 2012-12-13 + + + Features + + - New functions: expt, exptmod, sqrt, numberp, evenp, oddp, abs, gcd + reduce-left, reduce-right. + + - Replaced horribly slow square root in MPI with a less horribly slow one. + + Bugs + + - Fixed numerous instances, in the MPI library, of coding broken + for mpi_digit wider than 16 bits, leading to incorrect results and + crashes. + + - Fixed mpi_int for 32 bit platforms so that obj_t stays 4 pointers wide. + (The sign becomes a 1 bit wide bitfield). + + + TXR 047 2012-12-12 -- cgit v1.2.3