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

kzk at freedesktop.org kzk at freedesktop.org
Wed Nov 30 23:55:52 PST 2005


Author: kzk
Date: 2005-11-30 23:55:44 -0800 (Wed, 30 Nov 2005)
New Revision: 2299

Modified:
   branches/r5rs/sigscheme/TODO
Log:
* sigscheme/TODO
  - assign my job


Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO	2005-12-01 07:44:16 UTC (rev 2298)
+++ branches/r5rs/sigscheme/TODO	2005-12-01 07:55:44 UTC (rev 2299)
@@ -1,11 +1,6 @@
 ==============================================================================
 Requirements and bugs:
 
-* 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
-
 * Fix character and escape sequence related issues. grep Scm_special_char_table
   to find the issues, and make all tests in test-char.scm and test-string.scm
   passed
@@ -82,6 +77,15 @@
 * [uim] Rename uim-scm.c to uim-scm-sigscheme.c
 
 ==============================================================================
+Assigned to Kazuki:
+
+* 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
+
+==============================================================================
+
 Assigned to YamaKen:
 
 * Fix large fixed-size buffer on stack without limit checking in read.c



More information about the uim-commit mailing list