From 9afa5221e9786ae11a679b493acc1462e0034481 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 8 Aug 2009 17:11:39 +0000 Subject: * tool/compile_prelude.rb: fixes a regexp pattern for require. It had matched 'require("foo"('. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d6974889..3aea7f2c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 9 02:07:41 2009 Yuki Sonoda (Yugui) + + * tool/compile_prelude.rb: fixes a regexp pattern for require. + It had matched 'require("foo"('. + Sat Aug 8 11:42:44 2009 Yukihiro Matsumoto * bignum.c (bigzero_p): removing BDIGITS() inside of the -- cgit