guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (51e71a4 -> 7883290)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (51e71a4 -> 7883290)
Date: Wed, 27 Jun 2018 08:03:22 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  51e71a4   Allow abort_to_prompt to avoid a longjmp
       new  0ce9a1f   VM throw uses intrinsics
       new  6eb4735   Add intrinsics for error conditions (wrong num args etc)
       new  adf8d93   Remove mention of vm-error from test suite
       new  1735cc1   Apply-non-program is an intrinsic
       new  7883290   Inline handling of non-program apply

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libguile/intrinsics.c         |  72 ++++++++++++++++++++++
 libguile/intrinsics.h         |  12 ++++
 libguile/vm-engine.c          |  94 ++++++++++++----------------
 libguile/vm.c                 | 140 ++++++++++++++----------------------------
 test-suite/test-suite/lib.scm |   7 +--
 test-suite/tests/strings.test |   8 +--
 6 files changed, 172 insertions(+), 161 deletions(-)



reply via email to

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