summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>1996-12-18 09:43:23 +0000
committerMarius Vollmer <mvo@zagadka.de>1996-12-18 09:43:23 +0000
commite4bcd6d945567d9762b3ee011c41c4f6f5d433db (patch)
tree17e87d26faca49d13f79befeca0443c75b09ac9e
parent6064dcc69e7b637a48ecf11697da244880bb07de (diff)
downloadguile-e4bcd6d945567d9762b3ee011c41c4f6f5d433db.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog14
-rw-r--r--libguile/DYNAMIC-LINKING3
2 files changed, 16 insertions, 1 deletions
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 <mvo@zagadka.ping.de>
+
+ * 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 <mvo@zagadka.ping.de>
+
+ * 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 <jimb@totoro.cyclic.com>
* 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