aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-27 16:59:03 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-27 16:59:03 +0000
commitd42641db665453695cc6b1fce2e6f1e2963bce36 (patch)
treecd7b24ab14f6e800cd305621bc9c573870afe9db
parent5f7f5098a64f7651d8e120b54f00f3b0be1ad66a (diff)
downloadruby-d42641db665453695cc6b1fce2e6f1e2963bce36.tar.gz
add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb30a1aaec..bcd9f169a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@ Wed Jan 27 23:22:54 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* vm_dump.c (bugreport_backtrace): trivial change.
* vm_dump.c (rb_vm_bugreport): uninitialized local variable i.
+ [ruby-dev:40169]
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):
follow above change.