[pypy-commit] pypy stm-thread-2: Fix

2012-12-17 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r59481:f6071fb274ab Date: 2012-12-18 00:58 +0100 http://bitbucket.org/pypy/pypy/changeset/f6071fb274ab/ Log:Fix diff --git a/pypy/rlib/rstack.py b/pypy/rlib/rstack.py --- a/pypy/rlib/rstack.py +++ b/pypy/rlib/rstack.py @@ -19,8 +19,13 @@

[pypy-commit] pypy stm-thread-2: Fix

2012-12-17 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r59480:4a61fbe03058 Date: 2012-12-18 00:59 +0100 http://bitbucket.org/pypy/pypy/changeset/4a61fbe03058/ Log:Fix diff --git a/pypy/translator/c/src/entrypoint.c b/pypy/translator/c/src/entrypoint.c --- a/pypy/translator/c/src/entrypoint.c ++

[pypy-commit] pypy virtual-raw-mallocs: first passing test: very simple and lots of things still to do (starting from forcing)

2012-12-17 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59479:37b9377a7717 Date: 2012-12-18 00:48 +0100 http://bitbucket.org/pypy/pypy/changeset/37b9377a7717/ Log:first passing test: very simple and lots of things still to do (starting from forcing) diff --git a/pypy/jit/metaint

[pypy-commit] pypy virtual-raw-mallocs: rewrite the failing test to use an untyped buffer and {get, set}arrayitem_gc ops, because this is what happends in cffi

2012-12-17 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59478:3724e2688557 Date: 2012-12-17 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/3724e2688557/ Log:rewrite the failing test to use an untyped buffer and {get,set}arrayitem_gc ops, because this is what happends in cff

[pypy-commit] pypy virtual-raw-mallocs: a failing test

2012-12-17 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59477:43d8e4d8dbc0 Date: 2012-12-17 15:07 +0100 http://bitbucket.org/pypy/pypy/changeset/43d8e4d8dbc0/ Log:a failing test diff --git a/pypy/jit/metainterp/test/test_virtual.py b/pypy/jit/metainterp/test/test_virtual.py --- a/pypy/

[pypy-commit] pypy virtual-raw-mallocs: a branch where to add support for virtual raw mallocs: the goal is to optimize away the temp buffer created to do cffi calls

2012-12-17 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59476:48a5dd7950fb Date: 2012-12-17 14:49 +0100 http://bitbucket.org/pypy/pypy/changeset/48a5dd7950fb/ Log:a branch where to add support for virtual raw mallocs: the goal is to optimize away the temp buffer created to do cff

[pypy-commit] pypy default: Typo in C sources, which only gave warnings.

2012-12-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r59475:78665ad2c44e Date: 2012-12-18 00:45 +0100 http://bitbucket.org/pypy/pypy/changeset/78665ad2c44e/ Log:Typo in C sources, which only gave warnings. diff --git a/pypy/module/cpyext/src/pythread.c b/pypy/module/cpyext/src/pythread.c --- a/pypy/modul

[pypy-commit] pypy stm-thread-2: Left behind in previous merge

2012-12-17 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r59474:a59a3dd9ee87 Date: 2012-12-17 23:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a59a3dd9ee87/ Log:Left behind in previous merge diff --git a/pypy/translator/c/src/mem.h b/pypy/translator/c/src/mem.h --- a/pypy/translator/c/src/mem.

[pypy-commit] pypy default: Really remove the file README.

2012-12-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r59472:6a2252addfe3 Date: 2012-12-17 21:04 +0100 http://bitbucket.org/pypy/pypy/changeset/6a2252addfe3/ Log:Really remove the file README. diff --git a/README b/README deleted file mode 100644 --- a/README +++ /dev/null @@ -1,24 +0,0 @@ -===

[pypy-commit] pypy default: Added the plain README file back in

2012-12-17 Thread akdominguez
Author: Anna Katrina Dominguez Branch: Changeset: r59471:f3efb6786cf0 Date: 2012-12-17 11:10 -0800 http://bitbucket.org/pypy/pypy/changeset/f3efb6786cf0/ Log:Added the plain README file back in diff --git a/README b/README new file mode 100644 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +==

[pypy-commit] pypy default: Added .rst to the README file so it renders correctly on Bitbucket

2012-12-17 Thread akdominguez
Author: Anna Katrina Dominguez Branch: Changeset: r59470:5a29226c496d Date: 2012-12-17 11:03 -0800 http://bitbucket.org/pypy/pypy/changeset/5a29226c496d/ Log:Added .rst to the README file so it renders correctly on Bitbucket diff --git a/README b/README deleted file mode 100644 --- a/README

[pypy-commit] pypy default: Merged in bdkearns/pypy (pull request #98: more correct fix for test_ioctl)

2012-12-17 Thread arigo
Author: arigo Branch: Changeset: r59469:cc4e5c0d5b78 Date: 2012-12-17 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/cc4e5c0d5b78/ Log:Merged in bdkearns/pypy (pull request #98: more correct fix for test_ioctl) diff --git a/pypy/module/fcntl/test/test_fcntl.py b/pypy/module/f

[pypy-commit] pypy default: actually fix test_ioctl

2012-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r59468:08157d8ce102 Date: 2012-12-16 19:15 -0500 http://bitbucket.org/pypy/pypy/changeset/08157d8ce102/ Log:actually fix test_ioctl diff --git a/pypy/module/fcntl/test/test_fcntl.py b/pypy/module/fcntl/test/test_fcntl.py --- a/pypy/module/fcntl/test/

[pypy-commit] pypy default: switch test_ioctl back to pty (automated builds don't have a controlling tty)

2012-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r59467:6b2344d79508 Date: 2012-12-16 18:20 -0500 http://bitbucket.org/pypy/pypy/changeset/6b2344d79508/ Log:switch test_ioctl back to pty (automated builds don't have a controlling tty) diff --git a/pypy/module/fcntl/test/test_fcntl.py b/pypy