mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
54cf2fca17
commit
ec579454bb
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue