diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0d0e4ec7a..5271c5a2c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,17 @@ +Tue Dec 17 20:29:03 1996 Marius Vollmer + + * backtrace.c (scm_display_error): Bugfix: scm_procedure_p returns + a SCM boolean, not a C boolean. + +Sat Dec 14 23:21:45 1996 Marius Vollmer + + * gc.c (SCM_MTRIGGER_HYSTERESIS): New memory management parameter. + (scm_must_malloc, scm_must_realloc): Added a hysteresis to the + rules for raising scm_mtrigger. Previously, unfortunate but not + unlikely circumstances could result in almost constant invokation + of the gc. Now, this situations should be less likely, but they + are not prevented completely. + Tue Dec 17 16:19:07 1996 Jim Blandy * numbers.c (scm_fuck): Procedure removed; looks like old test diff --git a/libguile/DYNAMIC-LINKING b/libguile/DYNAMIC-LINKING index 5a5be2a8e..cb7134318 100644 --- a/libguile/DYNAMIC-LINKING +++ b/libguile/DYNAMIC-LINKING @@ -1,5 +1,6 @@ Random notes about dynamic linking for Guile. I will update this file -as I go along. Comments are very welcome. +as I go along. Comments are very welcome. I can be reached at +mvo@zagadka.ping.de (Marius Vollmer). The dynamic linking support is mostly untested. I can't test it because I don't have all the different platforms, of course. Please