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

tismer at codespeak.net tismer at codespeak.net
Sun Jun 26 16:57:39 CEST 2005


Author: tismer
Date: Sun Jun 26 16:57:37 2005
New Revision: 13970

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
implemented all uint operations by the little mkuint.py script.
no testing provided at all.
If there are operations which need to be implemented
differently, please implement them directly after
the int implementation and re-run the script.


Modified: pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	Sun Jun 26 16:57:37 2005
@@ -71,7 +71,7 @@
 
 * DONE (holger, michael) translator/c/float_include.h should be complete. 
 
-* translator/c/int_include.h needs unsigned arithmetic operations.
+DONE * translator/c/int_include.h needs unsigned arithmetic operations.
 
 * progress on translation of example targets:
     python demo/bpnn.py   (holger, michael, samuele) 



More information about the Pypy-commit mailing list