From 9c615e03007d348438f458dfd0dbbb9626ff3145 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Feb 2008 00:44:13 +0000 Subject: * parse.y (reg_compile_gen): reg_fragment_setenc might not raise an exception before rb_reg_compile. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a00277a2d..5c89a7334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 15 09:44:11 2008 Nobuyoshi Nakada + + * parse.y (reg_compile_gen): reg_fragment_setenc might not raise an + exception before rb_reg_compile. + Fri Feb 15 07:37:40 2008 Eric Hodel * lib/rdoc/ri/paths.rb: Preserve compatibility with 1.8. -- cgit