summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2008-02-11 21:20:14 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2008-02-11 21:20:14 +0000
commit4b26c03ec726aa212b012df31d23e800f08194b5 (patch)
tree6a65a95253102d9c302ce1f1f247816c2cc51dae /ChangeLog
parent7f74cf9a67398b58412cd40ff589a5a7cf22e74b (diff)
downloadguile-4b26c03ec726aa212b012df31d23e800f08194b5.tar.gz
* 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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1addbd8e8..be0e04b5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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