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

yamaken at freedesktop.org yamaken at freedesktop.org
Tue Nov 8 09:11:52 PST 2005


Author: yamaken
Date: 2005-11-08 09:11:33 -0800 (Tue, 08 Nov 2005)
New Revision: 2088

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


Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO	2005-11-08 16:50:46 UTC (rev 2087)
+++ branches/r5rs/sigscheme/TODO	2005-11-08 17:11:33 UTC (rev 2088)
@@ -5,6 +5,17 @@
   to find the issues, and make all tests in test-char.scm and test-string.scm
   passed
 
+  Fix following bugs:
+
+  sscm> " "
+  => "space"
+  sscm> "\n"
+  => "newline"
+  sscm> "\""
+  => """
+  sscm> "\\"
+  -> "\"
+
 * 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])



More information about the uim-commit mailing list