diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-12 09:07:57 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-12 09:07:57 +0000 |
commit | 9da4f78db46764be6dae5e7e83ff48cbecb3fb23 (patch) | |
tree | c0805e6c95d6396e28e6129d88905c4dee085f4e /ToDo | |
parent | 014f2164ed7031a1c31604b290d2ab0cf1deacdc (diff) | |
download | ruby-9da4f78db46764be6dae5e7e83ff48cbecb3fb23.tar.gz |
2000-05-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,7 @@ Hacking Interpreter * scrambled script, or script filter * setuid ruby * performance tune for in-block (dynamic) local variables. +* generational GC ?? (is it possible?) Standard Libraries @@ -64,6 +65,7 @@ Standard Libraries - Kernel#scan - call initialize for builtin classes too (not yet: Regexp, Class, Module) - performance tune for String's non-bang methods. +- 'w' template for pack/unpack * String#scanf(?) * Object#fmt(?) * Integer#{bin,oct,hex,heX} |