* 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:
parent
bdf81563bf
commit
163ac54f13
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user