From 3f0ec8887f3bc75a98fd3ec8926518b635c70b7b Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 18 Oct 2008 10:36:20 +0000 Subject: * string.c (rb_external_str_new): a new function to convert from external encoding to internal encoding. if something went wrong, it returns a string with the external encoding. * string.c (rb_external_str_new_with_enc): same as above besides you can specify the source encoding. * ruby.c (ruby_set_argv): use rb_external_str_new() * ruby.c (set_arg0, ruby_script): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a98a63971b..bbfc75eb3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Oct 18 13:30:53 2008 Yukihiro Matsumoto + + * string.c (rb_external_str_new): a new function to convert from + external encoding to internal encoding. if something went + wrong, it returns a string with the external encoding. + + * string.c (rb_external_str_new_with_enc): same as above besides + you can specify the source encoding. + + * ruby.c (ruby_set_argv): use rb_external_str_new() + + * ruby.c (set_arg0, ruby_script): ditto. + Sat Oct 18 04:08:18 2008 Yukihiro Matsumoto * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes -- cgit v1.2.3