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

arigo at codespeak.net arigo at codespeak.net
Fri Jun 15 15:54:21 CEST 2007


Author: arigo
Date: Fri Jun 15 15:54:20 2007
New Revision: 44292

Added:
   pypy/dist/pypy/translator/c/funcgen.py.merge.tmp
      - copied, changed from r44288, pypy/dist/pypy/translator/c/funcgen.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/kill-ctypes/pypy/translator/c/funcgen.py
revisions 43433 to 44288:

    ------------------------------------------------------------------------
    r43669 | fijal | 2007-05-26 13:40:59 +0200 (Sat, 26 May 2007) | 2 lines
    
    Argh. didn't meant to do this.
    
    ------------------------------------------------------------------------
    r43625 | fijal | 2007-05-25 14:39:22 +0200 (Fri, 25 May 2007) | 4 lines
    
    * add OP_FLAVORED_MALLOC_VARSIZE. I need to find tests for it, otherwise
      I know it's working just for a very basic case, very much XXX by now
    * remove unused variable
    
    ------------------------------------------------------------------------
    r43570 | fijal | 2007-05-23 15:02:52 +0200 (Wed, 23 May 2007) | 3 lines
    
    Add mapping from str -> char*. Kind of works, but requires some
    more thinking probably.
    
    ------------------------------------------------------------------------
    r43437 | fijal | 2007-05-16 21:15:04 +0200 (Wed, 16 May 2007) | 3 lines
    
    A branch which tries to create pypy without ctypes dependency,
    by approaching external functions via ll objects
    
    ------------------------------------------------------------------------



More information about the pypy-svn mailing list