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

yamaken at freedesktop.org yamaken at freedesktop.org
Tue Jan 10 09:15:46 PST 2006


Author: yamaken
Date: 2006-01-10 09:15:40 -0800 (Tue, 10 Jan 2006)
New Revision: 2889

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


Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO	2006-01-10 17:06:55 UTC (rev 2888)
+++ branches/r5rs/sigscheme/TODO	2006-01-10 17:15:40 UTC (rev 2889)
@@ -10,17 +10,14 @@
     dist
 
 * Fix all side-effective expression in macros
-  - All files except for operations-srfi1.c and test-compact.c are checked
+  - All files except for operations-srfi1.c, storage-compact.h and
+    test-compact.c are checked
   - scm_s_do() and qquote_internal() still have such expression
 
 * Review and refactor some functions in syntax.c(listran, vectran,
   qquote_internal, scm_s_quasiquote, scm_s_do) (other files had already been
   done except for the destructive exp on macros)
 
-* Fix scm_s_do()
-  - SEGV conditions by manual arg extraction
-  - expensive operations
-
 * Confirm behavior of constant vector and list
   - Investigate behavior of them in Scheme implementations other than Gauche
     and Guile, and record it into doc/spec.txt
@@ -122,6 +119,10 @@
 ==============================================================================
 Assigned to YamaKen:
 
+* Fix scm_s_do()
+  - SEGV conditions by manual arg extraction
+  - expensive operations
+
 * [uim] Validate all uim_scm_gc_protect() invocation
 
 * Write tests for SRFI-75



More information about the uim-commit mailing list