diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-02-18 06:59:36 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-02-18 06:59:36 +0000 |
commit | 35301f1941dc92a46f45884380e7cc30081d5b95 (patch) | |
tree | c268af56267dcc487f65cec821380293b37f4749 /ToDo | |
parent | 938e3b7ddb7a3025041108c408f8ffaa79802d6d (diff) | |
download | ruby-35301f1941dc92a46f45884380e7cc30081d5b95.tar.gz ruby-35301f1941dc92a46f45884380e7cc30081d5b95.tar.xz ruby-35301f1941dc92a46f45884380e7cc30081d5b95.zip |
2000-02-18
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -19,6 +19,7 @@ Language Spec. * class Foo::Bar<Baz .. end, module Boo::Bar .. end * def Foo::Bar::baz() .. end ?? * I18N (or M17N) script/string/regexp +* Fixnum 0 as false ???? Hacking Interpreter @@ -53,9 +54,8 @@ Standard Libraries 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,...) ?? +- regexp: (?>..), \G +- Struct::new([name,]member,...) * String#scanf(?) * Object#fmt(?) * Integer#{bin,oct,hex,heX} @@ -65,12 +65,14 @@ Standard Libraries * Stream or Port, abstract superclass of IO ? * String#{pred,prev}, String#downto * optional stepsize argument for succ() +* performance tune for String's non-bang methods. Extension Libraries - FastCGI ruby * ptk.rb pTk wrapper that is compatible to tk.rb * Berkeley DB extension +* BitVector Ruby Libraries |