* enc/trans/single_byte.c (Init_single_byte): renamed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2007-12-25 06:09:05 +00:00
parent 54cf2fca17
commit ec579454bb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 25 15:07:51 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* enc/trans/single_byte.c (Init_single_byte): renamed.
Tue Dec 25 15:00:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* enum.c (enum_yield): when multiple values yielded from #each

View File

@ -2986,7 +2986,7 @@ rb_to_ISO_8859_15 = {
};
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);