summaryrefslogtreecommitdiffstats
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
commit0fa6bbc8ddf49eeb61ec62206b4f0e6326c160e8 (patch)
tree016a66d71e79c14d451ff959a13be28f37883749 /ToDo
parentb6dbed3c8c4b82231d39e31add3f740f04491b0a (diff)
downloadruby-0fa6bbc8ddf49eeb61ec62206b4f0e6326c160e8.tar.gz
ruby-0fa6bbc8ddf49eeb61ec62206b4f0e6326c160e8.tar.xz
ruby-0fa6bbc8ddf49eeb61ec62206b4f0e6326c160e8.zip
* re.c (rb_reg_s_quote): # also should be quoted.
git-svn-id: http://svn.ruby-lang.org/repos/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 20d523626..91c5787f5 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