From 4ff61a2d2379be4d444e98f1f6af6409b47d148e Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 6 Sep 2002 08:59:41 +0000 Subject: * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent garabage collection. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 - 1 file changed, 1 deletion(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 9bd020760..fa7f32dae 100644 --- a/ToDo +++ b/ToDo @@ -106,7 +106,6 @@ Standard Libraries * deprecate Array#indexes, and Array#indices. * require "1.6" etc. by /usr/lib/ruby/1.6/1.6.rb ;-) * save both "feature names" and "normalized path" in $" -* allow marshaling of extend'ed object. Extension Libraries -- cgit