diff options
-rw-r--r-- | libguile/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2fb84f25d..34e081ee8 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +2004-05-19 Kevin Ryde <user42@zip.com.au> + + * numbers.c (scm_round_number): For inum and big, just return x. For + real, use scm_round for 2^54-1 etc problems covered there. + + * numbers.c (trunc): Remove #define to scm_truncate when the C library + doesn't provide trunc. This was for when `truncate' was done as a + scm_tc7_dsubr, no longer required. + + * threads.c (scm_threads_mark_stacks) [SCM_STACK_GROWS_UP]: Correction + to stack marking call, two parameters and no cast on t->base. + 2004-05-18 Marius Vollmer <mvo@zagadka.de> * hashtab.c (rehash_after_gc): Bug fix: properly link the |