summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo4
1 files changed, 4 insertions, 0 deletions
diff --git a/ToDo b/ToDo
index bccb5c2ad9..1d0e777872 100644
--- a/ToDo
+++ b/ToDo
@@ -52,9 +52,13 @@ Standard Libraries
- SyntaxError, NameError, LoadError and NotImplementError are subclasses of
ScriptError<Exception, not StandardError.
- String's bang methods return string always
+- Thread::start gives arguments, not a thread object to the block
+- regexp: (?>..)
+* 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.