From a143fef2e6888dc3b80d74c123c0af1fd97d2f81 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 23 Jan 2002 07:30:43 +0000 Subject: * array.c (Init_Array): remove Array#filter. * object.c (rb_mod_initialize): should accept zero argument. * object.c (rb_mod_cmp): should raise ArgumentError if inheritance/inclusion relation between two classes/modules is not defined. [new] * io.c (rb_io_fsync): new method. [new] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 41f0edf02..20d523626 100644 --- a/ToDo +++ b/ToDo @@ -58,6 +58,7 @@ Hacking Interpreter * trap every method invocation, which can be enabled by e.g. trap_call :method. * unify Errno exceptions of same errno, or new exception comparison scheme. * 2.times{|i| if i==0 then a = 15 else puts eval("a") end} should print nil. +* Thread#max_stack_size attribute (possible??) Standard Libraries -- cgit