From 8ae09f0589c305b876fde4214fe74369c55ef818 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 24 Mar 2008 10:43:56 +0000 Subject: * parse.y (debug_lines): Always prepare a new array for each file's SCRIPT_LINES__ storage, instead of appending source lines every time a file is re-loaded; submitted by Rocky Bernstein in #18517. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2dea145e..5f48b3492 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Mar 24 19:23:52 2008 Akinori MUSHA + + * parse.y (debug_lines): Always prepare a new array for each + file's SCRIPT_LINES__ storage, instead of appending source lines + every time a file is re-loaded; submitted by Rocky Bernstein in + #18517. + Mon Mar 24 10:25:54 2008 Nobuyoshi Nakada * configure.in: sitearch should use target_cpu. [ruby-core:15986] -- cgit