summaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_load.rb
Commit message (Collapse)AuthorAgeFilesLines
* merges r22655,r22658,r22660 and r22661 from trunk into ruby_1_9_1.yugui2009-03-041-0/+12
| | | | | | | | | | | -- * file.c (file_load_ok): checks if regular file, except for the platform disallows to open directories, e.g. cygwin. [ruby-dev:38097], [Bug #1221] -- * file.c (file_load_ok): cygwin allows to open directories. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-241-0/+15
* load.c (search_required): returns path too if feature is being loaded. [ruby-dev:32048] [TODO: refactoring] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e