Author: yamakenz
Date: Thu Jun 14 13:22:04 2007
New Revision: 4591

Modified:
   sigscheme-trunk/TODO
   sigscheme-trunk/test/Makefile.am

Log:
* test/Makefile.am
  - (sscm_tests): Add lacked test-char-pred.scm and test-string-proc.scm
  - (imported_tests): Add lacked oleg-srfi2.scm

* TODO
  - Update


Modified: sigscheme-trunk/TODO
==============================================================================
--- sigscheme-trunk/TODO        (original)
+++ sigscheme-trunk/TODO        Thu Jun 14 13:22:04 2007
@@ -1,26 +1,8 @@
 ==============================================================================
 Requirements and critical bugs:
 
-* (yamaken) Confirm R5RS and SRFI conformance for each function implementation
-  - Complete 'r5rs' and 'srfi' categories of QALog
-
-* Fix all side-effective expression in macros
-  - All files except for operations-srfi1.c, storage-compact.h and
-    test-compact.c are checked once. But since considerable amount of codes are
-    added or modified, we should recheck all file
-
-* Inhibit a mutation on string constants as described in "3.4 Storage model" of
-  R5RS
-  - Write both immutable and mutable case tests for all procedures that accepts
-    a string
-
-* (yamaken) Revise SRFI-75 into R6RS
-  - Wait for stabilized specs
-  - Write test
-
-* (yamaken) Add integer->char and char->integer procedures with multibyte
-  support
-  - Write test
+* Support SRFI-1
+  - Import http://www.math.grin.edu/~stone/srfi/srfi-1-tests.ss
 
 * grep "FIXME" and fix them
 
@@ -36,10 +18,6 @@
 * Complete SLIB support
   - Make the slib.scm installable
   - Fill some variables with configure (slib.scm.in)
-
-* Complete operations-srfi1.c and make it production quality if considerable
-  benefit exists against SLIB version of SRFI-1 implementation
-  - Import http://www.math.grin.edu/~stone/srfi/srfi-1-tests.ss
 
 * Make Symbian OS and BREW support working (patches are welcome)
 

Modified: sigscheme-trunk/test/Makefile.am
==============================================================================
--- sigscheme-trunk/test/Makefile.am    (original)
+++ sigscheme-trunk/test/Makefile.am    Thu Jun 14 13:22:04 2007
@@ -11,6 +11,7 @@
         test-begin.scm \
         test-bool.scm \
         test-char-cmp.scm \
+        test-char-pred.scm \
         test-continuation.scm \
         test-define.scm \
         test-define-internal.scm \
@@ -52,6 +53,7 @@
         test-string-cmp.scm \
         test-string-core.scm \
         test-string-null.scm \
+        test-string-proc.scm \
         test-string.scm \
         test-symbol.scm \
         test-syntax-rules.scm \
@@ -101,7 +103,8 @@
         bigloo-quote.scm \
         bigloo-vector.scm \
         gauche-euc-jp.scm \
-        gauche-primsyn.scm
+        gauche-primsyn.scm \
+        oleg-srfi2.scm
 
 EXTRA_DIST += $(sscm_tests) $(imported_tests)
 

Reply via email to