From ce1106a1711e45d46093681702ff95e7e484f6cf Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 13 Jul 2009 06:12:55 +0000 Subject: merges r23971 from trunk into ruby_1_9_1. -- * enum.c (enum_to_a): should propagate taint to the return value. [ruby-core:24152] * enum.c (enum_sort_by): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e61327dec..f4a21f4c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 6 08:00:10 2009 Yukihiro Matsumoto + + * enum.c (enum_to_a): should propagate taint to the return value. + [ruby-core:24152] + + * enum.c (enum_sort_by): ditto. + Mon Jul 6 09:31:50 2009 Nobuyoshi Nakada * proc.c (make_curry_proc): should propagate lambda-ness. -- cgit