summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-06 03:09:07 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-06 03:09:07 +0000
commit95d65e34e10060aec33764f6b1928880bd78b2cd (patch)
tree94500dc825ffa16aa61e54e3d96d3aac86a2af66 /ChangeLog
parente389d3d1530e22be209afa7925deeb8409e225ae (diff)
* parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 042fc8c314..39ccfcc6d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+Fri Sep 6 12:11:22 2002 Minero Aoki <aamine@loveruby.net>
+
+ * parse.y (rb_gc_mark_parser): should mark ALL global variables
+ defined in parse.y.
+
Fri Sep 6 11:47:37 2002 Minero Aoki <aamine@loveruby.net>
- * 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 <aamine@loveruby.net>