summaryrefslogtreecommitdiff
path: root/libguile/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-02-23 11:28:11 +0000
committerLudovic Courtès <ludo@gnu.org>2008-02-23 11:28:11 +0000
commita2c25234fbb110c9b888cdb89913ad3eb58df16c (patch)
tree70bd14ba555464e3bbcfd902a37f322734441304 /libguile/ChangeLog
parente27d2495372019f01c9e5fc75d72df62cb01d7ca (diff)
downloadguile-a2c25234fbb110c9b888cdb89913ad3eb58df16c.tar.gz
Use `imaginary_part' instead of `imaginary' to fix build on Solaris 2.10.
Diffstat (limited to 'libguile/ChangeLog')
-rw-r--r--libguile/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index b06fac9e3..91a548e02 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-23 Ludovic Courtès <ludo@gnu.org>
+
+ * numbers.c (scm_make_rectangular): Rename argument to
+ `real_part' and `imaginary_part' to work around Solaris 2.10
+ headers which define `imaginary' as a macro. Patch by Tim
+ Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>.
+
2008-02-22 Ludovic Courtès <ludo@gnu.org>
* read.c (strncasecmp): Add declaration when
@@ -12,7 +19,8 @@
Fix bug #22369.
* goops.c (scm_add_slot): Add `SCM_UNDEFINED' as last argument
- to `scm_list_n ()'. Thanks to the anonymous reporter.
+ to `scm_list_n ()'. Thanks to René Köcher
+ <shirk87@googlemail.com>.
2008-02-17 Ludovic Courtès <ludo@gnu.org>