[svn commit] r428 - trunk

jimb at red-bean.com jimb at red-bean.com
Sun Mar 27 13:07:30 CST 2005


Author: jimb
Date: Sun Mar 27 13:07:29 2005
New Revision: 428

Modified:
   trunk/TODO
Log:
Expand some TODO items.


Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Sun Mar 27 13:07:29 2005
@@ -1,11 +1,12 @@
-* implement port functions from <minor/minor.h>
-
-* implement port tests
+* implement and test simple input port functions:
+  - Unicode
+  - C execution character set
 
+* imp/test trivial functions
+* imp/test read
   - test parsing every possible sort of token directly concatenated
     with every other possible sort
-
-  - test parsing numbers at extremes of fixnum range
+* imp/test write and display
 
 * fix build warnings for numbers.c
 
@@ -75,6 +76,9 @@
 
 - ad_FOO for linear accessors
 
+- Where Scheme has a variadic function 'foo', we define 'fooN' for the
+  N-varying-argument version.
+
 * Choose a better convention than 'to' for linear functions.
 mn_to_cons and mn_to_int look parallel, but aren't.  How about 'ad':
 Latin for 'to', like "ad astra": "to the stars".  Functions with 'ad'




More information about the Minor mailing list