mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
*** empty log message ***
This commit is contained in:
parent
6064dcc69e
commit
e4bcd6d945
2 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue