[pypy-svn] r25371 - in pypy/dist/pypy: objspace/flow rpython/lltypesystem rpython/memory rpython/memory/test translator translator/backendopt translator/backendopt/test translator/c translator/c/src translator/c/test

mwh at codespeak.net mwh at codespeak.net
Wed Apr 5 13:37:29 CEST 2006


Author: mwh
Date: Wed Apr  5 13:37:28 2006
New Revision: 25371

Added:
   pypy/dist/pypy/objspace/flow/model.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/objspace/flow/model.py
   pypy/dist/pypy/rpython/lltypesystem/lloperation.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py
   pypy/dist/pypy/rpython/memory/gctransform.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/rpython/memory/gctransform.py
   pypy/dist/pypy/rpython/memory/test/test_gctransform.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/rpython/memory/test/test_gctransform.py
   pypy/dist/pypy/translator/backendopt/inline.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/backendopt/inline.py
   pypy/dist/pypy/translator/backendopt/test/test_inline.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/backendopt/test/test_inline.py
   pypy/dist/pypy/translator/c/database.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/database.py
   pypy/dist/pypy/translator/c/exceptiontransform.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/exceptiontransform.py
   pypy/dist/pypy/translator/c/extfunc.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/extfunc.py
   pypy/dist/pypy/translator/c/funcgen.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/funcgen.py
   pypy/dist/pypy/translator/c/gc.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/gc.py
   pypy/dist/pypy/translator/c/src/address.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/address.h
   pypy/dist/pypy/translator/c/src/char.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/char.h
   pypy/dist/pypy/translator/c/src/exception.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/exception.h
   pypy/dist/pypy/translator/c/src/float.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/float.h
   pypy/dist/pypy/translator/c/src/int.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/int.h
   pypy/dist/pypy/translator/c/src/ll__socket.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/ll__socket.h
   pypy/dist/pypy/translator/c/src/ll_stackless.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/ll_stackless.h
   pypy/dist/pypy/translator/c/src/main.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/main.h
   pypy/dist/pypy/translator/c/src/mem.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/mem.h
   pypy/dist/pypy/translator/c/src/pyobj.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/pyobj.h
   pypy/dist/pypy/translator/c/src/support.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/support.h
   pypy/dist/pypy/translator/c/src/trace.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/trace.h
   pypy/dist/pypy/translator/c/src/unichar.h
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/src/unichar.h
   pypy/dist/pypy/translator/c/stackless.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/stackless.py
   pypy/dist/pypy/translator/c/test/test_exceptiontransform.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/test/test_exceptiontransform.py
   pypy/dist/pypy/translator/c/test/test_genc.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/test/test_genc.py
   pypy/dist/pypy/translator/c/test/test_newgc.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/test/test_newgc.py
   pypy/dist/pypy/translator/c/test/test_typed.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/test/test_typed.py
   pypy/dist/pypy/translator/c/wrapper.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/c/wrapper.py
   pypy/dist/pypy/translator/simplify.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/simplify.py
   pypy/dist/pypy/translator/unsimplify.py
      - copied unchanged from r25365, pypy/branch/explicit-exceptions/translator/unsimplify.py
Removed:
   pypy/dist/pypy/translator/c/test/test_annotated.py
   pypy/dist/pypy/translator/c/test/test_notype.py
   pypy/dist/pypy/translator/c/test/test_operation.py
Log:
merge the explicit-exceptions branch, perhaps




More information about the Pypy-commit mailing list