mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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,7 @@
|
||||||
|
2003-06-21 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
|
||||||
|
|
||||||
2003-06-19 Marius Vollmer <mvo@zagadka.de>
|
2003-06-19 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
* configure.in: use "-Werror" only with GCC. Thanks to Matthias
|
* configure.in: use "-Werror" only with GCC. Thanks to Matthias
|
||||||
|
|
|
@ -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>
|
2003-06-19 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
* deprecated.h, deprecated.c (scm_strhash, scm_sym2ovcell_soft,
|
* deprecated.h, deprecated.c (scm_strhash, scm_sym2ovcell_soft,
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2003-06-21 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
|
||||||
|
tests.
|
||||||
|
|
||||||
2003-06-19 Kevin Ryde <user42@zip.com.au>
|
2003-06-19 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* tests/posix.test: New file, exercising putenv, setenv, unsetenv.
|
* tests/posix.test: New file, exercising putenv, setenv, unsetenv.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue