summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-13 20:17:50 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-13 20:18:21 -0800
commita86f247ea2a92a2b67b58eb7b5b7bc7f592d1773 (patch)
treedc6fbedab90a6cba8c8b6312ad6d854fdf103c26 /RELNOTES
parent901f7e6c7588b86cbd63172a4871be22bb024b6d (diff)
downloadtxr-a86f247ea2a92a2b67b58eb7b5b7bc7f592d1773.tar.gz
txr-a86f247ea2a92a2b67b58eb7b5b7bc7f592d1773.tar.bz2
txr-a86f247ea2a92a2b67b58eb7b5b7bc7f592d1773.zip
Version 048txr-048
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES22
1 files changed, 22 insertions, 0 deletions
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