From 0afaa76691a97df596390187b591c0cac32ca739 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 30 Nov 2008 09:23:35 +0000 Subject: merges r20356 from trunk into ruby_1_9_1. * array.c (rb_ary_times): taint (and untrust) status should be inherited by "ary * 0". [ruby-dev:37024] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6adfe5238..dccb9cb4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 25 16:26:12 2008 Yukihiro Matsumoto + + * array.c (rb_ary_times): taint (and untrust) status should be + inherited by "ary * 0". [ruby-dev:37024] + Tue Nov 25 15:54:07 2008 Yukihiro Matsumoto * strftime.c (rb_strftime): should not swallow incomplete -- cgit