summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
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 <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>