[pypy-svn] r20558 - in pypy/dist/pypy: annotation annotation/test interpreter module/thread/rpython objspace/flow rpython rpython/l3interp rpython/lltypesystem rpython/memory rpython/ootypesystem rpython/test tool translator translator/asm translator/backendopt translator/c translator/c/test translator/goal translator/llvm translator/pyrex translator/squeak translator/test translator/tool

arigo at codespeak.net arigo at codespeak.net
Fri Dec 2 00:15:35 CET 2005


Author: arigo
Date: Fri Dec  2 00:15:34 2005
New Revision: 20558

Removed:
   pypy/dist/pypy/annotation/binaryop.py
   pypy/dist/pypy/annotation/bookkeeper.py
   pypy/dist/pypy/annotation/builtin.py
   pypy/dist/pypy/annotation/classdef.py
   pypy/dist/pypy/annotation/dictdef.py
   pypy/dist/pypy/annotation/model.py
   pypy/dist/pypy/annotation/policy.py
   pypy/dist/pypy/annotation/specialize.py
   pypy/dist/pypy/annotation/test/
   pypy/dist/pypy/interpreter/
   pypy/dist/pypy/module/thread/rpython/
   pypy/dist/pypy/objspace/flow/
   pypy/dist/pypy/rpython/annlowlevel.py
   pypy/dist/pypy/rpython/callparse.py
   pypy/dist/pypy/rpython/l3interp/
   pypy/dist/pypy/rpython/llinterp.py
   pypy/dist/pypy/rpython/lltypesystem/
   pypy/dist/pypy/rpython/memory/
   pypy/dist/pypy/rpython/normalizecalls.py
   pypy/dist/pypy/rpython/ootypesystem/
   pypy/dist/pypy/rpython/rbool.py
   pypy/dist/pypy/rpython/rbuiltin.py
   pypy/dist/pypy/rpython/rclass.py
   pypy/dist/pypy/rpython/rdict.py
   pypy/dist/pypy/rpython/rmodel.py
   pypy/dist/pypy/rpython/rpbc.py
   pypy/dist/pypy/rpython/rptr.py
   pypy/dist/pypy/rpython/rspecialcase.py
   pypy/dist/pypy/rpython/rtyper.py
   pypy/dist/pypy/rpython/test/test_exception.py
   pypy/dist/pypy/rpython/test/test_llann.py
   pypy/dist/pypy/rpython/test/test_llinterp.py
   pypy/dist/pypy/rpython/test/test_nongc.py
   pypy/dist/pypy/rpython/test/test_normalizecalls.py
   pypy/dist/pypy/rpython/test/test_objectmodel.py
   pypy/dist/pypy/rpython/test/test_rbool.py
   pypy/dist/pypy/rpython/test/test_rbuiltin.py
   pypy/dist/pypy/rpython/test/test_rclass.py
   pypy/dist/pypy/rpython/test/test_rdict.py
   pypy/dist/pypy/rpython/test/test_rint.py
   pypy/dist/pypy/rpython/test/test_rlist.py
   pypy/dist/pypy/rpython/test/test_rpbc.py
   pypy/dist/pypy/rpython/test/test_rptr.py
   pypy/dist/pypy/rpython/test/test_rspecialcase.py
   pypy/dist/pypy/rpython/test/test_rtuple.py
   pypy/dist/pypy/rpython/test/test_rtyper.py
   pypy/dist/pypy/rpython/typesystem.py
   pypy/dist/pypy/tool/cache.py
   pypy/dist/pypy/translator/ann_override.py
   pypy/dist/pypy/translator/annrpython.py
   pypy/dist/pypy/translator/asm/
   pypy/dist/pypy/translator/backendopt/
   pypy/dist/pypy/translator/c/extfunc.py
   pypy/dist/pypy/translator/c/genc.py
   pypy/dist/pypy/translator/c/pyobj.py
   pypy/dist/pypy/translator/c/stackless.py
   pypy/dist/pypy/translator/c/test/
   pypy/dist/pypy/translator/c/wrapper.py
   pypy/dist/pypy/translator/gencl.py
   pypy/dist/pypy/translator/geninterplevel.py
   pypy/dist/pypy/translator/goal/query.py
   pypy/dist/pypy/translator/goal/translate_pypy.py
   pypy/dist/pypy/translator/llvm/
   pypy/dist/pypy/translator/pyrex/
   pypy/dist/pypy/translator/squeak/
   pypy/dist/pypy/translator/test/
   pypy/dist/pypy/translator/tool/graphpage.py
   pypy/dist/pypy/translator/transform.py
   pypy/dist/pypy/translator/translator.py
Log:
Merging, step 2: deleting all the files from the trunk
that need to be copied from the branch.




More information about the Pypy-commit mailing list