1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-10-19 13:55:18 +00:00
parent e8a7ec792c
commit 5000379b92
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-10-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* api-smobs.texi (smob mark function): List admissible functions
to call.
2004-10-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* api-data.texi: Removed primitive keyword section, updated

View file

@ -1,3 +1,10 @@
2004-10-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* private-gc.h (SCM_DEFAULT_MAX_SEGMENT_SIZE): Increase to 20 Mib.
* gc-segment.c (scm_i_get_new_heap_segment): Limit size of new
segment to scm_max_segment_size.
2004-10-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
* inline.h (scm_double_cell): abort if GC running.