From f0ccffd530ff4faafe6f07df94818e807b96f851 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 6 Jun 2001 07:40:31 +0000 Subject: * eval.c (rb_load): should check if tainted even when wrap is specified. * regex.c (re_compile_pattern): too much optimization for the cases like /(.|a)b/. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d4d4e5de07..afd35b5d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ +Wed Jun 6 16:11:06 2001 Yukihiro Matsumoto + + * eval.c (rb_load): should check if tainted even when wrap is + specified. + Wed Jun 6 14:34:27 2001 Yukihiro Matsumoto - * parse.y (aref_args): "*arg" should always be expanded by REXPAND. + * parse.y (mrhs_basic): "*arg" should always be expanded by REXPAND. + + * regex.c (re_compile_pattern): too much optimization for the + cases like /(.|a)b/. Tue Jun 5 23:58:43 2001 Yukihiro Matsumoto -- cgit v1.2.3