guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (1e92511 -> dc2a560)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (1e92511 -> dc2a560)
Date: Mon, 21 Nov 2016 22:30:44 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  1e92511   Add asyncs test
       new  f927c70   Update join-thread docs
       new  dc2a560   Deprecate dynamic roots

The 2 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                        |   15 +++-
 doc/ref/api-scheduling.texi |   16 ++--
 libguile.h                  |    1 -
 libguile/Makefile.am        |    4 -
 libguile/array-map.c        |    1 -
 libguile/arrays.c           |    1 -
 libguile/async.c            |    1 -
 libguile/async.h            |    1 -
 libguile/continuations.c    |    1 -
 libguile/debug.c            |    1 -
 libguile/deprecated.c       |  156 +++++++++++++++++++++++++++++++++
 libguile/deprecated.h       |   12 +++
 libguile/eq.c               |    1 -
 libguile/eval.c             |    1 -
 libguile/feature.c          |    1 -
 libguile/fluids.h           |    1 -
 libguile/gc-malloc.c        |    1 -
 libguile/gc.c               |    1 -
 libguile/guardians.c        |    1 -
 libguile/hashtab.c          |    1 -
 libguile/hooks.c            |    1 -
 libguile/init.c             |    1 -
 libguile/keywords.c         |    1 -
 libguile/load.c             |    1 -
 libguile/numbers.c          |    1 -
 libguile/objprop.c          |    1 -
 libguile/ports.c            |    1 -
 libguile/print.c            |    1 -
 libguile/procprop.c         |    1 -
 libguile/promises.c         |    1 -
 libguile/rdelim.c           |    1 -
 libguile/read.c             |    1 -
 libguile/root.c             |  200 -------------------------------------------
 libguile/root.h             |   48 -----------
 libguile/rw.c               |    1 -
 libguile/scmsigs.c          |    1 -
 libguile/srcprop.c          |    1 -
 libguile/stackchk.c         |    1 -
 libguile/stacks.c           |    1 -
 libguile/strings.c          |    1 -
 libguile/strports.c         |    1 -
 libguile/threads.c          |    1 -
 libguile/threads.h          |    1 -
 libguile/values.c           |    1 -
 libguile/variable.c         |    1 -
 libguile/vectors.c          |    1 -
 libguile/vports.c           |    1 -
 module/ice-9/serialize.scm  |   10 +--
 48 files changed, 196 insertions(+), 305 deletions(-)
 delete mode 100644 libguile/root.c
 delete mode 100644 libguile/root.h



reply via email to

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