summaryrefslogtreecommitdiffstats
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-04 04:17:26 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-04 04:17:26 +0000
commitf0367359d6f55de6caf62fd1dbb72d3661d4ae12 (patch)
tree3ab2686a359f6cbdda8446d7382f9aa541c2490a /ToDo
parent6820886b9beea4608e3c4f135406648c53129124 (diff)
downloadruby-f0367359d6f55de6caf62fd1dbb72d3661d4ae12.tar.gz
ruby-f0367359d6f55de6caf62fd1dbb72d3661d4ae12.tar.xz
ruby-f0367359d6f55de6caf62fd1dbb72d3661d4ae12.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo5
1 files changed, 3 insertions, 2 deletions
diff --git a/ToDo b/ToDo
index c4654d925..297e6e231 100644
--- a/ToDo
+++ b/ToDo
@@ -6,7 +6,7 @@ Language Spec.
- %w(a\ b\ c abc) => ["a b c", "abc"]
- objectify symbols
- class variable (prefix @@)
-- rescue RuntimeError in err ??
+- rescue RuntimeError =>n err
* operator !! for rescue. ???
* objectify characters
* ../... outside condition invokes operator method too.
@@ -73,6 +73,8 @@ Standard Libraries
- 'w' template for pack/unpack
- alternative for interator? => block_given?
- regex - /p (make obsolete), /m (new)
+- consistent /, %, divmod
+* Enumerable#sort_by for Schwartzian transformation
* String#scanf(?)
* Object#fmt(?)
* Integer#{bin,oct,hex,heX}
@@ -113,5 +115,4 @@ Things To Do Before 1.6
* fix spec. for the following:
- * alternative for $! (exception? in? =>? :?)
* mkmf.rb - create_makefile("net/socket")