From 0fa6bbc8ddf49eeb61ec62206b4f0e6326c160e8 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 7 May 2002 08:32:01 +0000 Subject: * 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 --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') 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 -- cgit