guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core libguile/ChangeLog libguile/ev...


From: Dirk Herrmann
Subject: guile/guile-core libguile/ChangeLog libguile/ev...
Date: Sat, 18 Oct 2003 13:24:09 -0400

CVSROOT:        /cvsroot/guile
Module name:    guile
Branch:         
Changes by:     Dirk Herrmann <address@hidden>  03/10/18 13:24:09

Modified files:
        guile-core/libguile: ChangeLog eval.c 
        guile-core/test-suite: ChangeLog 
        guile-core/test-suite/tests: dynamic-scope.test 

Log message:
        * libguile/eval.c (scm_m_set_x, scm_m_apply, scm_m_atbind): Use
        ASSERT_SYNTAX to signal syntax errors.  Avoid unnecessary consing
        when creating the memoized code.
        
        (scm_m_atbind): Reversed the order, in which the init expressions
        are stored and executed.  The order of execution is now equal to
        the order in which the initializers of the let-forms are executed.
        Use check_bindings and transform_bindings.
        
        (SCM_CEVAL): Eliminated SCM_NIMP in favor of more appropriate
        !SCM_NULLP.  Added some comments.
        
        * test-suite/tests/dynamic-scope.test (exception:missing-expr):
        Introduced temporarily until all memoizers use the new way of error
        reporting.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1951&tr2=1.1952&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/eval.c.diff?tr1=1.330&tr2=1.331&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/test-suite/ChangeLog.diff?tr1=1.199&tr2=1.200&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/test-suite/tests/dynamic-scope.test.diff?tr1=1.2&tr2=1.3&r1=text&r2=text





reply via email to

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