summaryrefslogtreecommitdiff
path: root/test/ruby/test_require.rb
AgeCommit message (Expand)Author
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-10-29load.c: transcode pathnobu
2014-10-29test_require.rb: renamenobu
2013-12-13test/ruby: better assertionsnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-10-09test_require.rb: need verbosenobu
2013-10-08load.c: display backtrace to $stderrnobu
2013-08-11file.c: OSX path encodingnobu
2013-08-11test_require.rb: __FILE__ encoding on Windowsnobu
2013-08-09ruby.c: use String path version parser functionsnobu
2013-07-26test_require.rb: same processnobu
2013-07-26test_require.rb: use assert_separatelynobu
2013-07-26load.c: search in OS path encodingnobu
2013-07-26test_require.rb: splitnobu
2013-07-26fix warning: shadowing outer local variable - pathnaruse
2013-07-25envutil.rb: encodingnobu
2013-06-19test/ruby: reap zombiesnobu
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-07Regexp.escape(RUBY_PLATFORM)kazu
2013-04-06* test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):shirosaki
2013-04-05* load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki
2013-04-02Add ignore_stderr because it outputs "circular require" warningsnaruse
2013-03-24* test/ruby/test_require.rb: Remove temporally files in the tests.akr
2013-02-06test_require.rb: shared drivenobu
2013-01-09Add RUBYOPT=>nil to avoid false negativenaruse
2013-01-09* test/ruby/test_require.rb: improve test for r38744.glass
2013-01-09* load.c (load_lock): fix not to delete thread shield twice.glass
2012-12-25error.c: rb_write_error_strnobu
2012-12-21Add test for r38529 [Bug #7536]naruse
2012-12-20test_require.rb: clear load pathnobu
2012-12-18Show $LOAD_PATH and RUBYLIB to debug easiernaruse
2012-12-13* test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):usa
2012-11-22Fix cache validity check of requireshirosaki
2012-11-05* test/ruby/test_require.rbshirosaki
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-10-16* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu
2012-10-15envutil.rb: file_assertionnobu
2012-10-09envutil.rb: assert_file and assert_file_notnobu
2012-08-23load.c: keep encoding of feature namenobu
2012-08-07* test/ruby/test_require.rb (TestRequire#test_require_twice): added.usa
2012-03-15* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu
2012-03-07* error.c (rb_load_fail): should honor encoding.nobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2011-12-20* test/ruby/test_require.rb (test_race_exception): delete temporary library n...nobu
2011-12-20* test/ruby/test_require.rb (test_race_exception): rewrote withoutnobu
2011-12-15* test/ruby/test_require.rb (test_race_exception): get rid ofnobu
2011-12-13* load.c (load_unlock): all threads requiring one file shouldnobu
2011-05-22* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.nahi
2011-03-14 * test/ruby/test_require.rb (test_require_too_long_filename):nagachika
2011-03-10* test/ruby/test_require.rb: setting too long string to ENV causesusa