summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-06-11 06:30:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-06-11 06:30:01 +0000
commitbe83b8be34318b74544d435305cb98689eae8089 (patch)
treee83027e2d8b4a3ab3435eaf9eb345ced538d3ca8 /ToDo
parentecfa8525662a6c9d0570c2ac53cfbeb809a62e8f (diff)
990611
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo6
1 files changed, 2 insertions, 4 deletions
diff --git a/ToDo b/ToDo
index 191a83e509..d792e1dc5e 100644
--- a/ToDo
+++ b/ToDo
@@ -18,6 +18,7 @@ Hacking Interpreter
Standard Libraries
+* IO/File to call initialize
* String#scanf(?)
* Object#fmt(?)
* Integer[num], Float[num] (String[str]?, Array[obj]??)
@@ -25,13 +26,11 @@ Standard Libraries
Extension Libraries
-* mod_ruby, FastCGI ruby
-* InterBase module
+* FastCGI ruby
* ptk.rb pTk wrapper that is compatible to tk.rb
Ruby Libraries
-* CGI.rb
* httplib.rb, urllib.rb, nttplib.rb, etc.
* format like perl's
@@ -39,7 +38,6 @@ Tools
* extension library maker like XS or SWIG
* freeze or undump to bundle everything
-* eruby - embedded ruby
Misc