guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core NEWS libguile/ChangeLog libgui...


From: Dirk Herrmann
Subject: guile/guile-core NEWS libguile/ChangeLog libgui...
Date: Wed, 04 Jun 2003 01:28:34 -0400

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Dirk Herrmann <address@hidden>  03/06/04 01:28:34

Modified files:
        guile-core     : NEWS 
        guile-core/libguile: ChangeLog __scm.h debug.c debug.h 
                             deprecated.h eval.c eval.h gc-card.c 

Log message:
        * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,
        SCM_DEBUG_DEBUGGING_SUPPORT): Renamed macro
        SCM_DEBUG_DEBUGGER_SUPPORT to SCM_DEBUG_DEBUGGING_SUPPORT and
        generalized it to apply not only to C level functions but also to
        scheme level functions.
        
        * debug.c, debug.h, eval.c (make-iloc, scm_make_iloc, iloc?,
        scm_iloc_p, dbg-make-iloc, scm_dbg_make_iloc, dbg-iloc?,
        scm_dbg_iloc_p): Moved functions scm_make_iloc, scm_iloc_p to
        eval.c, made them available under SCM_DEBUG_DEBUGGING_SUPPORT == 1
        only and renamed them to scm_dbg_make_iloc, scm_dbg_iloc_p,
        respectively.
        
        * deprecated.h, eval.c, eval.h (SCM_ILOC00, SCM_IDINC,
        SCM_IDSTMSK): Deprecated.  The macro definitions are moved from
        eval.h into eval.c and a copy is placed into deprecated.h.
        
        * eval.c, eval.h (SCM_MAKE_ILOC): Removed from eval.h and placed
        into eval.c. This definition was not part of the API in any
        officially released version of guile and thus does not need to go
        through a phase of deprecation.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/NEWS.diff?tr1=1.394&tr2=1.395&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1876&tr2=1.1877&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/__scm.h.diff?tr1=1.99&tr2=1.100&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/debug.c.diff?tr1=1.107&tr2=1.108&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/debug.h.diff?tr1=1.51&tr2=1.52&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/deprecated.h.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/eval.c.diff?tr1=1.314&tr2=1.315&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/eval.h.diff?tr1=1.81&tr2=1.82&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/gc-card.c.diff?tr1=1.16&tr2=1.17&r1=text&r2=text





reply via email to

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