guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (d7778b3 -> e0502f3)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (d7778b3 -> e0502f3)
Date: Tue, 18 Apr 2017 15:38:35 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  d7778b3   types: Hide one of the 'bytevector->string' procedures.
       new  6e573a0   Attempt to mutate residualized literal pair throws 
exception
       new  7ed54fd   All literal constants are read-only
       new  622abec   Update NEWS
       new  7c71be0   Add sandboxed evaluation facility
       new  e0502f3   Bump objcode version in a compatible way

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:
 NEWS                           |   41 ++
 doc/ref/api-evaluation.texi    |  265 ++++++++
 libguile/_scm.h                |    3 +-
 libguile/alist.c               |    6 +-
 libguile/array-handle.c        |   29 +-
 libguile/array-map.c           |    2 +
 libguile/bitvectors.c          |   69 +-
 libguile/bitvectors.h          |    1 +
 libguile/bytevectors.c         |   91 +--
 libguile/bytevectors.h         |   10 +-
 libguile/list.c                |    8 +-
 libguile/loader.c              |   10 +-
 libguile/pairs.c               |    4 +-
 libguile/pairs.h               |   16 +
 libguile/sort.c                |   20 +-
 libguile/srcprop.c             |    2 +-
 libguile/srfi-1.c              |    6 +-
 libguile/srfi-4.c              |   25 +-
 libguile/strings.c             |    6 +
 libguile/strings.h             |    2 +-
 libguile/symbols.c             |    4 +-
 libguile/uniform.c             |   15 +-
 libguile/validate.h            |    5 +
 libguile/vectors.c             |   30 +-
 libguile/vectors.h             |    8 +
 libguile/vm-engine.c           |   18 +-
 libguile/vm.c                  |   21 +
 module/Makefile.am             |    1 +
 module/ice-9/sandbox.scm       | 1399 ++++++++++++++++++++++++++++++++++++++++
 module/system/vm/assembler.scm |   56 +-
 test-suite/Makefile.am         |    1 +
 test-suite/tests/sandbox.test  |   95 +++
 32 files changed, 2109 insertions(+), 160 deletions(-)
 create mode 100644 module/ice-9/sandbox.scm
 create mode 100644 test-suite/tests/sandbox.test



reply via email to

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