aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_require.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-161-1/+1
* envutil.rb: file_assertionnobu2012-10-151-1/+1
* envutil.rb: assert_file and assert_file_notnobu2012-10-091-1/+1
* load.c: keep encoding of feature namenobu2012-08-231-0/+17
* * test/ruby/test_require.rb (TestRequire#test_require_twice): added.usa2012-08-071-0/+13
* * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu2012-03-151-1/+1
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-2/+4
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-0/+8
* * test/ruby/test_require.rb (test_race_exception): delete temporary library n...nobu2011-12-201-0/+1
* * test/ruby/test_require.rb (test_race_exception): rewrote withoutnobu2011-12-201-25/+25
* * test/ruby/test_require.rb (test_race_exception): get rid ofnobu2011-12-151-5/+4
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-131-0/+56
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.nahi2011-05-221-16/+0
* * test/ruby/test_require.rb (test_require_too_long_filename):nagachika2011-03-141-3/+3
* * test/ruby/test_require.rb: setting too long string to ENV causesusa2011-03-101-3/+3
* * test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa2011-02-011-1/+1
* * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki2011-01-281-2/+2
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki2011-01-281-2/+2
* remove unnecessary local variable.kosaki2011-01-281-1/+0
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki2011-01-281-1/+19
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu2011-01-101-0/+16
* * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu2010-09-111-5/+10
* * load.c (rb_provide_feature): clarify error message for frozennobu2010-08-291-0/+7
* * load.c (load_failed): should honor encoding. [ruby-core:31915]nobu2010-08-291-0/+6
* * test/ruby/test_require.rb (test_require_too_long_filename):nobu2010-08-081-1/+1
* * test_require.rb (test_require_with_unc): test for r28473.usa2010-06-291-0/+4
* * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is notusa2010-05-041-3/+7
* * iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame2010-04-271-0/+13
* * test/ruby/test_require.rb (test_define_class): expect TypeErrormame2010-01-211-1/+1
* add ML ref.akr2010-01-121-1/+1
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-1/+16
* * test/ruby/test_require.rb (test_relative): test without currentnobu2009-09-121-0/+6
* * test/ruby/test_require.rb (test_relative): tests for require_relative.nobu2009-09-091-1/+19
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):matz2009-06-261-2/+5
* adds a test case for r21955 and r21917.yugui2009-02-021-0/+46
* * test/ruby/test_require.rb (test_require_too_long_filename): too longusa2008-10-281-5/+9
* * test/ruby/test_require.rb (test_require_too_long_filename):mame2008-07-281-1/+8
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-151/+103
* * test/ruby/test_require.rb: add a test for load with wrap flag, tomame2008-05-291-0/+20
* * test/ruby/test_require.rb: new tests for library requiring, tomame2008-05-211-0/+215