1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Update 'NEWS'.

This commit is contained in:
Mark H Weaver 2013-04-08 10:15:12 -04:00
parent 7ca88a403f
commit 22c76fd822

12
NEWS
View file

@ -11,12 +11,6 @@ Changes in 2.0.8 (since 2.0.7):
** Reorder points in order of importance and make comprehensible ** Reorder points in order of importance and make comprehensible
** Document recent improvements to array code
** Possible entries for Bug Fixes
*** Fixes for Mingw (Andy?)
*** Fix for FreeBSD with threads(?)
** Assemble thanks ** Assemble thanks
* Notable changes * Notable changes
@ -70,10 +64,10 @@ problems had far-reaching implications, since the compiler uses
`sqrt' now produces exact rational results when possible, and handles `sqrt' now produces exact rational results when possible, and handles
very large or very small numbers more robustly. very large or very small numbers more robustly.
Operations involving exact rationals have been optimized, most notably A number (ahem) of operations involving exact rationals have been
`integer-expt' and `expt'. optimized, most notably `integer-expt' and `expt'.
`exact->inexact' now guarantees correct IEEE rounding. `exact->inexact' now performs correct IEEE rounding.
** New optimizations ** New optimizations