mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
*** empty log message ***
This commit is contained in:
parent
ef42490f66
commit
b100f5eed2
3 changed files with 19 additions and 0 deletions
1
THANKS
1
THANKS
|
@ -12,6 +12,7 @@ Contributors since the last release:
|
||||||
|
|
||||||
For fixes or providing information which led to a fix:
|
For fixes or providing information which led to a fix:
|
||||||
|
|
||||||
|
Lars J. Aas
|
||||||
Ian Bicking
|
Ian Bicking
|
||||||
I. N. Golubev
|
I. N. Golubev
|
||||||
Brad Knotwell
|
Brad Knotwell
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
2000-11-06 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
||||||
|
|
||||||
|
* eval.c (SCM_IM_DISPATCH), objects.c (scm_mcache_lookup_cmethod):
|
||||||
|
Count n_specialized + 1 turns before letting a match through.
|
||||||
|
|
||||||
|
* goops.c (scm_sys_invalidate_method_cache_x): Don't convert
|
||||||
|
scm_si_n_specialized from fixnum and don't take absolute value.
|
||||||
|
(Thanks to Lars J. Aas.)
|
||||||
|
|
||||||
2000-11-04 Gary Houston <ghouston@arglist.com>
|
2000-11-04 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
* ports.c (scm_port_p): new function, implements "port?" which
|
* ports.c (scm_port_p): new function, implements "port?" which
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
2000-11-06 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
||||||
|
|
||||||
|
* goops.scm (internal-add-method!): Set n-specialized of a generic
|
||||||
|
function to the number of specializers regardless if it has rest
|
||||||
|
args or not.
|
||||||
|
|
||||||
|
* goops/dispatch.scm (method-cache-install!): Use n-specialized +
|
||||||
|
1 args for type matching. (Thanks to Lars J. Aas.)
|
||||||
|
|
||||||
2000-10-23 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
2000-10-23 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
||||||
|
|
||||||
* goops.scm (goops-error): Removed use of oldfmt.
|
* goops.scm (goops-error): Removed use of oldfmt.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue