mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-05 06:50:21 +02:00
*** empty log message ***
This commit is contained in:
parent
05d0fc3833
commit
b80fcfc4ad
1 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
2006-05-09 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* numbers.c (scm_i_divide): For big/big wanting inexact, use mpq_get_d
|
||||||
|
rather than converting to doubles, to avoid inf or nan when the inputs
|
||||||
|
are too big for a double but the quotient does fit. This affects
|
||||||
|
conversions exact->inexact of big fractions.
|
||||||
|
|
||||||
|
* filesys.c (scm_open_fdes): Use open64.
|
||||||
|
(scm_init_filesys): Add O_LARGEFILE.
|
||||||
|
|
||||||
|
* ports.c (scm_seek): Use lseek64.
|
||||||
|
(scm_truncate_file): Use ftruncate64.
|
||||||
|
|
||||||
2006-05-08 Marius Vollmer <mvo@zagadka.de>
|
2006-05-08 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
* private-gc.h (CELL_P): Also check that the potential pointer is
|
* private-gc.h (CELL_P): Also check that the potential pointer is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue