mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 19:50:23 +02:00
*** empty log message ***
This commit is contained in:
parent
7f84824269
commit
018d4730fe
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
|||
2003-11-21 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* numbers.c (scm_abs): Allocate a new real only for negatives, as done
|
||||
for bignums.
|
||||
|
||||
* numbers.c (scm_bit_extract): Use mpz functions, rearrange inum case
|
||||
to share some shifting.
|
||||
|
||||
* numbers.c (scm_integer_expt): Don't mpz_init after scm_i_clonebig or
|
||||
scm_i_mkbig, since they do so already. Don't mpz_clear a bignum SCM,
|
||||
since gc does this.
|
||||
|
||||
2003-11-19 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* numbers.c (scm_make_ratio): Rewritten to have a simpler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue