[pypy-svn] r13861 - pypy/extradoc/sprintinfo

hpk at codespeak.net hpk at codespeak.net
Sat Jun 25 16:57:23 CEST 2005


Author: hpk
Date: Sat Jun 25 16:57:22 2005
New Revision: 13861

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
float/genc complete, now on bpnn


Modified: pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	Sat Jun 25 16:57:22 2005
@@ -67,11 +67,10 @@
   'from ... import *' to use explicit imports (e.g. 
   from pypy.rpython import lltype and then use lltype.*) 
 
-* INPROGESS (holger, michael) GenC knows little about float operations.  Need to complete
-  translator/c/float_include.h.
+* DONE (holger, michael) translator/c/float_include.h should be complete. 
 
 * progress on translation of example targets:
-    python demo/bpnn.py  
+    python demo/bpnn.py   (holger, michael, samuele) 
     python pypy/translator/goal/translate_pypy.py targetrichards.py
 
 * (medium) write a tool that discovers which revision of the pypy tree 



More information about the Pypy-commit mailing list