From be1fea072cd0d22788ef8a931c0c6b64a2503b5d Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 12 Oct 1999 04:53:36 +0000 Subject: 19991012 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 1014ab51c7..45b463f34d 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 -- cgit v1.2.3