|
From: | Mikael Djurfeldt |
Subject: | guile/guile-core/libguile ChangeLog goops.c |
Date: | Mon, 14 Apr 2003 21:15:01 -0400 |
CVSROOT: /cvsroot/guile Module name: guile Branch: branch_release-1-6 Changes by: Mikael Djurfeldt <address@hidden> 03/04/14 21:15:01 Modified files: guile-core/libguile: ChangeLog goops.c Log message: * goops.scm (compute-getter-method): For custom getter: Check boundness even if there is an init-thunk. (The getter can return #<unbound> even if the slot has been set before.) * goops.c (scm_sys_fast_slot_ref): Use SCM_SLOT instead of scm_at_assert_bound_ref. (We don't want the unbound check. See oop/goops/active-slot.scm.) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?only_with_tag=branch_release-1-6&tr1=1.1465.2.117&tr2=1.1465.2.118&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/goops.c.diff?only_with_tag=branch_release-1-6&tr1=1.39.2.6&tr2=1.39.2.7&r1=text&r2=text
[Prev in Thread] | Current Thread | [Next in Thread] |