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:
parent
3d167db8a9
commit
a980f465e9
2 changed files with 8 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -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
1
THANKS
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue