summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-14 07:07:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-14 07:07:31 +0000
commitaf627848c9dc5866906dbc8fcaddfb55b331647f (patch)
treea3d293efcb27d1ebb5056ed8a90d66cef46d5393 /ChangeLog
parent8e1a6dc1c1f5c905c7b637f6dab4acf04b1d021a (diff)
downloadruby-af627848c9dc5866906dbc8fcaddfb55b331647f.tar.gz
ruby-af627848c9dc5866906dbc8fcaddfb55b331647f.tar.xz
ruby-af627848c9dc5866906dbc8fcaddfb55b331647f.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <nobu@ruby-lang.org>
+
+ * ruby.c (process_options): associates the locale encoding with $0 as
+ well as ARGV.
+
Sun Sep 14 13:48:03 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* object.c (Init_Object): added metameta-class initialization for