[pypy-commit] cffi cffi-1.0: test and fix

2015-05-17 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2039:5cd5342dd8ce Date: 2015-05-17 20:14 +0200 http://bitbucket.org/cffi/cffi/changeset/5cd5342dd8ce/ Log:test and fix diff --git a/c/cdlopen.c b/c/cdlopen.c --- a/c/cdlopen.c +++ b/c/cdlopen.c @@ -117,7 +117,7 @@ int neg; } cdl_intconst_

[pypy-commit] cffi cffi-1.0: Test and fix for struct names from included ffis

2015-05-16 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2007:2e62c9373e2b Date: 2015-05-16 11:06 +0200 http://bitbucket.org/cffi/cffi/changeset/2e62c9373e2b/ Log:Test and fix for struct names from included ffis diff --git a/c/cdlopen.c b/c/cdlopen.c --- a/c/cdlopen.c +++ b/c/cdlopen.c @@ -254,7 +254

[pypy-commit] cffi cffi-1.0: test and fix

2015-05-12 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1996:affd940b95da Date: 2015-05-12 16:15 +0200 http://bitbucket.org/cffi/cffi/changeset/affd940b95da/ Log:test and fix diff --git a/cffi/recompiler.py b/cffi/recompiler.py --- a/cffi/recompiler.py +++ b/cffi/recompiler.py @@ -921,7 +921,7 @@

[pypy-commit] cffi cffi-1.0: test and fix

2015-05-12 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1995:27b0150bc868 Date: 2015-05-12 16:12 +0200 http://bitbucket.org/cffi/cffi/changeset/27b0150bc868/ Log:test and fix diff --git a/cffi/recompiler.py b/cffi/recompiler.py --- a/cffi/recompiler.py +++ b/cffi/recompiler.py @@ -888,10 +888,14 @@

[pypy-commit] cffi cffi-1.0: test and fix

2015-05-12 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1994:42b3895b68e8 Date: 2015-05-12 16:10 +0200 http://bitbucket.org/cffi/cffi/changeset/42b3895b68e8/ Log:test and fix diff --git a/cffi/recompiler.py b/cffi/recompiler.py --- a/cffi/recompiler.py +++ b/cffi/recompiler.py @@ -4,7 +4,7 @@ c

[pypy-commit] cffi cffi-1.0: Test and fix: don't write but

2015-05-10 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1960:7edd07598a1e Date: 2015-05-10 12:42 +0200 http://bitbucket.org/cffi/cffi/changeset/7edd07598a1e/ Log:Test and fix: don't write but diff --git a/_cffi1/realize_c_type.c b/_cffi1/realize_c_type.c --- a/_cffi1/realize_c_type.c +++ b/_cffi1/

[pypy-commit] cffi cffi-1.0: Test and fix

2015-05-09 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1947:6306348762c1 Date: 2015-05-09 16:07 +0200 http://bitbucket.org/cffi/cffi/changeset/6306348762c1/ Log:Test and fix diff --git a/_cffi1/test_recompiler.py b/_cffi1/test_recompiler.py --- a/_cffi1/test_recompiler.py +++ b/_cffi1/test_recompil

[pypy-commit] cffi cffi-1.0: Test and fix

2015-04-29 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1880:e5f48577bca9 Date: 2015-04-29 20:23 +0200 http://bitbucket.org/cffi/cffi/changeset/e5f48577bca9/ Log:Test and fix diff --git a/_cffi1/test_recompiler.py b/_cffi1/test_recompiler.py --- a/_cffi1/test_recompiler.py +++ b/_cffi1/test_recompil

[pypy-commit] cffi cffi-1.0: test and fix

2015-04-26 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1829:60463383e5bc Date: 2015-04-26 09:34 +0200 http://bitbucket.org/cffi/cffi/changeset/60463383e5bc/ Log:test and fix diff --git a/_cffi1/realize_c_type.c b/_cffi1/realize_c_type.c --- a/_cffi1/realize_c_type.c +++ b/_cffi1/realize_c_type.c @@

[pypy-commit] cffi cffi-1.0: test and fix

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1824:38f60cc08b65 Date: 2015-04-25 13:02 +0200 http://bitbucket.org/cffi/cffi/changeset/38f60cc08b65/ Log:test and fix diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_cffi1/ffi_obj.c +++ b/_cffi1/ffi_obj.c @@ -569,7 +569,7 @@

[pypy-commit] cffi cffi-1.0: test and fix for ffi.sizeof()

2015-04-19 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1772:7a5750bbb806 Date: 2015-04-19 10:45 +0200 http://bitbucket.org/cffi/cffi/changeset/7a5750bbb806/ Log:test and fix for ffi.sizeof() diff --git a/new/ffi_obj.c b/new/ffi_obj.c --- a/new/ffi_obj.c +++ b/new/ffi_obj.c @@ -178,16 +178,25 @@

[pypy-commit] cffi cffi-1.0: test and fix

2015-04-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1752:ec0e49dc60d1 Date: 2015-04-18 12:54 +0200 http://bitbucket.org/cffi/cffi/changeset/ec0e49dc60d1/ Log:test and fix diff --git a/new/recompiler.py b/new/recompiler.py --- a/new/recompiler.py +++ b/new/recompiler.py @@ -374,7 +374,7 @@

[pypy-commit] cffi cffi-1.0: Test and fix

2015-04-17 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1744:15360a5f6128 Date: 2015-04-17 17:42 +0200 http://bitbucket.org/cffi/cffi/changeset/15360a5f6128/ Log:Test and fix diff --git a/new/recompiler.py b/new/recompiler.py --- a/new/recompiler.py +++ b/new/recompiler.py @@ -97,6 +97,10 @@ de

[pypy-commit] cffi cffi-1.0: test and fix

2015-04-17 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1740:0feb2cc57dcb Date: 2015-04-17 16:49 +0200 http://bitbucket.org/cffi/cffi/changeset/0feb2cc57dcb/ Log:test and fix diff --git a/new/realize_c_type.c b/new/realize_c_type.c --- a/new/realize_c_type.c +++ b/new/realize_c_type.c @@ -60,6 +60,8

[pypy-commit] cffi cffi-1.0: Test and fix for the error message

2015-04-14 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1708:30a839e74f3d Date: 2015-04-14 19:06 +0200 http://bitbucket.org/cffi/cffi/changeset/30a839e74f3d/ Log:Test and fix for the error message diff --git a/new/realize_c_type.c b/new/realize_c_type.c --- a/new/realize_c_type.c +++ b/new/realize_c