mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
*** empty log message ***
This commit is contained in:
parent
14838b6b40
commit
8e398567b6
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-09-27 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* configure.in (clog10): New test, not in mingw.
|
||||
|
||||
2006-09-23 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* configure.in (complex.h, complex double, csqrt): New tests.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2006-09-27 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* numbers.c (scm_log10): Check HAVE_CLOG10, clog10() is not available
|
||||
in mingw.
|
||||
|
||||
2006-09-26 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* _scm.h (scm_to_off64_t, scm_from_off64_t): New macros.
|
||||
|
@ -8,6 +13,8 @@
|
|||
* ports.c (scm_seek, scm_truncate_file): Use scm_i_fport_seek and
|
||||
scm_i_fport_truncate to allow 64-bit seeks and truncates on fports.
|
||||
|
||||
* ports.c (scm_truncate_file): Update docstring per manual.
|
||||
|
||||
2006-09-23 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* numbers.c, numbers.h (scm_log, scm_log10, scm_exp, scm_sqrt): New
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue