[pypy-commit] pypy default: Issue #1865: missing keepalive for the list of arguments

2014-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r73542:d0dd7df65ca3 Date: 2014-09-15 09:04 +0200 http://bitbucket.org/pypy/pypy/changeset/d0dd7df65ca3/ Log:Issue #1865: missing keepalive for the list of arguments diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefu

[pypy-commit] creflect default: Pass the 004 tests

2014-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r35:3dfc3004ad46 Date: 2014-09-15 18:31 +0200 http://bitbucket.org/cffi/creflect/changeset/3dfc3004ad46/ Log:Pass the 004 tests diff --git a/test/codegen/004.c b/test/codegen/004.c --- a/test/codegen/004.c +++ b/test/codegen/004.c @@ -5,13 +5,13 @@ int

[pypy-commit] creflect default: The test 005 passes

2014-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r36:8a3909328cd4 Date: 2014-09-15 19:19 +0200 http://bitbucket.org/cffi/creflect/changeset/8a3909328cd4/ Log:The test 005 passes diff --git a/creflect/codegen.py b/creflect/codegen.py --- a/creflect/codegen.py +++ b/creflect/codegen.py @@ -10,6 +10,7 @@

[pypy-commit] creflect default: 005d fails

2014-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r37:c6573ab87077 Date: 2014-09-15 19:43 +0200 http://bitbucket.org/cffi/creflect/changeset/c6573ab87077/ Log:005d fails diff --git a/creflect/codegen.py b/creflect/codegen.py --- a/creflect/codegen.py +++ b/creflect/codegen.py @@ -32,6 +32,8 @@

[pypy-commit] creflect default: Fix 005d

2014-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r38:bd7d04b35494 Date: 2014-09-15 19:50 +0200 http://bitbucket.org/cffi/creflect/changeset/bd7d04b35494/ Log:Fix 005d diff --git a/creflect/codegen.py b/creflect/codegen.py --- a/creflect/codegen.py +++ b/creflect/codegen.py @@ -33,10 +33,10 @@

[pypy-commit] creflect default: 005e passes

2014-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r39:fb367039b305 Date: 2014-09-15 19:54 +0200 http://bitbucket.org/cffi/creflect/changeset/fb367039b305/ Log:005e passes diff --git a/test/codegen/005e.c b/test/codegen/005e.c --- a/test/codegen/005e.c +++ b/test/codegen/005e.c @@ -1,42 +1,106 @@ -typed

[pypy-commit] creflect default: Start support for 'const'

2014-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r40:604ad41bc138 Date: 2014-09-15 20:27 +0200 http://bitbucket.org/cffi/creflect/changeset/604ad41bc138/ Log:Start support for 'const' diff --git a/creflect/codegen.py b/creflect/codegen.py --- a/creflect/codegen.py +++ b/creflect/codegen.py @@ -145,7 +

[pypy-commit] pypy gc_no_cleanup_nursery: small fixes

2014-09-15 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73543:45d9a5a7c5f5 Date: 2014-09-15 12:34 -0600 http://bitbucket.org/pypy/pypy/changeset/45d9a5a7c5f5/ Log:small fixes diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/

[pypy-commit] pypy improve-docs: Fix reference.

2014-09-15 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r73544:7c9843cd4958 Date: 2014-09-15 20:52 +0200 http://bitbucket.org/pypy/pypy/changeset/7c9843cd4958/ Log:Fix reference. diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++ b/pypy/doc/install.rst @@ -7

[pypy-commit] pypy improve-docs: Change wording a bit for style and consistency.

2014-09-15 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r73545:7c0472302251 Date: 2014-09-15 20:55 +0200 http://bitbucket.org/pypy/pypy/changeset/7c0472302251/ Log:Change wording a bit for style and consistency. diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b

[pypy-commit] pypy improve-docs: Move these paragraphs up.

2014-09-15 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r73546:460039f9b847 Date: 2014-09-15 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/460039f9b847/ Log:Move these paragraphs up. diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.rst @@

[pypy-commit] pypy improve-docs: Fix heading.

2014-09-15 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r73547:5e89c19edc37 Date: 2014-09-15 21:04 +0200 http://bitbucket.org/pypy/pypy/changeset/5e89c19edc37/ Log:Fix heading. diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -133,7 +133,7 @@

[pypy-commit] pypy improve-docs: Use :doc: reST role.

2014-09-15 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r73548:653b6044022b Date: 2014-09-15 21:12 +0200 http://bitbucket.org/pypy/pypy/changeset/653b6044022b/ Log:Use :doc: reST role. diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -126,13 +126

[pypy-commit] pypy default: ARMv6 fix

2014-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r73549:a9ed7770eda6 Date: 2014-09-15 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/a9ed7770eda6/ Log:ARMv6 fix diff --git a/rpython/jit/backend/arm/callbuilder.py b/rpython/jit/backend/arm/callbuilder.py --- a/rpython/jit/backend/arm/callbuilder