guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (601d0ea -> f84ce54)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (601d0ea -> f84ce54)
Date: Sun, 17 Jun 2018 07:46:20 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  601d0ea   Remove implementations of now-unused toplevel-box et al 
instructions
       new  dbe5a7e   Remove unused macro in vm-engine
       new  3b46351   Remove unused vm_error_unbound
       new  ceaf782   Call out to expand_stack through new VM intrinsic
       new  83584ef   Fix libguile subcomponent headers not to include 
<libguile.h>
       new  791341b   Move some definitions out of _scm.h
       new  2f39771   Simplify definition of SCM_SYSCALL.
       new  f6ec873   Move "min" and "max" macros out of _scm.h
       new  418a7d7   Remove #ifdef cases for VMS and Cray.
       new  b2515e6   Remove unused getters for register backing store base
       new  574f67d   Add configure check for auxiliary stacks
       new  f84ce54   Refactor handling of auxiliary stacks and setjmp/longjmp

The 11 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:
 configure.ac                |   9 +++-
 libguile/__scm.h            |  31 +-------------
 libguile/_scm.h             |  98 ++-----------------------------------------
 libguile/array-handle.c     |   7 ++--
 libguile/array-map.c        |   7 ++--
 libguile/atomic.c           |   3 +-
 libguile/backtrace.c        |  26 ++++++------
 libguile/bitvectors.c       |   4 +-
 libguile/bytevectors.c      |  25 ++++++-----
 libguile/bytevectors.h      |   3 +-
 libguile/continuations.c    | 100 +++++++++++++++++++++++++-------------------
 libguile/continuations.h    |  19 ++++-----
 libguile/control.c          |  17 ++++----
 libguile/control.h          |   6 ++-
 libguile/deprecated.c       |   3 +-
 libguile/deprecated.h       |   4 +-
 libguile/dynstack.c         |  11 ++---
 libguile/dynstack.h         |  10 +++--
 libguile/eq.c               |  34 +++++++--------
 libguile/error.c            |   3 +-
 libguile/eval.c             |  15 ++++---
 libguile/expand.c           |   9 ++--
 libguile/extensions.c       |   5 +--
 libguile/extensions.h       |   3 +-
 libguile/fdes-finalizers.c  |   4 +-
 libguile/feature.c          |   7 +---
 libguile/filesys.c          |  72 ++++++++++++++++---------------
 libguile/finalizers.c       |   6 ++-
 libguile/fluids.c           |  16 +++----
 libguile/foreign-object.c   |   7 +++-
 libguile/foreign.c          |  18 ++++++--
 libguile/fports.c           |  21 ++++++----
 libguile/frames.c           |   4 +-
 libguile/frames.h           |   4 +-
 libguile/gc-malloc.c        |  10 +----
 libguile/gc.c               |   9 +---
 libguile/gc.h               |   9 +---
 libguile/gen-scmconfig.c    |   6 ++-
 libguile/gen-scmconfig.h.in |   1 +
 libguile/goops.c            |   4 +-
 libguile/gsubr.c            |   9 ++--
 libguile/guardians.c        |  17 ++++----
 libguile/hashtab.c          |  16 +++----
 libguile/init.c             |  11 +++--
 libguile/instructions.c     |   1 +
 libguile/instructions.h     |   4 +-
 libguile/intrinsics.c       |   6 +++
 libguile/intrinsics.h       |   4 +-
 libguile/ioext.c            |   7 +++-
 libguile/keywords.c         |   3 +-
 libguile/load.c             |   7 +++-
 libguile/loader.c           |   4 +-
 libguile/loader.h           |  34 ++++++++++++++-
 libguile/macros.c           |   3 +-
 libguile/memoize.c          |   3 +-
 libguile/modules.c          |   1 +
 libguile/numbers.c          |  11 +++--
 libguile/objprop.c          |   6 +--
 libguile/poll.c             |   4 +-
 libguile/ports.c            |   6 ++-
 libguile/posix.c            |   8 ++--
 libguile/print.c            |  12 +++++-
 libguile/procs.c            |   5 ++-
 libguile/programs.c         |   5 ++-
 libguile/programs.h         |   4 +-
 libguile/quicksort.i.c      |   4 +-
 libguile/r6rs-ports.c       |   3 +-
 libguile/random.c           |   6 ++-
 libguile/rdelim.c           |   4 +-
 libguile/read.c             |   4 +-
 libguile/rw.c               |   3 +-
 libguile/scmsigs.c          |   6 ++-
 libguile/script.c           |   3 +-
 libguile/smob.c             |   3 +-
 libguile/socket.c           |   7 +++-
 libguile/sort.c             |   3 +-
 libguile/srcprop.c          |   5 ++-
 libguile/srfi-1.c           |   4 +-
 libguile/srfi-4.c           |   3 +-
 libguile/srfi-60.c          |   3 +-
 libguile/stacks.c           |   3 +-
 libguile/strports.c         |   9 ++--
 libguile/struct.c           |   2 +
 libguile/symbols.c          |   5 ++-
 libguile/syntax.c           |   3 +-
 libguile/threads.c          |  65 ++--------------------------
 libguile/threads.h          |  12 +++---
 libguile/throw.c            |   7 ++--
 libguile/unicode.c          |   3 +-
 libguile/vectors.c          |   7 +---
 libguile/vm-engine.c        |   8 ++--
 libguile/vm.c               |  31 +++++++-------
 libguile/vm.h               |   5 ++-
 libguile/weak-set.c         |   3 +-
 libguile/weak-table.c       |   4 +-
 libguile/weak-vector.c      |   5 ++-
 96 files changed, 526 insertions(+), 548 deletions(-)



reply via email to

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