From 253f87cb416dbfd32f17dfbeb5d9302f2ac6eedc Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 6 Sep 2002 03:09:07 +0000 Subject: * parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 042fc8c31..39ccfcc6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +Fri Sep 6 12:11:22 2002 Minero Aoki + + * parse.y (rb_gc_mark_parser): should mark ALL global variables + defined in parse.y. + Fri Sep 6 11:47:37 2002 Minero Aoki - * parse.y (rb_gc_mark_parser): should mark parse.y global - variables. + * parse.y (rb_gc_mark_parser): should mark global variables + defined in parse.y. Fri Sep 6 10:34:32 2002 Minero Aoki -- cgit