aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file_exhaustive.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: better assertionsnobu2013-12-131-66/+71
* file.c: fix buffer overflownobu2013-11-261-0/+18
* file.c: fix memory leaknobu2013-10-171-0/+27
* skip if ENV['USER'] is nilnaruse2013-07-301-1/+1
* add assert_not_empty ENV['USER']naruse2013-07-281-0/+1
* * file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse2013-07-251-0/+5
* file.c: exception message encodingnobu2013-07-241-0/+13
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-9/+0
* test_file_exhaustive.rb: fix abolute rootnobu2013-03-131-1/+1
* test_file_exhaustive.rb: others homenobu2013-03-111-2/+7
* * test/ruby/test_file_exhaustive.rb (test_expand_path_home_dir_string):nobu2013-03-101-3/+3
* Expand home directory when used in dir_stringluislavena2013-03-101-0/+12
* Skip path expansion for all wildcard charactersluislavena2012-11-171-1/+3
* skip long name conversion if last character is a wildcard oneluislavena2012-11-161-0/+5
* Remove FIXME skip on Windows testluislavena2012-11-061-1/+0
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-161-12/+12
* file.c: ASCII-compatiblenobu2012-10-161-0/+12
* file.c: ASCII-compatiblenobu2012-10-161-0/+10
* envutil.rb: file_assertionnobu2012-10-151-12/+12
* envutil.rb: assert_file and assert_file_notnobu2012-10-091-12/+13
* test/ruby/test_file_exhaustive.rb: fix test for HOME-less envsluislavena2012-08-291-1/+6
* Improve require/File.expand_path performance on Windowsluislavena2012-08-241-0/+206
* * test/ruby/test_file_exhaustive.rbusa2012-08-141-0/+14
* * test/ruby/test_file_exhaustive.rbusa2012-08-141-0/+8
* Optimize winnt_statshirosaki2012-08-091-0/+7
* * test/ruby/test_file_exhaustive.rbusa2012-08-071-1/+7
* * file.c (rb_file_s_basename): ignore non-ascii extension innobu2012-01-251-0/+3
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-2/+42
* * test/ruby/test_file_exhaustive.rb (test_expand_path): fix commit miss, remo...nobu2012-01-191-1/+1
* * test/ruby/test_file_exhaustive.rb (test_expand_path): ignore case of paths ...nobu2012-01-191-5/+6
* * test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for absolut...nobu2012-01-191-0/+8
* * test/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path):shyouhei2010-09-161-1/+1
* * file.c (rb_file_s_readlink): symlink target should be innobu2010-09-041-1/+4
* * file.c (file_expand_path): wrong condition. [ruby-core:31591]usa2010-08-021-0/+1
* * file.c (file_expand_path): home directory must be absolute.nobu2010-07-291-0/+12
* * file.c (file_expand_path): should check if could find user.nobu2010-07-291-5/+2
* * file.c (rb_f_test): 'W' should test writable by real uid/git,nobu2010-06-041-1/+1
* * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is notusa2010-05-041-4/+10
* * test/ruby: fixed nonsense assertions.nobu2010-04-291-1/+1
* * file.c (rb_file_s_extname): skip last directory separators.nobu2010-04-191-0/+2
* * file.c (rb_file_s_basename): check encoding of suffix.nobu2010-03-121-0/+2
* supress warnings.akr2010-01-251-1/+1
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-191-0/+14
* * file.c (rb_file_s_basename): returns new string instead ofnobu2009-07-081-2/+4
* * test/ruby/test_file_exhaustive.rb: add tests for File#size andmame2009-03-081-1/+18
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/ruby/test_file_exhaustive.rb: skip some tests if euid == 0.mame2009-02-181-0/+8
* * file.c (rb_file_s_extname): fix for spaces before extention.nobu2009-02-181-26/+25
* * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu2009-01-121-0/+1
* * test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...kazu2008-08-131-0/+1