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
08e5f84070
commit
b49123789f
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue