[pypy-commit] stmgc hashtable: Remove a dead file

2014-11-09 Thread arigo
Author: Armin Rigo Branch: hashtable Changeset: r1501:7ff130375645 Date: 2014-11-09 14:48 +0100 http://bitbucket.org/pypy/stmgc/changeset/7ff130375645/ Log:Remove a dead file diff --git a/c7/stm/hashtable.h b/c7/stm/hashtable.h deleted file mode 100644 --- a/c7/stm/hashtable.h +++ /dev/null

[pypy-commit] pypy default: We were missing the __attribute__((visibility("hidden"))) on all

2014-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r74415:56ba97730a23 Date: 2014-11-09 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/56ba97730a23/ Log:We were missing the __attribute__((visibility("hidden"))) on all function and global variables declared in translator/c/src/. This

[pypy-commit] pypy default: merge heads

2014-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r74417:e82fcc48ffa6 Date: 2014-11-09 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/e82fcc48ffa6/ Log:merge heads diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a/rpython/translator/simplify.py +++ b/rpython/trans

[pypy-commit] pypy default: more RPY_EXPORTED_FOR_TESTS => RPY_EXTERN

2014-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r74416:ac5c44882bb1 Date: 2014-11-09 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/ac5c44882bb1/ Log:more RPY_EXPORTED_FOR_TESTS => RPY_EXTERN diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/multibytecodec.h b/pypy/module/_multibytecodec/

[pypy-commit] pypy default: more RPY_ETERN definitions

2014-11-09 Thread mattip
Author: Matti Picus Branch: Changeset: r74418:e0ee57865d3d Date: 2014-11-09 12:39 -0600 http://bitbucket.org/pypy/pypy/changeset/e0ee57865d3d/ Log:more RPY_ETERN definitions diff --git a/rpython/translator/c/src/ll_math.c b/rpython/translator/c/src/ll_math.c --- a/rpython/translator/c/src/

[pypy-commit] pypy default: Ooops. The gc-incminimark-pinning branch introduced a call to

2014-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r74419:40953f097e0e Date: 2014-11-09 21:18 +0100 http://bitbucket.org/pypy/pypy/changeset/40953f097e0e/ Log:Ooops. The gc-incminimark-pinning branch introduced a call to collect_and_reserve() from *every* malloc, rather than only when the

[pypy-commit] pypy default: backed out changeset: e0ee57865d3d, fix windows own tests differently

2014-11-09 Thread mattip
Author: Matti Picus Branch: Changeset: r74420:b3b01191e99b Date: 2014-11-09 14:32 -0600 http://bitbucket.org/pypy/pypy/changeset/b3b01191e99b/ Log:backed out changeset: e0ee57865d3d, fix windows own tests differently diff --git a/rpython/translator/c/src/ll_math.c b/rpython/transla

[pypy-commit] pypy default: add RPY_EXTERN to function declarations via h file

2014-11-09 Thread mattip
Author: Matti Picus Branch: Changeset: r74421:451f9a4e1dd6 Date: 2014-11-09 14:41 -0600 http://bitbucket.org/pypy/pypy/changeset/451f9a4e1dd6/ Log:add RPY_EXTERN to function declarations via h file diff --git a/rpython/translator/c/src/ll_math.c b/rpython/translator/c/src/ll_math.c --- a/r

[pypy-commit] pypy more-rposix: Move os.ttyname()

2014-11-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: more-rposix Changeset: r74422:12a878a11f79 Date: 2014-11-09 20:54 +0100 http://bitbucket.org/pypy/pypy/changeset/12a878a11f79/ Log:Move os.ttyname() diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rl

[pypy-commit] pypy default: Fix the Makefile so that "make tests" can be run here. For some reason

2014-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r74423:5aa672cd2f3c Date: 2014-11-09 22:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5aa672cd2f3c/ Log:Fix the Makefile so that "make tests" can be run here. For some reason it seems never to have worked in the dynamic cases, but it's

[pypy-commit] pypy default: rename all the things in annotator.follow_link()

2014-11-09 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r74424:3b3f07bcbd47 Date: 2014-11-07 19:31 + http://bitbucket.org/pypy/pypy/changeset/3b3f07bcbd47/ Log:rename all the things in annotator.follow_link() diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/ann