[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch master updated (6bdd955 -> 9ac2c99)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch master updated (6bdd955 -> 9ac2c99) |
Date: |
Sun, 13 Nov 2016 14:58:53 +0000 (UTC) |
wingo pushed a change to branch master
in repository guile.
from 6bdd955 doc: Adjust capitalization for "HTTPS" and "GnuTLS".
new e7c658a Internal threads refactor
new 7fd10d2 Rename Guile's internal mutexes and condvars
new 4110e7b Put mutex kind in SMOB flags
new 1ed9dea Unlocked mutexes don't have owners
new 6bb5119 Refactor GC implications of thread sleep
new 950e728 Improve mutexes / condition variable implementation
new e0f1741 Optimize lock-mutex
new 9ac2c99 More comments in threads.c
The 8 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:
libguile/async.c | 12 +-
libguile/async.h | 2 +-
libguile/threads.c | 648 ++++++++++++++++++++++++++++++----------------------
libguile/threads.h | 7 +-
4 files changed, 377 insertions(+), 292 deletions(-)
- [Guile-commits] branch master updated (6bdd955 -> 9ac2c99),
Andy Wingo <=
- [Guile-commits] 04/08: Unlocked mutexes don't have owners, Andy Wingo, 2016/11/13
- [Guile-commits] 03/08: Put mutex kind in SMOB flags, Andy Wingo, 2016/11/13
- [Guile-commits] 07/08: Optimize lock-mutex, Andy Wingo, 2016/11/13
- [Guile-commits] 02/08: Rename Guile's internal mutexes and condvars, Andy Wingo, 2016/11/13
- [Guile-commits] 05/08: Refactor GC implications of thread sleep, Andy Wingo, 2016/11/13
- [Guile-commits] 06/08: Improve mutexes / condition variable implementation, Andy Wingo, 2016/11/13
- [Guile-commits] 01/08: Internal threads refactor, Andy Wingo, 2016/11/13
- [Guile-commits] 08/08: More comments in threads.c, Andy Wingo, 2016/11/13