summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-07 08:32:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-07 08:32:01 +0000
commit253581c432a4d2dccfe9f12102bafd9d8cc12c5a (patch)
tree016a66d71e79c14d451ff959a13be28f37883749 /ToDo
parentd303a22fccd1ce4bc59e3c98862ee4a87b4715b3 (diff)
* re.c (rb_reg_s_quote): # also should be quoted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo1
1 files changed, 1 insertions, 0 deletions
diff --git a/ToDo b/ToDo
index 20d5236265..91c5787f5f 100644
--- a/ToDo
+++ b/ToDo
@@ -102,6 +102,7 @@ Standard Libraries
* pointer share mechanism similar to one in String for Array.
* deprecate Array#indexes, and Array#indices.
* require "1.6" etc. by /usr/lib/ruby/1.6/1.6.rb ;-)
+* save both "feature names" and "normalized path" in $"
Extension Libraries