* encoding.c (get_default_external): add description.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-09-21 17:52:18 +00:00
parent bdf81563bf
commit 163ac54f13
2 changed files with 26 additions and 21 deletions

View File

@ -1,3 +1,7 @@
Mon Sep 22 02:39:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.c (get_default_external): add description.
Sun Sep 21 21:52:41 2008 Tadayoshi Funaba <tadf@dotrb.org>
* math.c (math_log): should check argc.

View File

@ -1011,7 +1011,8 @@ rb_enc_default_external(void)
*
* Returns default external encoding.
*
* It is initialized by the locale or -E option.
* It is initialized by the locale or -E option,
* and can't be modified after that.
*/
static VALUE
get_default_external(VALUE klass)