From 47b45f8bdb16156c41b126e9d757dbfff2de0be7 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 12 Dec 2000 07:42:35 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 0f9b9f55e..5d46a525e 100644 --- a/ToDo +++ b/ToDo @@ -28,6 +28,7 @@ Language Spec. + variables appears within block may have independent values. * Regexp: make /o thread safe. * decide if begin with rescue or ensure make do..while loop. +* a +1 to be a+1, not a(+1). Hacking Interpreter @@ -98,7 +99,9 @@ Standard Libraries * IO#for_fd in general * Array#&, Array#| to allow duplication. ??? - fork_and_kill_other_threads. -* way to specify immortal (fork endurance) thread. +* way to specify immortal (fork endurance) thread; +* or raise ForkException to every thread but fork caller. +* Array#fetch Extension Libraries -- cgit