diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-07 17:39:44 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-07 17:39:44 +0000 |
| commit | 86985f88d5f5bb9c162722e7f6ff3dab928b7771 (patch) | |
| tree | 2e18a3411a9cdd58c64185fd72b9d11485d6e332 /ChangeLog | |
| parent | b8217317910881f8fe3056c4703be40bcf11fa44 (diff) | |
| download | ruby-86985f88d5f5bb9c162722e7f6ff3dab928b7771.tar.gz ruby-86985f88d5f5bb9c162722e7f6ff3dab928b7771.tar.xz ruby-86985f88d5f5bb9c162722e7f6ff3dab928b7771.zip | |
* encoding.c (rb_default_internal_encoding): merged a patch from
Michael Selig <michael.selig at fs.com.au> in [ruby-core:18985].
* io.c (rb_io_ext_int_to_encs): ditto.
* ruby.c (proc_options): support default internal encoding in -E
option.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Oct 8 02:38:28 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * encoding.c (rb_default_internal_encoding): merged a patch from + Michael Selig <michael.selig at fs.com.au> in [ruby-core:18985]. + + * io.c (rb_io_ext_int_to_encs): ditto. + + * ruby.c (proc_options): support default internal encoding in -E + option. + Wed Oct 8 00:03:39 2008 Tadayoshi Funaba <tadf@dotrb.org> * lib/date.rb (today,now): should produce own instances. |
