From 945e4262b5501273e824cf824cd223aa9f2e536d Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 20 Jan 2009 09:52:51 +0000 Subject: merges r21661 from trunk into ruby_1_9_1. * ruby.c (require_libraries): reset th->parse_in_eval while loading libraries. fixes [ruby-dev:37780] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 34f8e55c9..e707de393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 19 13:34:25 2009 Koichi Sasada + + * ruby.c (require_libraries): reset th->parse_in_eval while + loading libraries. fixes [ruby-dev:37780] + Sat Jan 17 21:04:27 2009 Yuki Sonoda (Yugui) * lib/erb.rb: changes style of the rdoc for suppressing -- cgit