From 27daf643b460a287d63c4caa54a5e30e287ca70f Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 Dec 2005 16:35:57 +0000 Subject: * eval.c (struct thread): add bstr_max. (rb_thread_save_context): use realloc instead of REALLOC_N to avoid GC. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4653aa715..154042178 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 28 01:32:39 2005 Tanaka Akira + + * eval.c (struct thread): add bstr_max. + (rb_thread_save_context): use realloc instead of REALLOC_N + to avoid GC. + Tue Dec 27 23:59:53 2005 Nobuyoshi Nakada * lib/optparse.rb (CompletingHash#match): fix for 1.9. -- cgit