[pypy-svn] r35526 - in pypy/branch/jit-real-world/pypy: . annotation bin config config/test doc interpreter interpreter/pyparser jit/codegen/llvm jit/codegen/ppc lang lib module/_dotnet module/posix module/sys module/thread objspace objspace/fake objspace/flow objspace/std/test objspace/test rlib/parsing rpython rpython/lltypesystem rpython/memory rpython/module rpython/ootypesystem rpython/rctypes rpython/test tool tool/build translator translator/backendopt translator/c translator/c/src translator/c/test translator/cli translator/goal translator/js translator/llvm translator/oosupport translator/test translator/tool

arigo at codespeak.net arigo at codespeak.net
Sat Dec 9 02:53:42 CET 2006


Author: arigo
Date: Sat Dec  9 02:53:42 2006
New Revision: 35526

Added:
   pypy/branch/jit-real-world/pypy/annotation/annrpython.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/annotation/annrpython.py
   pypy/branch/jit-real-world/pypy/bin/
      - copied from r35525, pypy/branch/temp/pypy/bin/
   pypy/branch/jit-real-world/pypy/config/config.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/config/config.py
   pypy/branch/jit-real-world/pypy/config/pypyoption.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/config/pypyoption.py
   pypy/branch/jit-real-world/pypy/config/test/
      - copied from r35525, pypy/branch/temp/pypy/config/test/
   pypy/branch/jit-real-world/pypy/config/translationoption.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/config/translationoption.py
   pypy/branch/jit-real-world/pypy/conftest.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/conftest.py
   pypy/branch/jit-real-world/pypy/doc/
      - copied from r35525, pypy/branch/temp/pypy/doc/
   pypy/branch/jit-real-world/pypy/interpreter/baseobjspace.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/interpreter/baseobjspace.py
   pypy/branch/jit-real-world/pypy/interpreter/pyparser/
      - copied from r35525, pypy/branch/temp/pypy/interpreter/pyparser/
   pypy/branch/jit-real-world/pypy/jit/codegen/llvm/
      - copied from r35525, pypy/branch/temp/pypy/jit/codegen/llvm/
   pypy/branch/jit-real-world/pypy/jit/codegen/ppc/rgenop.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/jit/codegen/ppc/rgenop.py
   pypy/branch/jit-real-world/pypy/lang/
      - copied from r35525, pypy/branch/temp/pypy/lang/
   pypy/branch/jit-real-world/pypy/lib/
      - copied from r35525, pypy/branch/temp/pypy/lib/
   pypy/branch/jit-real-world/pypy/module/_dotnet/
      - copied from r35525, pypy/branch/temp/pypy/module/_dotnet/
   pypy/branch/jit-real-world/pypy/module/posix/
      - copied from r35525, pypy/branch/temp/pypy/module/posix/
   pypy/branch/jit-real-world/pypy/module/sys/
      - copied from r35525, pypy/branch/temp/pypy/module/sys/
   pypy/branch/jit-real-world/pypy/module/thread/
      - copied from r35525, pypy/branch/temp/pypy/module/thread/
   pypy/branch/jit-real-world/pypy/objspace/fake/
      - copied from r35525, pypy/branch/temp/pypy/objspace/fake/
   pypy/branch/jit-real-world/pypy/objspace/flow/flowcontext.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/objspace/flow/flowcontext.py
   pypy/branch/jit-real-world/pypy/objspace/logic.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/objspace/logic.py
   pypy/branch/jit-real-world/pypy/objspace/std/test/
      - copied from r35525, pypy/branch/temp/pypy/objspace/std/test/
   pypy/branch/jit-real-world/pypy/objspace/test/
      - copied from r35525, pypy/branch/temp/pypy/objspace/test/
   pypy/branch/jit-real-world/pypy/rlib/parsing/
      - copied from r35525, pypy/branch/temp/pypy/rlib/parsing/
   pypy/branch/jit-real-world/pypy/rpython/extfunctable.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/extfunctable.py
   pypy/branch/jit-real-world/pypy/rpython/lltypesystem/rpbc.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/lltypesystem/rpbc.py
   pypy/branch/jit-real-world/pypy/rpython/memory/
      - copied from r35525, pypy/branch/temp/pypy/rpython/memory/
   pypy/branch/jit-real-world/pypy/rpython/module/
      - copied from r35525, pypy/branch/temp/pypy/rpython/module/
   pypy/branch/jit-real-world/pypy/rpython/ootypesystem/rclass.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/ootypesystem/rclass.py
   pypy/branch/jit-real-world/pypy/rpython/rctypes/
      - copied from r35525, pypy/branch/temp/pypy/rpython/rctypes/
   pypy/branch/jit-real-world/pypy/rpython/rexternalobj.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/rexternalobj.py
   pypy/branch/jit-real-world/pypy/rpython/rpbc.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/rpbc.py
   pypy/branch/jit-real-world/pypy/rpython/rtyper.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/rtyper.py
   pypy/branch/jit-real-world/pypy/rpython/test/test_exception.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/test/test_exception.py
   pypy/branch/jit-real-world/pypy/rpython/test/test_llinterp.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/test/test_llinterp.py
   pypy/branch/jit-real-world/pypy/rpython/test/test_rpbc.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/rpython/test/test_rpbc.py
   pypy/branch/jit-real-world/pypy/tool/build/
      - copied from r35525, pypy/branch/temp/pypy/tool/build/
   pypy/branch/jit-real-world/pypy/tool/error.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/tool/error.py
   pypy/branch/jit-real-world/pypy/tool/option.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/tool/option.py
   pypy/branch/jit-real-world/pypy/translator/backendopt/
      - copied from r35525, pypy/branch/temp/pypy/translator/backendopt/
   pypy/branch/jit-real-world/pypy/translator/c/exceptiontransform.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/c/exceptiontransform.py
   pypy/branch/jit-real-world/pypy/translator/c/extfunc.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/c/extfunc.py
   pypy/branch/jit-real-world/pypy/translator/c/genc.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/c/genc.py
   pypy/branch/jit-real-world/pypy/translator/c/primitive.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/c/primitive.py
   pypy/branch/jit-real-world/pypy/translator/c/src/
      - copied from r35525, pypy/branch/temp/pypy/translator/c/src/
   pypy/branch/jit-real-world/pypy/translator/c/test/
      - copied from r35525, pypy/branch/temp/pypy/translator/c/test/
   pypy/branch/jit-real-world/pypy/translator/cli/
      - copied from r35525, pypy/branch/temp/pypy/translator/cli/
   pypy/branch/jit-real-world/pypy/translator/driver.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/driver.py
   pypy/branch/jit-real-world/pypy/translator/goal/app_main.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/goal/app_main.py
   pypy/branch/jit-real-world/pypy/translator/goal/bench-cronjob.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/goal/bench-cronjob.py
   pypy/branch/jit-real-world/pypy/translator/goal/bench-custom.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/goal/bench-custom.py
   pypy/branch/jit-real-world/pypy/translator/goal/bench-unix.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/goal/bench-unix.py
   pypy/branch/jit-real-world/pypy/translator/goal/targetmultiplespaces.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/goal/targetmultiplespaces.py
   pypy/branch/jit-real-world/pypy/translator/goal/targetpypystandalone.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/goal/targetpypystandalone.py
   pypy/branch/jit-real-world/pypy/translator/goal/translate.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/goal/translate.py
   pypy/branch/jit-real-world/pypy/translator/interactive.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/interactive.py
   pypy/branch/jit-real-world/pypy/translator/js/
      - copied from r35525, pypy/branch/temp/pypy/translator/js/
   pypy/branch/jit-real-world/pypy/translator/llvm/
      - copied from r35525, pypy/branch/temp/pypy/translator/llvm/
   pypy/branch/jit-real-world/pypy/translator/oosupport/
      - copied from r35525, pypy/branch/temp/pypy/translator/oosupport/
   pypy/branch/jit-real-world/pypy/translator/test/
      - copied from r35525, pypy/branch/temp/pypy/translator/test/
   pypy/branch/jit-real-world/pypy/translator/tool/make_dot.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/tool/make_dot.py
   pypy/branch/jit-real-world/pypy/translator/tool/raymond.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/tool/raymond.py
   pypy/branch/jit-real-world/pypy/translator/translator.py
      - copied unchanged from r35525, pypy/branch/temp/pypy/translator/translator.py
Log:
pedronis and arigo trying to merge again...




More information about the Pypy-commit mailing list