diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-09 02:52:39 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-09 02:52:39 +0000 |
| commit | b014282b40e69541c14e678ec79a01d8896103ab (patch) | |
| tree | 73d65a74e30d5cb7820f504a5c90b91b0c284ac2 /ChangeLog | |
| parent | 80ea663b5fc3f90bd15b1a11b29a0cd86a5b004e (diff) | |
| download | ruby-b014282b40e69541c14e678ec79a01d8896103ab.tar.gz ruby-b014282b40e69541c14e678ec79a01d8896103ab.tar.xz ruby-b014282b40e69541c14e678ec79a01d8896103ab.zip | |
* encoding.c (Init_Encoding): new instance method Encoding#names,
returns its name and alias names.
* encoding.c (enc_names): defined for Encoding#names.
* encoding.c (enc_names_i): defined for enc_names.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Oct 9 11:29:33 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * encoding.c (Init_Encoding): new instance method Encoding#names, + returns its name and alias names. + + * encoding.c (enc_names): defined for Encoding#names. + + * encoding.c (enc_names_i): defined for enc_names. + Thu Oct 9 08:47:38 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * thread.c (rb_thread_wait_fd_rw): should not block by select if |
