From f0367359d6f55de6caf62fd1dbb72d3661d4ae12 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 4 Jul 2000 04:17:26 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ToDo') 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") -- cgit