[uim-commit] r2057 - branches/r5rs/sigscheme
yamaken at freedesktop.org
yamaken at freedesktop.org
Mon Nov 7 05:08:09 PST 2005
Author: yamaken
Date: 2005-11-07 05:08:04 -0800 (Mon, 07 Nov 2005)
New Revision: 2057
Modified:
branches/r5rs/sigscheme/TODO
Log:
* sigscheme/TODO
- Update
Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO 2005-11-07 13:01:20 UTC (rev 2056)
+++ branches/r5rs/sigscheme/TODO 2005-11-07 13:08:04 UTC (rev 2057)
@@ -1,6 +1,12 @@
==============================================================================
Requirements and bugs:
+* 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
+
+* Fix Makefile.am
+
* Introduce Exception handling (probably should be based on SRFI-34)
- Reimplement with dynamic-wind, and without direct setjmp/longjmp
- Rename call/cc with call/ec? ([Anthy-dev 2216])
@@ -12,7 +18,7 @@
API for such purpose is existing, use it
- [uim] Implement string-escape as same as trunk
-* Add integer->char and char->integer procedures
+* 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
More information about the uim-commit
mailing list