From 9868574ae43c0fdc49a9d3fc0431bb0613507bfa Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 29 Oct 1999 09:25:48 +0000 Subject: 19991029 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 793565a0e..adb8a6c07 100644 --- a/ToDo +++ b/ToDo @@ -2,6 +2,8 @@ Language Spec. - def foo; .. rescue .. end - compile time string concatenation, "hello" "world" => "helloworld" +* objectify symbols +* objectify characters * ../... outside condition invokes operator method too. * %w(a\ b\ c abc) => ["a b c", "abc"] * package or access control for global variables @@ -46,6 +48,7 @@ Extension Libraries - FastCGI ruby * ptk.rb pTk wrapper that is compatible to tk.rb +* Berkeley DB extension Ruby Libraries @@ -54,7 +57,7 @@ Ruby Libraries Tools -* extension library maker like XS or SWIG +- extension library maker like XS or SWIG * freeze or undump to bundle everything Misc -- cgit