[pypy-commit] stmgc default: Next fix

2013-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49:672596f7b1b6 Date: 2013-05-29 09:51 +0200 http://bitbucket.org/pypy/stmgc/changeset/672596f7b1b6/ Log:Next fix diff --git a/c3/et.c b/c3/et.c --- a/c3/et.c +++ b/c3/et.c @@ -166,6 +166,9 @@ if (R-h_tid GCFLAG_PUBLIC_TO_PRIVATE)

[pypy-commit] pypy default: Go to some lengths to try to guess the correct paths for ncurses.

2013-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64661:f732ef3e187a Date: 2013-05-29 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f732ef3e187a/ Log:Go to some lengths to try to guess the correct paths for ncurses. Should fix issue667 and issue1497. diff --git

[pypy-commit] pypy default: More of the same: try pkg-config ncurses before trying ncurses5-config,

2013-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64662:c80297370acf Date: 2013-05-29 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/c80297370acf/ Log:More of the same: try pkg-config ncurses before trying ncurses5-config, and both can give bogus results, so check the

[pypy-commit] pypy default: Test and fix for from_pkg_config().

2013-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64663:a66a2e966de1 Date: 2013-05-29 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a66a2e966de1/ Log:Test and fix for from_pkg_config(). diff --git a/rpython/translator/tool/cbuild.py b/rpython/translator/tool/cbuild.py ---

[pypy-commit] stmgc old1: Send this code to the 'old1' branch.

2013-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: old1 Changeset: r51:36a297442ce0 Date: 2013-05-29 18:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/36a297442ce0/ Log:Send this code to the 'old1' branch. ___ pypy-commit mailing list

[pypy-commit] stmgc default: Starting a rewrite of doc-stmgc.txt, very high-level so far, with

2013-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52:45987a0fee0b Date: 2013-05-29 19:48 +0200 http://bitbucket.org/pypy/stmgc/changeset/45987a0fee0b/ Log:Starting a rewrite of doc-stmgc.txt, very high-level so far, with changes that describe the new implementation plan. diff

[pypy-commit] stmgc default: debugging help

2013-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50:3aea86a96daf Date: 2013-05-29 18:52 +0200 http://bitbucket.org/pypy/stmgc/changeset/3aea86a96daf/ Log:debugging help diff --git a/c3/test/model.py b/c3/test/model.py --- a/c3/test/model.py +++ b/c3/test/model.py @@ -33,9 +33,17 @@

[pypy-commit] lang-smalltalk default: fixed infinity-retrieval to be RPython-compatible

2013-05-29 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r423:78905cdad21d Date: 2013-05-29 21:53 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/78905cdad21d/ Log:fixed infinity-retrieval to be RPython-compatible diff --git a/spyvm/primitives.py b/spyvm/primitives.py

[pypy-commit] lang-smalltalk default: fixed overlow-error in primitive float_times_two_raised

2013-05-29 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r421:5b8f06f0ec25 Date: 2013-05-29 21:18 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/5b8f06f0ec25/ Log:fixed overlow-error in primitive float_times_two_raised diff --git a/spyvm/model.py b/spyvm/model.py ---

[pypy-commit] lang-smalltalk default: added primitiveSetFilePosition to FilePlugin

2013-05-29 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r420:51993a43b47c Date: 2013-05-29 09:55 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/51993a43b47c/ Log:added primitiveSetFilePosition to FilePlugin diff --git a/spyvm/plugins/fileplugin.py

[pypy-commit] lang-smalltalk default: added primitives for vmdebugging

2013-05-29 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r422:2c471ff9ff49 Date: 2013-05-29 21:18 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2c471ff9ff49/ Log:added primitives for vmdebugging diff --git a/spyvm/plugins/vmdebugging.py b/spyvm/plugins/vmdebugging.py

[pypy-commit] stmgc default: Read/write barriers.

2013-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r53:c61ac29e3901 Date: 2013-05-29 23:48 +0200 http://bitbucket.org/pypy/stmgc/changeset/c61ac29e3901/ Log:Read/write barriers. diff --git a/c3/doc-stmgc.txt b/c3/doc-stmgc.txt --- a/c3/doc-stmgc.txt +++ b/c3/doc-stmgc.txt @@ -65,14

[pypy-commit] pypy default: start to fix tests

2013-05-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r64664:ee4d83bb5d71 Date: 2013-05-30 06:09 +0300 http://bitbucket.org/pypy/pypy/changeset/ee4d83bb5d71/ Log:start to fix tests diff --git a/pypy/module/_multiprocessing/test/test_connection.py

[pypy-commit] pypy default: fix one test, translation too

2013-05-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r64665:f1937be96ddf Date: 2013-05-30 06:37 +0300 http://bitbucket.org/pypy/pypy/changeset/f1937be96ddf/ Log:fix one test, translation too diff --git a/pypy/module/_multiprocessing/interp_connection.py