1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
guile/module/oop/goops
Ken Raeburn 222831b443 SCM_DEBUG fix: Don't apply SCM_CAR to non-pairs when walking argument
lists in method cache matching.

* libguile/goops.c (scm_mcache_lookup_cmethod): Don't apply SCM_CAR to
  non-pairs when walking argument lists in method cache matching.
  Don't check for CLASSP or symbol in the car slot, since the end of
  the specifier list is a non-pair.  Update comments to reflect new
  structure of method cache entry.
* module/oops/goops/dispatch.scm: Update comments here too.
2009-11-16 14:24:32 -05:00
..
accessors.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
active-slot.scm Remove unused variables in ice-9/goops/srfi/scripts. 2009-09-21 00:24:08 +02:00
compile.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
composite-slot.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
describe.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
dispatch.scm SCM_DEBUG fix: Don't apply SCM_CAR to non-pairs when walking argument 2009-11-16 14:24:32 -05:00
internal.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
save.scm Fix typos leading to wrong argument counts. 2009-11-07 19:24:49 +01:00
simple.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stklos.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
util.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00