From a6dcd4ff38476c301f3385a3999fb6452bd462c7 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 12 May 2000 09:07:57 +0000 Subject: 2000-05-12 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 9e49c4ba9..84d0ea128 100644 --- a/ToDo +++ b/ToDo @@ -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} -- cgit