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


From: Dirk Herrmann
Subject: guile/guile-core/libguile ChangeLog eval.c
Date: Sat, 02 Mar 2002 07:47:45 -0500

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Dirk Herrmann <address@hidden>  02/03/02 07:47:45

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

Log message:
        * eval.c (SCM_CEVAL): Cleaned up the handling of 'if', 'let',
        'letrec' and 'set*': Removed some uses of t.arg1, t.lloc and proc
        as temporary variables.  Removed side-effecting operations from
        conditions and macro calls.  Introduced temporary variables with
        hopefully descriptive names for clarification.  Replaced SCM_N?IMP
        by a more explicit predicate in some places.  Removed code that
        was conditionally compiled if SICP was defined - which it never
        is.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1599&tr2=1.1600&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/eval.c.diff?tr1=1.257&tr2=1.258&r1=text&r2=text




reply via email to

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