1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2001-10-09 03:32:12 +00:00
parent ee083ac29f
commit 5e137c657b
3 changed files with 23 additions and 2 deletions

View file

@ -316,3 +316,9 @@ In the subdirectory libguile, changes to:
keywords.c list.c strports.c keywords.c list.c strports.c
tag.c Makefile.am guile-snarf.awk.in tag.c Makefile.am guile-snarf.awk.in
Many other changes throughout. Many other changes throughout.
Stefan Jahn:
In the subdirectory libguile, changes to:
continuations.h
continuations.c
gc.c

5
NEWS
View file

@ -55,8 +55,9 @@ See INSTALL and README for more information.
** Guile is much more likely to work on 64-bit architectures. ** Guile is much more likely to work on 64-bit architectures.
Guile now compiles and passes "make check" with only two UNRESOLVED GC Guile now compiles and passes "make check" with only two UNRESOLVED GC
cases on Alpha based machines now. Thanks to John Goerzen for the use cases on Alpha and ia64 based machines now. Thanks to John Goerzen
of a test machine. for the use of a test machine, and thanks to Stefan Jahn for ia64
patches.
** New functions: setitimer and getitimer. ** New functions: setitimer and getitimer.

View file

@ -1,3 +1,17 @@
2001-10-08 Rob Browning <rlb@defaultvalue.org>
* gc.c: support ia64 register backing store.
(SCM_MARK_BACKING_STORE): new macro.
* continuations.h: support ia64 register backing store.
(struct scm_t_contregs): add ia64 register backing store.
* continuations.c: support ia64 register backing store.
(continuation_mark): mark ia64 register backing store.
(continuation_free): free ia64 register backing store.
(scm_make_continuation): capture ia64 register backing store.
(copy_stack_and_call): copy ia64 register backing store.
2001-10-08 Dirk Herrmann <D.Herrmann@tu-bs.de> 2001-10-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
* hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fn * hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fn