guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (8622344 -> 56d8d9a)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (8622344 -> 56d8d9a)
Date: Mon, 17 Oct 2016 19:30:55 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  8622344   Fix slot allocation for prompts
       new  e61017a   Fold 2.1.4 news into 2.2 news
       new  56d8d9a   Deprecate arbiters

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                           |  122 ++++++++++++----------------
 doc/ref/api-scheduling.texi    |   38 ---------
 libguile.h                     |    1 -
 libguile/Makefile.am           |    4 -
 libguile/arbiters.c            |  174 ----------------------------------------
 libguile/arbiters.h            |   41 ----------
 libguile/deprecated.c          |   95 ++++++++++++++++++++++
 libguile/deprecated.h          |    6 ++
 libguile/init.c                |    2 -
 module/oop/goops.scm           |    6 +-
 test-suite/Makefile.am         |    1 -
 test-suite/tests/arbiters.test |  102 -----------------------
 12 files changed, 156 insertions(+), 436 deletions(-)
 delete mode 100644 libguile/arbiters.c
 delete mode 100644 libguile/arbiters.h
 delete mode 100644 test-suite/tests/arbiters.test



reply via email to

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