[pypy-commit] stmgc c7-refactor: Comment

2014-02-18 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r775:e39e716e910a Date: 2014-02-19 07:42 +0100 http://bitbucket.org/pypy/stmgc/changeset/e39e716e910a/ Log:Comment diff --git a/c7/stm/core.h b/c7/stm/core.h --- a/c7/stm/core.h +++ b/c7/stm/core.h @@ -121,5 +121,8 @@ static void abort_with_

[pypy-commit] stmgc c7-refactor: Workaround for llvm bug. :-/

2014-02-18 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r774:8837b8f858b1 Date: 2014-02-19 07:36 +0100 http://bitbucket.org/pypy/stmgc/changeset/8837b8f858b1/ Log:Workaround for llvm bug. :-/ diff --git a/c7/stm/core.h b/c7/stm/core.h --- a/c7/stm/core.h +++ b/c7/stm/core.h @@ -119,3 +119,7 @@

[pypy-commit] stmgc c7-refactor: Move the demo2.c in the new "demo" subdirectory. It works :-)

2014-02-18 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r773:5f576a000c84 Date: 2014-02-19 07:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/5f576a000c84/ Log:Move the demo2.c in the new "demo" subdirectory. It works :-) diff --git a/c7/Makefile b/c7/demo/Makefile rename from c7/Makefile renam

[pypy-commit] stmgc c7-refactor: _pages_privatize() with count > 1

2014-02-18 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r772:902061e5b47e Date: 2014-02-19 07:12 +0100 http://bitbucket.org/pypy/stmgc/changeset/902061e5b47e/ Log:_pages_privatize() with count > 1 diff --git a/c7/stm/pages.c b/c7/stm/pages.c --- a/c7/stm/pages.c +++ b/c7/stm/pages.c @@ -25,37 +25,

[pypy-commit] stmgc c7-refactor: Adapt demo2.c.

2014-02-18 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r771:c07b26b32fb1 Date: 2014-02-19 06:43 +0100 http://bitbucket.org/pypy/stmgc/changeset/c07b26b32fb1/ Log:Adapt demo2.c. diff --git a/c7/Makefile b/c7/Makefile --- a/c7/Makefile +++ b/c7/Makefile @@ -14,16 +14,14 @@ rm -f $(BUILD_EXE

[pypy-commit] stmgc c7-refactor: Comments

2014-02-18 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r770:a55008e93bb1 Date: 2014-02-18 19:59 +0100 http://bitbucket.org/pypy/stmgc/changeset/a55008e93bb1/ Log:Comments diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -257,6 +257,9 @@ STM_PSEGMENT->safe

[pypy-commit] pypy default: Some cleanup to audioop

2014-02-18 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r69206:84efb3ba05f1 Date: 2014-02-18 10:38 -0800 http://bitbucket.org/pypy/pypy/changeset/84efb3ba05f1/ Log:Some cleanup to audioop diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py --- a/lib_pypy/audioop.py +++ b/lib_pypy/audioop.py @@ -1,5 +1,6

[pypy-commit] pypy default: add implementations of the most commonly used audioop functions (from pydub)

2014-02-18 Thread jiaaro
Author: jiaaro Branch: Changeset: r69203:56afb92fbea1 Date: 2014-01-23 20:09 -0500 http://bitbucket.org/pypy/pypy/changeset/56afb92fbea1/ Log:add implementations of the most commonly used audioop functions (from pydub) diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py --- a/lib_

[pypy-commit] pypy default: Merged pypy/pypy into default

2014-02-18 Thread jiaaro
Author: James Robert Branch: Changeset: r69204:98186a76751e Date: 2014-01-23 20:11 -0500 http://bitbucket.org/pypy/pypy/changeset/98186a76751e/ Log:Merged pypy/pypy into default diff --git a/pypy/interpreter/pyparser/test/test_parsestring.py b/pypy/interpreter/pyparser/test/test_parsestrin

[pypy-commit] pypy default: Merged in jiaaro/pypy (pull request #204)

2014-02-18 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r69205:57010784af18 Date: 2014-02-18 10:33 -0800 http://bitbucket.org/pypy/pypy/changeset/57010784af18/ Log:Merged in jiaaro/pypy (pull request #204) Implement most audioop functions diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py --- a

[pypy-commit] stmgc c7-refactor: more info in output

2014-02-18 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r769:c50e88e2b09f Date: 2014-02-18 16:23 +0100 http://bitbucket.org/pypy/stmgc/changeset/c50e88e2b09f/ Log:more info in output diff --git a/c7/test/test_random.py b/c7/test/test_random.py --- a/c7/test/test_random.py +++ b/c7/test/test_random.

[pypy-commit] stmgc c7-refactor: fix for contention_management calling cond_wait in tests

2014-02-18 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r768:775ad832acb8 Date: 2014-02-18 15:53 +0100 http://bitbucket.org/pypy/stmgc/changeset/775ad832acb8/ Log:fix for contention_management calling cond_wait in tests diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.

[pypy-commit] stmgc c7-refactor: Comments about v_nursery_section_end

2014-02-18 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r767:94ed263ba9d2 Date: 2014-02-18 15:42 +0100 http://bitbucket.org/pypy/stmgc/changeset/94ed263ba9d2/ Log:Comments about v_nursery_section_end diff --git a/c7/stm/nursery.h b/c7/stm/nursery.h --- a/c7/stm/nursery.h +++ b/c7/stm/nursery.h @@

[pypy-commit] stmgc c7-refactor: new test-random

2014-02-18 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r766:5707dbd201ed Date: 2014-02-18 15:19 +0100 http://bitbucket.org/pypy/stmgc/changeset/5707dbd201ed/ Log:new test-random diff --git a/c7/test/test_random.py b/c7/test/test_random.py --- a/c7/test/test_random.py +++ b/c7/test/test_random.py @