[pypy-commit] creflect default: Adapt the driver's code

2014-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r49:70c5769aca75 Date: 2014-09-19 15:16 +0200 http://bitbucket.org/cffi/creflect/changeset/70c5769aca75/ Log:Adapt the driver's code diff --git a/creflect/cmdline.py b/creflect/cmdline.py --- a/creflect/cmdline.py +++ b/creflect/cmdline.py @@ -1,21 +1,2

[pypy-commit] stmgc c8-new-page-handling: add some comments

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1403:07565910b902 Date: 2014-09-19 14:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/07565910b902/ Log:add some comments diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -4,10 +4,48 @@ /

[pypy-commit] stmgc c8-new-page-handling: pass test_basic again, yay

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1402:172d904d4d30 Date: 2014-09-19 14:35 +0200 http://bitbucket.org/pypy/stmgc/changeset/172d904d4d30/ Log:pass test_basic again, yay diff --git a/c8/test/support.py b/c8/test/support.py --- a/c8/test/support.py +++ b/c8/test/suppor

[pypy-commit] stmgc c8-new-page-handling: fix overlap condition when trying to find objs that are partially in a page

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1401:740a6aeff2eb Date: 2014-09-19 14:30 +0200 http://bitbucket.org/pypy/stmgc/changeset/740a6aeff2eb/ Log:fix overlap condition when trying to find objs that are partially in a page diff --git a/c8/stm/core.c b/c8/stm/core.

[pypy-commit] stmgc c8-new-page-handling: don't touch possibly PROT_NONE memory in segfault handler

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1399:0985c04574ca Date: 2014-09-19 14:13 +0200 http://bitbucket.org/pypy/stmgc/changeset/0985c04574ca/ Log:don't touch possibly PROT_NONE memory in segfault handler diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++

[pypy-commit] stmgc c8-new-page-handling: fix invalid argument to mmap

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1400:d41bdd1f1bf4 Date: 2014-09-19 14:17 +0200 http://bitbucket.org/pypy/stmgc/changeset/d41bdd1f1bf4/ Log:fix invalid argument to mmap diff --git a/c8/stm/pages.c b/c8/stm/pages.c --- a/c8/stm/pages.c +++ b/c8/stm/pages.c @@ -64,7

[pypy-commit] extradoc extradoc: work on slides a little more

2014-09-19 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5411:91173ca8d8c0 Date: 2014-09-19 13:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/91173ca8d8c0/ Log:work on slides a little more diff --git a/talk/brno-php-2014/talk.rst b/talk/brno-php-2014/talk.rst --- a/talk/brno-php-2014/t

[pypy-commit] pypy py3k: try harder to find license info on windows

2014-09-19 Thread mattip
Author: mattip Branch: py3k Changeset: r73615:6252ee8e03f4 Date: 2014-09-19 14:29 +0300 http://bitbucket.org/pypy/pypy/changeset/6252ee8e03f4/ Log:try harder to find license info on windows diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/packa

[pypy-commit] pypy default: avoid segfault dialog box in packaging, copy pdb after translating (windows)

2014-09-19 Thread mattip
Author: mattip Branch: Changeset: r73611:8e1fb8ca5b05 Date: 2014-09-19 14:02 +0300 http://bitbucket.org/pypy/pypy/changeset/8e1fb8ca5b05/ Log:avoid segfault dialog box in packaging, copy pdb after translating (windows) diff --git a/pypy/tool/release/package.py b/pypy/tool/release/pa

[pypy-commit] pypy py3k: avoid segfault dialog box in packaging, copy pdb after translating (windows)

2014-09-19 Thread mattip
Author: mattip Branch: py3k Changeset: r73613:047dc52c284f Date: 2014-09-19 14:02 +0300 http://bitbucket.org/pypy/pypy/changeset/047dc52c284f/ Log:avoid segfault dialog box in packaging, copy pdb after translating (windows) diff --git a/pypy/tool/release/package.py b/pypy/tool/releas

