[pypy-svn] r23372 - in pypy/dist/pypy/translator/c: . src test

arigo at codespeak.net arigo at codespeak.net
Wed Feb 15 18:09:11 CET 2006


Author: arigo
Date: Wed Feb 15 18:09:10 2006
New Revision: 23372

Added:
   pypy/dist/pypy/translator/c/database.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/database.py
   pypy/dist/pypy/translator/c/funcgen.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/funcgen.py
   pypy/dist/pypy/translator/c/gc.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/gc.py
   pypy/dist/pypy/translator/c/genc.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/genc.py
   pypy/dist/pypy/translator/c/node.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/node.py
   pypy/dist/pypy/translator/c/primitive.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/primitive.py
   pypy/dist/pypy/translator/c/src/exception.h
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/src/exception.h
   pypy/dist/pypy/translator/c/test/test_backendoptimized.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/test/test_backendoptimized.py
   pypy/dist/pypy/translator/c/test/test_boehm.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/test/test_boehm.py
   pypy/dist/pypy/translator/c/test/test_database.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/test/test_database.py
   pypy/dist/pypy/translator/c/test/test_genc.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/test/test_genc.py
   pypy/dist/pypy/translator/c/test/test_newgc.py
      - copied unchanged from r23370, pypy/branch/genc-gc-refactoring/test/test_newgc.py
Log:
merge, step three: add the files from the branch




More information about the Pypy-commit mailing list