From 94e1f8eae7883614cdddd000a09d129e1b353e35 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 8 Feb 2000 08:54:01 +0000 Subject: 2000-02-08 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index bccb5c2ad..1d0e77787 100644 --- a/ToDo +++ b/ToDo @@ -52,9 +52,13 @@ Standard Libraries - SyntaxError, NameError, LoadError and NotImplementError are subclasses of ScriptError..) +* regexp: \G * Struct::new([name,]member,...) ?? * String#scanf(?) * Object#fmt(?) +* Integer#{bin,oct,hex,heX} * Time::strptime * Integer[num], Float[num]; Fixnum[num]? * method to retrieve non-number trailer for to_i/to_f. -- cgit