summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
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