[pypy-commit] pypy default: Use "int" instead of "Signed" in these functions meant to be called from

2014-02-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r69120:69b6a25067f8 Date: 2014-02-12 13:25 +0100 http://bitbucket.org/pypy/pypy/changeset/69b6a25067f8/ Log:Use "int" instead of "Signed" in these functions meant to be called from C code. diff --git a/pypy/goal/targetpypystandalone.py b/pypy/g

[pypy-commit] pypy default: Add an official header with comments for using libpypy.so.

2014-02-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r69121:c4cd6eca9358 Date: 2014-02-12 13:50 +0100 http://bitbucket.org/pypy/pypy/changeset/c4cd6eca9358/ Log:Add an official header with comments for using libpypy.so. diff --git a/include/PyPy.h b/include/PyPy.h new file mode 100644 --- /dev/null +++ b/

[pypy-commit] pypy default: Fix the comment here

2014-02-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r69122:b7deb1f65630 Date: 2014-02-12 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/b7deb1f65630/ Log:Fix the comment here diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/PyPy.h +++ b/include/PyPy.h @@ -28,7 +28,7 @@ /* If your program

[pypy-commit] pypy default: Remove trailing whitespaces.

2014-02-12 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r69123:9b8d5bb9504b Date: 2014-02-12 15:28 +0100 http://bitbucket.org/pypy/pypy/changeset/9b8d5bb9504b/ Log:Remove trailing whitespaces. diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/PyPy.h +++ b/include/PyPy.h @@ -14,13 +14,13 @@ /*

[pypy-commit] pypy default: Remove the LLVM entry from the project ideas document -- we have a LLVM translation backend in-tree.

2014-02-12 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r69124:4dd6b84f03d6 Date: 2014-02-12 20:27 +0100 http://bitbucket.org/pypy/pypy/changeset/4dd6b84f03d6/ Log:Remove the LLVM entry from the project ideas document -- we have a LLVM translation backend in-tree. diff --git a/pypy/doc/project-ideas