From 4ff5e66cd4f6dfa89f81219b194512eefead18bd Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 24 May 2000 04:34:26 +0000 Subject: 2000-05-24 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index fccb09d85..117582c93 100644 --- a/ToDo +++ b/ToDo @@ -63,7 +63,7 @@ Standard Libraries - Struct::new([name,]member,...) - IO#reopen accepts path as well - Kernel#scan -- call initialize for builtin classes too (not yet: Regexp, Class, Module) +- call initialize for builtin classes too (not yet: Class, Module) - performance tune for String's non-bang methods. - 'w' template for pack/unpack * String#scanf(?) @@ -107,6 +107,6 @@ Things To Do Before 1.6 * alternative for $! (exception? in? into? =>?) * alternative for interator? - * regex - /p, /m + - regex - /p, /m * odd? even? * mkmf.rb - create_makefile("net/socket") -- cgit