From 5928d4c1e01a076c3c992b3a003c167a5d4b7600 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 29 Feb 2000 08:05:32 +0000 Subject: 2000-02-29 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 8dc656434..b70feaf6c 100644 --- a/ToDo +++ b/ToDo @@ -20,6 +20,7 @@ Language Spec. * def Foo::Bar::baz() .. end ?? * I18N (or M17N) script/string/regexp * Fixnum 0 as false ???? +* discourage use of symbol variable (e.g. $/, etc.) in manual Hacking Interpreter @@ -56,6 +57,7 @@ Standard Libraries - Thread::start gives arguments, not a thread object to the block - regexp: (?>..), \G - Struct::new([name,]member,...) +- IO#reopen accepts path as well * String#scanf(?) * Object#fmt(?) * Integer#{bin,oct,hex,heX} @@ -67,6 +69,7 @@ Standard Libraries * optional stepsize argument for succ() * performance tune for String's non-bang methods. * Ruby module -- Ruby::Version, Ruby::Interpreter +* call initialize for builtin class too Extension Libraries -- cgit