[pypy-commit] pypy default: fix parser and tests

2011-06-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44991:5d021179fc09 Date: 2011-06-18 10:24 +0200 http://bitbucket.org/pypy/pypy/changeset/5d021179fc09/ Log:fix parser and tests diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser

[pypy-commit] pypy default: Silence a warning.

2011-06-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r44992:74e09a87f776 Date: 2011-06-18 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/74e09a87f776/ Log:Silence a warning. diff --git a/pypy/translator/c/src/main.h b/pypy/translator/c/src/main.h --- a/pypy/translator/c/src/main.h +++ b/pypy/transla

[pypy-commit] pypy default: Fix the Windows flags for running "nmake lldebug".

2011-06-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r44993:a0be15bed412 Date: 2011-06-18 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/a0be15bed412/ Log:Fix the Windows flags for running "nmake lldebug". diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py --- a/pypy/translator/c/gen

[pypy-commit] pypy default: merge heads

2011-06-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r44994:fa8cc06f5ce2 Date: 2011-06-18 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/fa8cc06f5ce2/ Log:merge heads diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/pypy/to

[pypy-commit] pypy default: removing one of the minimark sections, because there are two identical minimark sections in this file.

2011-06-18 Thread bivab
Author: David Schneider Branch: Changeset: r44995:02a8f4b2b7a9 Date: 2011-06-18 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/02a8f4b2b7a9/ Log:removing one of the minimark sections, because there are two identical minimark sections in this file. diff --git a/pypy/doc/garbage

[pypy-commit] pypy default: repeated float_neg have a known reesult.

2011-06-18 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44996:299fbd1d3f00 Date: 2011-06-18 18:57 -0700 http://bitbucket.org/pypy/pypy/changeset/299fbd1d3f00/ Log:repeated float_neg have a known reesult. diff --git a/pypy/jit/metainterp/optimizeopt/rewrite.py b/pypy/jit/metainterp/optimizeopt/rewrite.py -

[pypy-commit] pypy default: merged upstream

2011-06-18 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44997:da2244d0d7ff Date: 2011-06-18 18:58 -0700 http://bitbucket.org/pypy/pypy/changeset/da2244d0d7ff/ Log:merged upstream diff --git a/pypy/doc/garbage_collection.rst b/pypy/doc/garbage_collection.rst --- a/pypy/doc/garbage_collection.rst +++ b/pypy/