From 3ca688c5e477411c302d1caa1dc2b9fdadc605a8 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 17 Apr 2008 07:07:14 +0000 Subject: * test/ruby/test_rubyoptions.rb (ruby): run in C locale. * test/ruby/test_rubyoptions.rb (test_encoding): --encoding does not affect source code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d34ab335..300cceb64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ +Thu Apr 17 16:07:12 2008 Nobuyoshi Nakada + + * test/ruby/test_rubyoptions.rb (ruby): run in C locale. + + * test/ruby/test_rubyoptions.rb (test_encoding): --encoding does not + affect source code. + Thu Apr 17 00:45:41 2008 Yusuke Endoh * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILE before exit (for gcov). + * test/ruby/test_rubyoptions.rb: new tests for option of ruby interpreter, to achieve over 95% test coverage of ruby.c. -- cgit