summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-06 02:44:51 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-06 02:44:51 +0000
commite389d3d1530e22be209afa7925deeb8409e225ae (patch)
tree56f93c87135e9ee80ba50fcc20c3f7ea1137d915 /ChangeLog
parent5ef74b512cd7e8878dfadb8cc2cebc45466aeb0a (diff)
* parse.y (rb_gc_mark_parser): should mark parse.y global variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c07163f0ef..042fc8c314 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 6 11:47:37 2002 Minero Aoki <aamine@loveruby.net>
+
+ * parse.y (rb_gc_mark_parser): should mark parse.y global
+ variables.
+
Fri Sep 6 10:34:32 2002 Minero Aoki <aamine@loveruby.net>
* io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.