mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
03f49cbb32
commit
cb699fc930
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 19 20:53:54 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
|
||||
|
||||
Fri Jun 19 20:44:45 2009 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* complex.c: constant COMPLEX_NAME has been removed.
|
||||
|
|
|
@ -1320,8 +1320,6 @@ rb_enc_name_list_i(st_data_t name, st_data_t idx, st_data_t arg)
|
|||
* "Windows-31J",
|
||||
* "BINARY", "CP932", "eucJP"]
|
||||
*
|
||||
* This list doesn't include dummy encodings.
|
||||
*
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue