From 778687ab738e00eb1ca0c5630fc4c727adf3fdb5 Mon Sep 17 00:00:00 2001 From: keiju Date: Thu, 1 Sep 2005 18:30:46 +0000 Subject: * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. [ruby-dev:26872], [ruby-dev: 26920] * lib/irb/locale.rb: support to print help message when OS locale is ja_JP.utf-8. [ruby-dev:26872] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c040d0627..72da817fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 2 03:29:00 2005 Keiju Ishitsuka + * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. + [ruby-dev:26872], [ruby-dev: 26920] + + * lib/irb/locale.rb: support to print help message when OS locale is + ja_JP.utf-8. [ruby-dev:26872] + Thu Sep 1 17:11:25 2005 Yukihiro Matsumoto * eval.c (rb_call0): wrong condition for $SAFE restoration. -- cgit