From 86c4525ce3feb025ac933b450631e350f6e4fffb Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 9 Apr 2003 08:27:01 +0000 Subject: * gc.c (rb_gc_mark_children): introduce this function again; this is required when stack was very tight. [ruby-talk:68916] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a636fe57c..5e4b5c471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 9 17:24:21 2003 Yukihiro Matsumoto + + * gc.c (rb_gc_mark_children): introduce this function again; this + is required when stack was very tight. [ruby-talk:68916] + Wed Apr 9 15:49:30 2003 Yukihiro Matsumoto * bignum.c (bigdivmod): small typo. -- cgit