[pypy-svn] r49050 - pypy/dist/pypy/translator/c

arigo at codespeak.net arigo at codespeak.net
Sat Nov 24 18:50:00 CET 2007


Author: arigo
Date: Sat Nov 24 18:49:59 2007
New Revision: 49050

Added:
   pypy/dist/pypy/translator/c/genc.py.merge.tmp
      - copied, changed from r49048, pypy/dist/pypy/translator/c/genc.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/genc.py
revisions 48921 to 49048:

    ------------------------------------------------------------------------
    r49048 | cfbolz | 2007-11-24 18:20:05 +0100 (Sat, 24 Nov 2007) | 2 lines
    
    move the wrapper generator to a new llsupport directory
    
    ------------------------------------------------------------------------
    r49046 | cfbolz | 2007-11-24 18:07:25 +0100 (Sat, 24 Nov 2007) | 2 lines
    
    kill pyobj.py and module.h. deal with the (few) consequences
    
    ------------------------------------------------------------------------
    r49033 | cfbolz | 2007-11-24 14:14:57 +0100 (Sat, 24 Nov 2007) | 2 lines
    
    call the rpython startup code, which makes more tests pass
    
    ------------------------------------------------------------------------
    r49025 | pedronis | 2007-11-24 13:02:16 +0100 (Sat, 24 Nov 2007) | 2 lines
    
    (cfbolz, pedronis) WIP: not making c extension anymore
    
    ------------------------------------------------------------------------
    r48988 | cfbolz | 2007-11-23 15:48:10 +0100 (Fri, 23 Nov 2007) | 2 lines
    
    kill this function (again), it's not used
    
    ------------------------------------------------------------------------
    r48987 | pedronis | 2007-11-23 13:56:19 +0100 (Fri, 23 Nov 2007) | 5 lines
    
    (cfbolz, pedronis)
    
    don't depend on the so generated to be proper c extensions
    
    
    ------------------------------------------------------------------------
    r48983 | cfbolz | 2007-11-23 12:40:17 +0100 (Fri, 23 Nov 2007) | 2 lines
    
    remove the symboltable feature, it's disabled anyway
    
    ------------------------------------------------------------------------
    r48926 | cfbolz | 2007-11-22 15:56:01 +0100 (Thu, 22 Nov 2007) | 3 lines
    
    (pedronis, cfbolz): kill: the cpy object space, raymond (again), the
    extcompiler, support everywhere for the extcompiler
    
    ------------------------------------------------------------------------
    r48923 | cfbolz | 2007-11-22 15:31:39 +0100 (Thu, 22 Nov 2007) | 4 lines
    
    (pedronis, cfbolz): a branch for removing the extcompiler, rctypes, raymond,
    and the ability to have the C backend generate dlls that happen to be CPython
    extension modules too.
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list