guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile ChangeLog __scm.h gc-...


From: Dirk Herrmann
Subject: guile/guile-core/libguile ChangeLog __scm.h gc-...
Date: Mon, 21 Apr 2003 10:39:37 -0400

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Dirk Herrmann <address@hidden>  03/04/21 10:39:37

Modified files:
        guile-core/libguile: ChangeLog __scm.h gc-card.c 

Log message:
        * __scm.h (SCM_DEBUG_DEBUGGER_SUPPORT): New compile-time option.
        
        * gc.card.c (scm_gc_marked_p): Fixed compiler warning when
        compiling with SCM_DEBUG==1 by moving definition behind prototype.
        
        * gc.card.c (scm_dbg_t_list_cell, scm_dbg_t_double_cell,
        scm_dbg_gc_marked_p, scm_dbg_gc_get_card, scm_dbg_gc_get_bvec,
        scm_t_list_cell_struct, scm_t_list_cell, scm_t_double_cell,
        scm_gc_marked_p, scm_gc_get_card, scm_gc_get_bvec): Fixed
        functions such that they check if the object is a non-immediate.
        Further, renamed identifiers to use the scm_dbg_ prefix and made
        their inclusion into the lib dependent of the
        SCM_DEBUG_DEBUGGER_SUPPORT compile time option.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1830&tr2=1.1831&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/__scm.h.diff?tr1=1.97&tr2=1.98&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/gc-card.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]