From af627848c9dc5866906dbc8fcaddfb55b331647f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 14 Sep 2008 07:07:31 +0000 Subject: * ruby.c (process_options): associates the locale encoding with $0 as well as ARGV. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1add9d7df..28bed0071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 14 16:07:04 2008 Nobuyoshi Nakada + + * ruby.c (process_options): associates the locale encoding with $0 as + well as ARGV. + Sun Sep 14 13:48:03 2008 Yuki Sonoda (Yugui) * object.c (Init_Object): added metameta-class initialization for -- cgit