[pypy-commit] pypy default: try harder to find license info on windows

2014-09-19 Thread mattip
Author: mattip Branch: Changeset: r73612:0cfa9e069a4c Date: 2014-09-19 14:29 +0300 http://bitbucket.org/pypy/pypy/changeset/0cfa9e069a4c/ Log:try harder to find license info on windows diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.p

[pypy-commit] pypy py3k: TODO is done on this branch

2014-09-19 Thread mattip
Author: mattip Branch: py3k Changeset: r73614:84934536fb78 Date: 2014-09-19 14:43 +0300 http://bitbucket.org/pypy/pypy/changeset/84934536fb78/ Log:TODO is done on this branch diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translator/driver.py +++ b/rpy

[pypy-commit] stmgc c8-new-page-handling: bugs everywhere...

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1398:22825b514b8b Date: 2014-09-19 13:41 +0200 http://bitbucket.org/pypy/stmgc/changeset/22825b514b8b/ Log:bugs everywhere... diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -359,6 +359,7 @@

[pypy-commit] stmgc c8-new-page-handling: progress

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1394:5647127245ea Date: 2014-09-19 12:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/5647127245ea/ Log:progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -91,8 +91,6 @@ /* make

[pypy-commit] stmgc c8-new-page-handling: change stm_validate() signature

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1395:18875506f028 Date: 2014-09-19 13:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/18875506f028/ Log:change stm_validate() signature diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -102,9

[pypy-commit] stmgc c8-new-page-handling: fix wrong nesting

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1396:6960f1340af8 Date: 2014-09-19 13:06 +0200 http://bitbucket.org/pypy/stmgc/changeset/6960f1340af8/ Log:fix wrong nesting diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -366,6 +366,8 @@

[pypy-commit] stmgc c8-new-page-handling: fix future bug

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1397:6f4f5fff1904 Date: 2014-09-19 13:09 +0200 http://bitbucket.org/pypy/stmgc/changeset/6f4f5fff1904/ Log:fix future bug diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -365,9 +365,13 @@ u

[pypy-commit] extradoc extradoc: tweak

2014-09-19 Thread rlamy
Author: Ronan Lamy Branch: extradoc Changeset: r5409:5145ec98b828 Date: 2014-09-19 09:23 +0100 http://bitbucket.org/pypy/extradoc/changeset/5145ec98b828/ Log:tweak diff --git a/talk/pycon-uk-2014/talk.rst b/talk/pycon-uk-2014/talk.rst --- a/talk/pycon-uk-2014/talk.rst +++ b/talk/pycon-uk-201

[pypy-commit] extradoc extradoc: merge heads

2014-09-19 Thread rlamy
Author: Ronan Lamy Branch: extradoc Changeset: r5410:ef7b6443a343 Date: 2014-09-19 11:35 +0100 http://bitbucket.org/pypy/extradoc/changeset/ef7b6443a343/ Log:merge heads diff --git a/talk/brno-php-2014/talk.rst b/talk/brno-php-2014/talk.rst new file mode 100644 --- /dev/null +++ b/talk/brno-

[pypy-commit] stmgc c8-new-page-handling: huge mess in progress

2014-09-19 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1393:b2fd01cfefe6 Date: 2014-09-19 10:46 +0200 http://bitbucket.org/pypy/stmgc/changeset/b2fd01cfefe6/ Log:huge mess in progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -2,9 +2,135 @@ #

[pypy-commit] extradoc extradoc: review

2014-09-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5408:4d14086777fb Date: 2014-09-19 10:34 +0200 http://bitbucket.org/pypy/extradoc/changeset/4d14086777fb/ Log:review diff --git a/talk/brno-php-2014/talk.rst b/talk/brno-php-2014/talk.rst --- a/talk/brno-php-2014/talk.rst +++ b/talk/brno-php-20