summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2006-07-19 06:56:37 +0000
committerRob Browning <rlb@defaultvalue.org>2006-07-19 06:56:37 +0000
commitb49123789ffd7b61d87ed62333605b5051fe63f7 (patch)
tree9329ada576e3955b03e934ceb531ff32232e3016
parent08e5f840703296b40998e894ab0be9bc2ed6ba41 (diff)
downloadguile-b49123789ffd7b61d87ed62333605b5051fe63f7.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 89dcac2c1..f8e6c3436 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-18 Rob Browning <rlb@defaultvalue.org>
+
+ * continuations.c: Add __attribute__ ((returns_twice)) to the
+ ia64_getcontext prototype so that gcc will make the right
+ arrangements and avoid an illegal instruction during
+ call-with-current-continuation.
+
2006-07-12 Ludovic Courtès <ludovic.courtes@laas.fr>
* numbers.c (guile_ieee_init): Use regular ANSI C casts rather
@@ -19,7 +26,7 @@
* Makefile.am (BUILT_SOURCES): Remove guile.texi, only used by
maintainers (with doc/maint/docstring.el). Fixes parallel "make -j2"
reported by Mattias Holm.
-
+
2006-06-03 Kevin Ryde <user42@zip.com.au>
* read.c (s_vector): Conditionalize on SCM_ENABLE_ELISP, to avoid