From bba37fc0c0185a64456a161a5bd127ecdbc137b8 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 17 Oct 2008 09:13:04 +0000 Subject: * transcode.c (str_transcode0): String#encode without argument now behave as if :undef => :replace, :invalid => :replace specified. * transcode.c (rb_econv_prepare_opts): should preserve options in any case. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f10c1e53..81cf7e30d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,14 @@ Fri Oct 17 18:07:17 2008 Nobuyoshi Nakada * test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in): get rid of interference with other tests. +Fri Oct 17 18:06:39 2008 Yukihiro Matsumoto + + * transcode.c (str_transcode0): String#encode without argument now + behave as if :undef => :replace, :invalid => :replace specified. + + * transcode.c (rb_econv_prepare_opts): should preserve options in + any case. + Fri Oct 17 11:48:18 2008 Shugo Maeda * ext/socket/socket.c (init_sock): sockets should be binmode. -- cgit