mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
*** empty log message ***
This commit is contained in:
parent
659998043d
commit
f865229a61
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue