[uim-commit] r2780 - branches/r5rs/sigscheme
yamaken at freedesktop.org
yamaken at freedesktop.org
Wed Jan 4 08:44:13 PST 2006
Author: yamaken
Date: 2006-01-04 08:44:06 -0800 (Wed, 04 Jan 2006)
New Revision: 2780
Modified:
branches/r5rs/sigscheme/TODO
branches/r5rs/sigscheme/operations-srfi6.c
Log:
* sigscheme/operations-srfi6.c
- (scm_initialize_srfi6, scm_p_srfi6_open_input_string): Cosmetic
change
* sigscheme/TODO
- Update
Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO 2006-01-04 16:30:42 UTC (rev 2779)
+++ branches/r5rs/sigscheme/TODO 2006-01-04 16:44:06 UTC (rev 2780)
@@ -13,8 +13,8 @@
* Review and refactor all functions in syntax.c(listran, vectran,
qquote_internal, scm_s_quasiquote, scm_s_do),
- operations-srfi{1,2,6,8,23,34,60}.c, encoding.[hc] and *port.[hc] (other
- files had already been done except for the destructive exp on macros)
+ operations-srfi{1,2,8,23,34,60}.c, encoding.[hc] and *port.[hc] (other files
+ had already been done except for the destructive exp on macros)
* Investigate behavior of other Scheme implementations about constant vector
and list
Modified: branches/r5rs/sigscheme/operations-srfi6.c
===================================================================
--- branches/r5rs/sigscheme/operations-srfi6.c 2006-01-04 16:30:42 UTC (rev 2779)
+++ branches/r5rs/sigscheme/operations-srfi6.c 2006-01-04 16:44:06 UTC (rev 2780)
@@ -69,9 +69,6 @@
{
scm_strport_init();
- /*=======================================================================
- SRFI-6 Procedures
- =======================================================================*/
REGISTER_FUNC_TABLE(srfi6_func_info_table);
}
@@ -84,7 +81,7 @@
ScmObj
scm_p_srfi6_open_input_string(ScmObj str)
{
- ScmObj *hold_str;
+ ScmObj *hold_str;
ScmBytePort *bport;
DECLARE_FUNCTION("open-input-string", procedure_fixed_1);
More information about the uim-commit
mailing list