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 10:49:56 -0400

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

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

Log message:
        * libguile/eval.c: Sorted include files alphabetically.
        
        (scm_m_begin): Added comment.
        
        (scm_m_or): Use ASSERT_SYNTAX to signal syntax errors.  Avoid
        unnecessary consing when creating the memoized code.
        
        (iqq, scm_m_quasiquote, scm_m_quote): Use ASSERT_SYNTAX to signal
        syntax errors.  Be more specific about the kind of error that was
        detected.
        
        (scm_m_quote, unmemocopy): As an optimization, vector constants
        are now inserted unquoted into the memoized code.  During
        unmemoization the quotes are added again to provide syntactically
        correct code.
        
        * test-suite/tests/syntax.test (exception:missing/extra-expr,
        exception:missing/extra-expr-misc): Renamed
        exception:missing/extra-expr to exception:missing/extra-expr-misc.
        
        (exception:missing/extra-expr-syntax,
        exception:missing/extra-expr): Renamed
        exception:missing/extra-expr-syntax to
        exception:missing/extra-expr.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1950&tr2=1.1951&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/eval.c.diff?tr1=1.329&tr2=1.330&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/test-suite/ChangeLog.diff?tr1=1.198&tr2=1.199&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/test-suite/tests/syntax.test.diff?tr1=1.23&tr2=1.24&r1=text&r2=text





reply via email to

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