1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2003-04-19 17:23:50 +00:00
parent 3d167db8a9
commit a980f465e9
2 changed files with 8 additions and 0 deletions

7
NEWS
View file

@ -49,6 +49,13 @@ protect, is now initialized correctly.
The class redefinition protocol now properly removes the old accessor
methods from their accessors.
** GOOPS method dispatch bug fixed.
Previously, the code updating the method cache in generic functions
got confused if handed method code created in a null environment
(environment = empty list). It now stands every environment
imaginable (think about it!).
** Garbage collection frequency improved for large malloc heaps
The decision when to run the GC is now done in a way that avoids GCs

1
THANKS
View file

@ -64,6 +64,7 @@ For fixes or providing information which led to a fix:
David Pirotte
Sergey Poznyakoff
Ariel Rios
Andreas Rottmann
Julian Satchell
Bill Schottstaedt
Alex Schroeder