[pypy-svn] r50666 - in pypy/dist/pypy: config doc/config interpreter interpreter/test lib module/_ffi module/_rawffi module/fcntl rlib rlib/test rpython/lltypesystem rpython/lltypesystem/test

arigo at codespeak.net arigo at codespeak.net
Wed Jan 16 13:30:48 CET 2008


Author: arigo
Date: Wed Jan 16 13:30:48 2008
New Revision: 50666

Added:
   pypy/dist/pypy/config/pypyoption.py
      - copied unchanged from r50665, pypy/dist/pypy/config/pypyoption.py.merge.tmp
   pypy/dist/pypy/doc/config/
      - copied from r50665, pypy/branch/applevel-ctypes2/pypy/doc/config/
   pypy/dist/pypy/interpreter/baseobjspace.py
      - copied unchanged from r50665, pypy/branch/applevel-ctypes2/pypy/interpreter/baseobjspace.py
   pypy/dist/pypy/interpreter/gateway.py
      - copied unchanged from r50665, pypy/branch/applevel-ctypes2/pypy/interpreter/gateway.py
   pypy/dist/pypy/interpreter/test/
      - copied from r50665, pypy/branch/applevel-ctypes2/pypy/interpreter/test/
   pypy/dist/pypy/lib/
      - copied from r50665, pypy/branch/applevel-ctypes2/pypy/lib/
   pypy/dist/pypy/module/_ffi/
      - copied from r50665, pypy/branch/applevel-ctypes2/pypy/module/_ffi/
   pypy/dist/pypy/module/_rawffi/
      - copied from r50665, pypy/branch/applevel-ctypes2/pypy/module/_rawffi/
   pypy/dist/pypy/module/fcntl/
      - copied from r50665, pypy/branch/applevel-ctypes2/pypy/module/fcntl/
   pypy/dist/pypy/rlib/libffi.py
      - copied unchanged from r50665, pypy/dist/pypy/rlib/libffi.py.merge.tmp
   pypy/dist/pypy/rlib/rarithmetic.py
      - copied unchanged from r50665, pypy/branch/applevel-ctypes2/pypy/rlib/rarithmetic.py
   pypy/dist/pypy/rlib/rbigint.py
      - copied unchanged from r50665, pypy/branch/applevel-ctypes2/pypy/rlib/rbigint.py
   pypy/dist/pypy/rlib/test/
      - copied from r50665, pypy/branch/applevel-ctypes2/pypy/rlib/test/
   pypy/dist/pypy/rpython/lltypesystem/ll2ctypes.py
      - copied unchanged from r50665, pypy/dist/pypy/rpython/lltypesystem/ll2ctypes.py.merge.tmp
   pypy/dist/pypy/rpython/lltypesystem/test/
      - copied from r50665, pypy/branch/applevel-ctypes2/pypy/rpython/lltypesystem/test/
Removed:
   pypy/dist/pypy/config/pypyoption.py.merge.tmp
   pypy/dist/pypy/rlib/libffi.py.merge.tmp
   pypy/dist/pypy/rpython/lltypesystem/ll2ctypes.py.merge.tmp
Log:
(cfbolz, fijal, arigo)

Merge the applevel-ctypes2 branch.  This contains a reasonably
promizing pure app-level ctypes approach.





More information about the Pypy-commit mailing list