From 0e98ca3fe090d5593fb1e552723da0b48784b0a2 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 8 Dec 2000 07:10:38 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index effc73bf6..0f9b9f55e 100644 --- a/ToDo +++ b/ToDo @@ -94,7 +94,11 @@ Standard Libraries * Process::waitall [ruby-talk:4557] * synchronized method - synchronized{...}, synchronized :foo, :bar * move Time::times to Process. -* Module#define_method which takes a name and a body (block, proc or method). +- Module#define_method which takes a name and a body (block, proc or method). +* IO#for_fd in general +* Array#&, Array#| to allow duplication. ??? +- fork_and_kill_other_threads. +* way to specify immortal (fork endurance) thread. Extension Libraries -- cgit