mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
* transcode.c: add "Error" suffix for Encoding exception classes.
a patch from Tadashi Saito <shiba at mail2.accsnet.ne.jp> in [ruby-dev:36346]. * encoding.c (Init_Encoding): rename EncodingCompatibilityError to Encoding::CompatibilityError. [ruby-dev:36366] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
45ee7d2e78
commit
d5ec36c486
11 changed files with 230 additions and 220 deletions
|
@ -982,6 +982,7 @@ RUBY_EXTERN VALUE rb_cCont;
|
|||
RUBY_EXTERN VALUE rb_cDir;
|
||||
RUBY_EXTERN VALUE rb_cData;
|
||||
RUBY_EXTERN VALUE rb_cFalseClass;
|
||||
RUBY_EXTERN VALUE rb_cEncoding;
|
||||
RUBY_EXTERN VALUE rb_cEnumerator;
|
||||
RUBY_EXTERN VALUE rb_cFile;
|
||||
RUBY_EXTERN VALUE rb_cFixnum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue