From baeeebf474cae027bc3d2e80a72a540612874ef9 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 7 Oct 2008 17:39:44 +0000 Subject: * encoding.c (rb_default_internal_encoding): merged a patch from Michael Selig 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb47212eaf..93b019892b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Oct 8 02:38:28 2008 Yukihiro Matsumoto + + * encoding.c (rb_default_internal_encoding): merged a patch from + Michael Selig 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 * lib/date.rb (today,now): should produce own instances. -- cgit v1.2.3