summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-10-29 09:25:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-10-29 09:25:48 +0000
commit0d684beafb4258da9606b1e3b4448511b709a2e2 (patch)
tree4a0007dc6a1e7e8ae71ad40000b9ba56332dbaf2 /ToDo
parentcd2af215d4d438bcb217ffce94c208e229dfe58a (diff)
19991029
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo5
1 files changed, 4 insertions, 1 deletions
diff --git a/ToDo b/ToDo
index 793565a0e6..adb8a6c07a 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