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

yamaken at freedesktop.org yamaken at freedesktop.org
Wed Sep 28 08:48:28 PDT 2005


Author: yamaken
Date: 2005-09-28 08:48:25 -0700 (Wed, 28 Sep 2005)
New Revision: 1669

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


Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO	2005-09-28 15:24:34 UTC (rev 1668)
+++ branches/r5rs/sigscheme/TODO	2005-09-28 15:48:25 UTC (rev 1669)
@@ -20,14 +20,13 @@
 * Fix invalid storage model assumption of ScmOp_append() and qquote_internal()
   with ScmRef
 
-* Add error message printing function which properly uses stderr, and replace
-  inappropriate 'printf' with it
-
 * [uim] link libsscm into libuim statically
 
 * Dynamic encoding switching for a conversion between string and char list,
   based on a SRFI or de facto standard API
 
+* Fix large fixed-size buffer on stack without limit checking in read.c
+
 * grep "FIXME" and fix them
 
 ==============================================================================
@@ -44,11 +43,11 @@
   macine-code level since SCM_FALSE will be represented by zero after the
   compaction
 
-* Fix large fixed-size buffer on stack without limit checking in read.c
-
 ==============================================================================
 Logical simplifications:
 
+* Replace legacy Scm_RegisterFunc*() with Scm_Register(Procedure|Syntax)*()
+
 * Reorganize SCM_SHIFT*() macros and simplify args extraction codes
 
 * Move procedure registration for SRFI and SIOD operations in



More information about the uim-commit mailing list