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

arigo at codespeak.net arigo at codespeak.net
Sun Nov 25 16:24:50 CET 2007


Author: arigo
Date: Sun Nov 25 16:24:49 2007
New Revision: 49086

Added:
   pypy/dist/pypy/translator/c/genc.py.merge.tmp
      - copied, changed from r49085, pypy/dist/pypy/translator/c/genc.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/rewrite-compilation-logic/pypy/translator/c/genc.py
revisions 49053 to 49085:

    ------------------------------------------------------------------------
    r49080 | fijal | 2007-11-25 15:20:55 +0100 (Sun, 25 Nov 2007) | 4 lines
    
    * Make most test run (besides llvm)
    * Fix genc to really wrap with exceptions cpython api calls
    * make gencapicall use extern='CPython' instead of extern='C'
    
    ------------------------------------------------------------------------
    r49079 | pedronis | 2007-11-25 15:01:53 +0100 (Sun, 25 Nov 2007) | 3 lines
    
    port 49078 from trunk
    
    
    ------------------------------------------------------------------------
    r49076 | fijal | 2007-11-25 14:06:53 +0100 (Sun, 25 Nov 2007) | 4 lines
    
    * fixeol
    * make a hack which allows us to pass ll_strtod tests
    * comment out part of logic, test_standalone passes
    
    ------------------------------------------------------------------------
    r49061 | fijal | 2007-11-25 01:19:35 +0100 (Sun, 25 Nov 2007) | 4 lines
    
    * Move few modules to use new interface
    * Whack c backend until it can cope with ExternalCompilationInfo
    * Whack a bit test_rffi, still failures
    
    ------------------------------------------------------------------------
    r49054 | fijal | 2007-11-24 19:00:44 +0100 (Sat, 24 Nov 2007) | 4 lines
    
    (fijal, arigo, xoraxax) In-progress checkin of rewriting compilation
    logic. Tries to sort out the need of includes include_dirs, libraries
    and friends.
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list