From 98de916c7309498c6e6e6aad78748b0fa604e4cd Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Aug 2001 03:08:57 +0000 Subject: * struct.c (rb_struct_modify): should check frozen and taint status. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 334e768a8..2939dc5ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ Mon Aug 6 03:29:03 2001 Yukihiro Matsumoto * string.c (rb_str_rstrip_bang): new method. +Mon Aug 6 00:35:03 2001 Guy Decoux + + * struct.c (rb_struct_modify): should check frozen and taint + status. + Sun Aug 5 19:28:39 2001 Nobuyoshi Nakada * string.c (rb_str_associate): should consider STR_ASSOC too. -- cgit