[uim-commit] r1486 - branches/r5rs/sigscheme

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Sep 12 08:46:24 PDT 2005


Author: yamaken
Date: 2005-09-12 08:46:18 -0700 (Mon, 12 Sep 2005)
New Revision: 1486

Modified:
   branches/r5rs/sigscheme/TODO
Log:
* sigscheme/TODO
  - Update


Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO	2005-09-12 15:44:33 UTC (rev 1485)
+++ branches/r5rs/sigscheme/TODO	2005-09-12 15:46:18 UTC (rev 1486)
@@ -13,7 +13,7 @@
   stat, error, etc based on verbose-level)
   - [uim] Make the GaUnit-based testing framework workable
 
-* Fix invalid "\\" handlings (make test-string.scm passed)
+* 
   - Provide a string escaping procedure. If a SRFI or another de facto standard
     API for such purpose is existing, use it
   - [uim] Implement string-escape as same as trunk
@@ -37,6 +37,9 @@
 
 * Automatically append "\n" in SigScm_Error() instead of append by caller
 
+* Split ScmOp_eval()'s function invocation handling off into a separated
+  function and share it with ScmOp_apply()
+
 * Eliminate similar codes by SCM_REDUCE*() (grep 'TODO.*SCM_REDUCE' *.c)
 
 * Simplify args extraction codes by SCM_SHIFT*() (grep 'TODO.*SCM_SHIFT' *.c)



More information about the uim-commit mailing list