From 86985f88d5f5bb9c162722e7f6ff3dab928b7771 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: http://svn.ruby-lang.org/repos/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 eb47212ea..93b019892 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