summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-06 08:59:41 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-06 08:59:41 +0000
commit7881363731eb4695c745b49ad67652ae8062f995 (patch)
tree2f7eca34d979d1873f34daba9cbdac950777184a /ToDo
parent3edb155cd1bab6d1c66ae2c786cfdb71d5d8113d (diff)
* gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent
garabage collection. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo1
1 files changed, 0 insertions, 1 deletions
diff --git a/ToDo b/ToDo
index 9bd0207601..fa7f32daed 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