guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog eval.c eval...


From: Dirk Herrmann
Subject: guile/guile-core/libguile ChangeLog eval.c eval...
Date: Sun, 20 Apr 2003 15:18:44 -0400

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Dirk Herrmann <address@hidden>  03/04/20 15:18:43

Modified files:
        guile-core/libguile: ChangeLog eval.c eval.h evalext.c evalext.h 

Log message:
        * eval.c, eval.h, evalext.c, evalext.h (scm_sym_setter,
        scm_m_generalized_set_x, scm_init_evalext): Move the declaration
        and definition of the memoizer for the generalized set! macro from
        evalext.[ch] to eval.[ch].  Use the SCM_SYNTAX snarfer macro to
        define the macro object.
        
        * eval.c, eval.h (s_set_x, scm_s_set_x, scm_m_set_x,
        scm_m_generalized_set_x): Since now scm_s_set_x is only used in
        eval.c, it is made static and renamed to s_set_x.
        
        * evalext.c (scm_defined_p, scm_m_undefine): Prefer !SCM_<foo>
        over SCM_N<foo>.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1824&tr2=1.1825&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/eval.c.diff?tr1=1.293&tr2=1.294&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/eval.h.diff?tr1=1.75&tr2=1.76&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/evalext.c.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/evalext.h.diff?tr1=1.13&tr2=1.14&r1=text&r2=text





reply via email to

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