summaryrefslogtreecommitdiffstats
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-12 07:42:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-12 07:42:35 +0000
commit47b45f8bdb16156c41b126e9d757dbfff2de0be7 (patch)
tree2a73f7f17fa97d74f5580248e39f39765747d573 /ToDo
parent0e98ca3fe090d5593fb1e552723da0b48784b0a2 (diff)
downloadruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.tar.gz
ruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.tar.xz
ruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo5
1 files changed, 4 insertions, 1 deletions
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