From 9a1716fdb289e7bcdabf9050bfdf051106e2cce0 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 30 May 2000 04:24:17 +0000 Subject: 2000-05-30 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 89fd0b3a4a..1e65903b6e 100644 --- a/ToDo +++ b/ToDo @@ -24,6 +24,7 @@ Language Spec. * discourage use of symbol variable (e.g. $/, etc.) in manual * discourage use of Perlish features by giving warnings. * `exception' method to be alternative for `$!'. ?? +* non confusing in-block local variable (is it possible?) Hacking Interpreter @@ -63,9 +64,11 @@ Standard Libraries - Struct::new([name,]member,...) - IO#reopen accepts path as well - Kernel#scan -- call initialize for builtin classes too (not yet: Class, Module) +- call initialize for builtin classes too - performance tune for String's non-bang methods. - 'w' template for pack/unpack +- alternative for interator? => block_given? +- regex - /p (make obsolete), /m (new) * String#scanf(?) * Object#fmt(?) * Integer#{bin,oct,hex,heX} @@ -106,8 +109,5 @@ Things To Do Before 1.6 * fix spec. for the following: - * alternative for $! (exception? in? into? =>?) - * alternative for interator? - - regex - /p, /m - * odd? even? + * alternative for $! (exception? in? =>? :?) * mkmf.rb - create_makefile("net/socket") -- cgit v1.2.3