mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
14a6784cf1
commit
1ebb8497cb
3 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2003-06-21 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* numbers.c (_GNU_SOURCE): #define, to get C99 things.
|
||||
(scm_asinh, scm_acosh, scm_atanh, scm_truncate, $asinh, $acosh,
|
||||
$atanh, truncate): Use C library asinh, acosh, atanh and trunc, when
|
||||
available.
|
||||
(scm_inexact_to_exact): Expand isfinite to its definition !xisinf.
|
||||
(isfinite): Remove, conflicts with C99 isfinite().
|
||||
|
||||
2003-06-19 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* deprecated.h, deprecated.c (scm_strhash, scm_sym2ovcell_soft,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue