guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (81e9a12 -> 498f3f9)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (81e9a12 -> 498f3f9)
Date: Tue, 7 Feb 2017 08:58:34 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  81e9a12   Guile 2.1.6.
       new  498f3f9   Avoid stacks in dynamically-bound values

The 1 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:
 doc/ref/api-control.texi              |   15 +++++
 libguile/dynstack.c                   |   49 ++++++++++++++++
 libguile/dynstack.h                   |    3 +
 libguile/fluids.c                     |   47 +++++++++++++++-
 libguile/fluids.h                     |    2 +
 libguile/stacks.c                     |    2 +-
 libguile/throw.c                      |   28 ++++-----
 module/ice-9/boot-9.scm               |  100 ++++++++++++++++++---------------
 module/ice-9/save-stack.scm           |    2 +-
 module/system/repl/debug.scm          |    4 +-
 module/system/repl/error-handling.scm |    6 +-
 test-suite/tests/exceptions.test      |   30 +++++++++-
 12 files changed, 221 insertions(+), 67 deletions(-)



reply via email to

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