mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
*** empty log message ***
This commit is contained in:
parent
43bc657a46
commit
d25e96a4b7
2 changed files with 18 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
* numbers.c (scm_num_eq_p, scm_less_p): Don't pass NaN to mpz_cmp_d.
|
||||
|
||||
* numbers.c (scm_integer_length): On negative bignums, adjust
|
||||
mpz_sizeinbase to account for it looking at absolute value where we
|
||||
want ones-complement.
|
||||
|
||||
* numbers.c (scm_gcd): In bignum/inum, don't pass yy==0 to mpz_gcd_ui
|
||||
since we're only using the ulong return value, and x might not fit.
|
||||
|
||||
2003-05-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* eval.c, eval.h, read.c, read.h (scm_sym_dot): Moved from eval to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue