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

yamaken at freedesktop.org yamaken at freedesktop.org
Sun Jan 8 01:17:03 PST 2006


Author: yamaken
Date: 2006-01-08 01:17:00 -0800 (Sun, 08 Jan 2006)
New Revision: 2838

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


Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO	2006-01-08 05:14:24 UTC (rev 2837)
+++ branches/r5rs/sigscheme/TODO	2006-01-08 09:17:00 UTC (rev 2838)
@@ -27,6 +27,8 @@
 
 * Make 64bit-safe (after compaction and stdint.h)
 
+* Confirm public API
+
 * Add tests for proper tail recursion with 'apply' and 'guard' to
   test-tail-rec.scm
 
@@ -61,13 +63,21 @@
   - Create immediate objects directly without calling scm_make_*()
   - Refine logical structure and namings
 
+* Simplify string and character operations if !SCM_USE_MULTIBYTE_CHAR
+
 * (not required for now) Replace procedure registration functions with
   typecode-base single function with typecheck macro, to reduce footprint
   - Make private proc registration in SRFI-34 type-safe
 
+* (not required for now) Support string of constant-width char
+  - Define SigScheme's own internal multi-CCS code
+  - Make UCS2 selectable as canonical internal code
+
 ==============================================================================
 Logical simplifications:
 
+* (not required for now) Reorganize encoding and char codec API
+
 ==============================================================================
 Namings and Cosmetic things:
 



More information about the uim-commit mailing list