summaryrefslogtreecommitdiffstats
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-10-12 04:53:36 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-10-12 04:53:36 +0000
commit49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed (patch)
tree4d17e3f2cabbe9f4ea2bee8f523de11ce30f6a39 /ToDo
parent52d12453a9941ff91fbcaf1b02914efcb5a7621b (diff)
downloadruby-49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed.tar.gz
ruby-49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed.tar.xz
ruby-49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed.zip
19991012
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo3
1 files changed, 2 insertions, 1 deletions
diff --git a/ToDo b/ToDo
index 1014ab51c..45b463f34 100644
--- a/ToDo
+++ b/ToDo
@@ -15,6 +15,7 @@ Language Spec.
Hacking Interpreter
+* hash[key] = nil may not remove entry; hashes may have nil as the value.
* RUBYOPT environment variable
* non-blocking open (e.g. named pipe) for thread
* avoid blocking with gethostbyname/gethostbyaddr
@@ -26,6 +27,7 @@ Hacking Interpreter
Standard Libraries
+* Array#{first,last,at}
* Struct::new([name,]member,...) ??
* String#scanf(?)
* Object#fmt(?)
@@ -44,7 +46,6 @@ Extension Libraries
Ruby Libraries
-* net/pop.rb net/smtp.rb
* httplib.rb, urllib.rb, nttplib.rb, etc.
* format like perl's