aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-09 01:14:02 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-09 01:14:02 +0000
commit696eec1e4f9ff82e0331c1198bf2c8983b30e8e4 (patch)
tree29c8ff84d8e8113545a2cdeaed9ab0ee2e09a90b /ChangeLog
parent5a4ce608e28068ffc149e869a4bcf6d8c48ca45d (diff)
downloadruby-696eec1e4f9ff82e0331c1198bf2c8983b30e8e4.tar.gz
* lib/irb/context.rb (IRB::Context#initialize):
remove warnings when $VERBOSE is set as true in .irbrc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25272 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 8d671d556e..d8cd7ecc8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 9 10:12:13 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/irb/context.rb (IRB::Context#initialize):
+ remove warnings when $VERBOSE is set as true in .irbrc.
+
Fri Oct 9 02:58:18 2009 NARUSE, Yui <naruse@ruby-lang.org>
* tool/enc-unicode.rb: optimized.