summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-16 08:55:07 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-16 08:55:07 +0000
commit2c791e967aa3bdc0484c301336a006b4a6381fe5 (patch)
tree88fcc522784870895e93666e874ceef43c93794c /ChangeLog
parent4928543d617e584c847b151c683ba72a0075b07d (diff)
Merge r37148 from ruby_1_8_7.
* error.c (name_err_to_s): we need not infect msg. * test/ruby/test_exception.rb (TestException#test_exception_to_s_should_not_propagate_untrustedness): test for it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@37220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 956d9a0da2..e3db3bd06d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Oct 16 17:00:36 2012 Akinori MUSHA <knu@iDaemons.org>
+
+ * error.c (name_err_to_s): we need not infect msg.
+
+ * test/ruby/test_exception.rb (TestException#test_exception_to_s_should_not_propagate_untrustedness): test for it.
+
Tue Oct 16 16:51:08 2012 Akinori MUSHA <knu@iDaemons.org>
* ext/bigdecimal/bigdecimal.c (VpMemAlloc): Fixes a bug reported