diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-02-11 21:20:14 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-02-11 21:20:14 +0000 |
commit | 4b26c03ec726aa212b012df31d23e800f08194b5 (patch) | |
tree | 6a65a95253102d9c302ce1f1f247816c2cc51dae /ChangeLog | |
parent | 7f74cf9a67398b58412cd40ff589a5a7cf22e74b (diff) |
* numbers.c (SCM_COMPLEX_VALUE): Use GUILE_I instead of _Complex_I
directly, and only if GUILE_I was defined by the configure step.
(scm_log, scm_log10, scm_exp, scm_sqrt): Use SCM_COMPLEX_VALUE
code only if SCM_COMPLEX_VALUE is defined.
* configure.in (--without-64-calls): Use AC_MSG_CHECKING and
AC_MSG_RESULT instead of just echo.
(GUILE_I): New programs to try using _Complex_I or 1.0fi for the
imaginary unit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-02-11 Neil Jerram <neil@ossau.uklinux.net> + + * configure.in (--without-64-calls): Use AC_MSG_CHECKING and + AC_MSG_RESULT instead of just echo. + (GUILE_I): New programs to try using _Complex_I or 1.0fi for the + imaginary unit. + 2008-02-06 Neil Jerram <neil@ossau.uklinux.net> * configure.in: Default to --without-64-calls for |