[pypy-commit] buildbot buildbot-0.8.7: merge default

2013-06-15 Thread bivab
Author: David Schneider Branch: buildbot-0.8.7 Changeset: r825:41d58f6cac9e Date: 2013-06-15 13:07 +0200 http://bitbucket.org/pypy/buildbot/changeset/41d58f6cac9e/ Log:merge default diff --git a/bbhook/hook.py b/bbhook/hook.py --- a/bbhook/hook.py +++ b/bbhook/hook.py @@ -3,6 +3,8 @@ import

[pypy-commit] buildbot buildbot-0.8.7: use got_revision here

2013-06-15 Thread bivab
Author: David Schneider Branch: buildbot-0.8.7 Changeset: r826:d0caac6ed8bf Date: 2013-06-15 13:36 +0200 http://bitbucket.org/pypy/buildbot/changeset/d0caac6ed8bf/ Log:use got_revision here diff --git a/bot2/pypybuildbot/test/test_builds.py b/bot2/pypybuildbot/test/test_builds.py --- a/bot2

[pypy-commit] stmgc default: in-progress

2013-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r133:87748cb8c1c5 Date: 2013-06-15 11:28 +0200 http://bitbucket.org/pypy/stmgc/changeset/87748cb8c1c5/ Log:in-progress diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -82,12 +82,12 @@ restart_all: if (P->h_tid & GCFLAG_PRIVATE_FROM_PR

[pypy-commit] stmgc default: Test fixes

2013-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r134:1f6dfc74a907 Date: 2013-06-15 18:04 +0200 http://bitbucket.org/pypy/stmgc/changeset/1f6dfc74a907/ Log:Test fixes diff --git a/c4/dbgmem.c b/c4/dbgmem.c --- a/c4/dbgmem.c +++ b/c4/dbgmem.c @@ -67,6 +67,8 @@ void stm_free(void *p, size_t sz) { +

[pypy-commit] stmgc default: Tweaks tweaks.

2013-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r135:450808530645 Date: 2013-06-15 18:52 +0200 http://bitbucket.org/pypy/stmgc/changeset/450808530645/ Log:Tweaks tweaks. diff --git a/c4/doc-objects.txt b/c4/doc-objects.txt --- a/c4/doc-objects.txt +++ b/c4/doc-objects.txt @@ -270,3 +270,26 @@ - publ

[pypy-commit] stmgc default: Next important behavior of minor collections (see test).

2013-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r136:ed12efb977c7 Date: 2013-06-15 19:03 +0200 http://bitbucket.org/pypy/stmgc/changeset/ed12efb977c7/ Log:Next important behavior of minor collections (see test). diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -97,7 +

[pypy-commit] stmgc default: fix

2013-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r138:440f456cecdc Date: 2013-06-15 22:19 +0200 http://bitbucket.org/pypy/stmgc/changeset/440f456cecdc/ Log:fix diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -131,8 +131,8 @@ static void mark_private_from_protected(

[pypy-commit] stmgc default: Fix: dont call stmgc_duplicate() when we hold the collection_lock.

2013-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r139:cb8059368058 Date: 2013-06-15 22:46 +0200 http://bitbucket.org/pypy/stmgc/changeset/cb8059368058/ Log:Fix: dont call stmgc_duplicate() when we hold the collection_lock. diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -414,7 +414,7 @@

[pypy-commit] stmgc default: in-progress

2013-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r137:f0d8de30d1d4 Date: 2013-06-15 22:16 +0200 http://bitbucket.org/pypy/stmgc/changeset/f0d8de30d1d4/ Log:in-progress diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -409,6 +409,7 @@ P->h_revision = (revision_t)B; gcptrlist_insert

[pypy-commit] stmgc default: Fix

2013-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r140:b429233c5724 Date: 2013-06-15 22:50 +0200 http://bitbucket.org/pypy/stmgc/changeset/b429233c5724/ Log:Fix diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -266,12 +266,14 @@ /* acquire the "collection lock" fir