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

yamaken at freedesktop.org yamaken at freedesktop.org
Tue Nov 22 05:53:02 PST 2005


Author: yamaken
Date: 2005-11-22 05:52:57 -0800 (Tue, 22 Nov 2005)
New Revision: 2230

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


Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO	2005-11-22 13:42:31 UTC (rev 2229)
+++ branches/r5rs/sigscheme/TODO	2005-11-22 13:52:57 UTC (rev 2230)
@@ -8,8 +8,6 @@
 * Add tests for proper tail recursion with 'apply' and 'guard' to
   test-tail-rec.scm
 
-* Add integer->char and char->integer procedures with multibyte support
-
 * Inhibit a mutation on string constants as described in "3.4 Storage model" of
   R5RS
 
@@ -17,6 +15,7 @@
 
 * Dynamic encoding switching for a conversion between string and char list,
   based on a SRFI or de facto standard API
+  - Evaluate ces API of Gauche
 
 * Fix large fixed-size buffer on stack without limit checking in read.c
 
@@ -48,12 +47,6 @@
 
 * Reorganize SCM_SHIFT*() macros to complement POP_ARG() macro
 
-* Change procedure and syntax registration from dumb function invocation
-  sequence to iterating over name-initializer pair, as ScmExp_use() does. This
-  change reduces code size and type consistency management cost. The
-  name-initializer array should automatically be generated from
-  DECLARE_FUNCTION macro (by using some UNIX tools)
-
 ==============================================================================
 Namings and Cosmetic things:
 
@@ -75,6 +68,8 @@
 ==============================================================================
 Assigned to YamaKen:
 
+* Add integer->char and char->integer procedures with multibyte support
+
 * GCC4-optimization-proof stack protection
   - Update the document
 



More information about the uim-commit mailing list