* Goops does not provide its own version of logand any more.
[bpt/guile.git] / oop / ChangeLog
1 2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * goops.scm: Don't export removed %logand any more.
4
5 * goops/dispatch.scm (cache-try-hash!): Use logand instead of
6 %logand.
7
8 2000-11-06 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
9
10 * goops.scm (internal-add-method!): Set n-specialized of a generic
11 function to the number of specializers regardless if it has rest
12 args or not.
13
14 * goops/dispatch.scm (method-cache-install!): Use n-specialized +
15 1 args for type matching. (Thanks to Lars J. Aas.)
16
17 2000-10-23 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
18
19 * goops.scm (goops-error): Removed use of oldfmt.
20