mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 23:20:32 +02:00
*** empty log message ***
This commit is contained in:
parent
6187f48b1a
commit
caab294f82
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2004-04-22 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* numbers.c (scm_round): Test for x already an integer, to avoid bad
|
||||||
|
rounding in x+0.5 when x is a big value already an integer. In
|
||||||
|
certain hardware rounding cases x+0.5 can give an adjacent integer,
|
||||||
|
leading to that as the result, when we really just wanted x itself.
|
||||||
|
|
||||||
2004-04-19 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
|
2004-04-19 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
|
||||||
|
|
||||||
* eval.c (scm_unmemocopy): Fixed unmemoization of let*.
|
* eval.c (scm_unmemocopy): Fixed unmemoization of let*.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue