From d9274e7d6bbffd15291ffc6bdd5fefbde79f5cb8 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 2 Aug 2007 14:36:25 +0000 Subject: * parse.y (reg_compile_gen): set error if failed to compile regexp literal. [ruby-dev:31336] * re.c (rb_reg_compile): should not use regexp which could not get initialized. [ruby-dev:31333] return error message to let the parser know it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 413ac8c9cd..8a2acfcf62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Aug 2 23:36:23 2007 Nobuyoshi Nakada + + * parse.y (reg_compile_gen): set error if failed to compile regexp + literal. [ruby-dev:31336] + + * re.c (rb_reg_compile): should not use regexp which could not get + initialized. [ruby-dev:31333] + return error message to let the parser know it. + Thu Aug 2 13:46:39 2007 Nobuyoshi Nakada * sprintf.c (rb_f_sprintf): should not check positional number as -- cgit v1.2.3