ruby-changes:3175
From: ko1@a...
Date: 25 Dec 2007 15:09:24 +0900
Subject: [ruby-changes:3175] usa - Ruby:r14668 (trunk): * enc/trans/single_byte.c (Init_single_byte): renamed.
usa 2007-12-25 15:09:05 +0900 (Tue, 25 Dec 2007)
New Revision: 14668
Modified files:
trunk/ChangeLog
trunk/enc/trans/single_byte.c
Log:
* enc/trans/single_byte.c (Init_single_byte): renamed.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14668&r2=14667
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/enc/trans/single_byte.c?r1=14668&r2=14667
Index: ChangeLog
===================================================================
--- ChangeLog (revision 14667)
+++ ChangeLog (revision 14668)
@@ -1,3 +1,7 @@
+Tue Dec 25 15:07:51 2007 NAKAMURA Usaku <usa@r...>
+
+ * enc/trans/single_byte.c (Init_single_byte): renamed.
+
Tue Dec 25 15:00:33 2007 Yukihiro Matsumoto <matz@r...>
* enum.c (enum_yield): when multiple values yielded from #each
Index: enc/trans/single_byte.c
===================================================================
--- enc/trans/single_byte.c (revision 14667)
+++ enc/trans/single_byte.c (revision 14668)
@@ -2986,7 +2986,7 @@
};
void
-Init_one_byte(void)
+Init_single_byte(void)
{
rb_register_transcoder(&rb_from_ISO_8859_1);
rb_register_transcoder(&rb_from_ISO_8859_2);
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml