guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (efcc30f -> d74e0fe)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (efcc30f -> d74e0fe)
Date: Sun, 23 Oct 2016 20:34:19 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  efcc30f   Small api-scheduling.texi reorder
       new  206dced   Adapt run-server* to change to `accept'.
       new  56b490a   Deferred module observers via a parameter
       new  d74e0fe   Move thread bindings to (ice-9 threads)

The 3 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                                     |    9 ++
 doc/ref/api-scheduling.texi              |   44 +++++-
 doc/ref/posix.texi                       |   25 +---
 libguile/init.c                          |    1 -
 libguile/threads.c                       |   16 ++-
 libguile/threads.h                       |    1 -
 module/ice-9/boot-9.scm                  |   46 ++++---
 module/ice-9/deprecated.scm              |   58 +++++++-
 module/ice-9/futures.scm                 |    1 +
 module/ice-9/threads.scm                 |  129 ++++++++++-------
 module/language/cps/intmap.scm           |    1 +
 module/language/cps/intset.scm           |    1 +
 module/language/cps/reify-primitives.scm |    1 +
 module/language/tree-il/primitives.scm   |    1 +
 module/srfi/srfi-18.scm                  |  222 +++++++++++++++---------------
 module/system/repl/server.scm            |   34 ++---
 test-suite/tests/filesys.test            |    1 +
 test-suite/tests/fluids.test             |    5 +-
 test-suite/tests/srfi-18.test            |   14 +-
 19 files changed, 361 insertions(+), 249 deletions(-)



reply via email to

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