From 620b13d8777086b3b4da0e0a07e93b83ea38b66d Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 10 Apr 2000 05:48:43 +0000 Subject: 2000-04-10 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 3bdc5ab99..9e49c4ba9 100644 --- a/ToDo +++ b/ToDo @@ -35,11 +35,12 @@ Hacking Interpreter - all object made freezable * non-blocking open (e.g. for named pipe) for thread * avoid blocking with gethostbyname/gethostbyaddr (use fork ???) -* objectify interpreters +* objectify interpreters ??? * remove rb_eval() recursions * syntax tree -> bytecode ??? * scrambled script, or script filter * setuid ruby +* performance tune for in-block (dynamic) local variables. Standard Libraries @@ -61,7 +62,7 @@ Standard Libraries - Struct::new([name,]member,...) - IO#reopen accepts path as well - Kernel#scan -- call initialize for builtin class too (not yet: Regexp, etc) +- call initialize for builtin classes too (not yet: Regexp, Class, Module) - performance tune for String's non-bang methods. * String#scanf(?) * Object#fmt(?) -- cgit