aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file_exhaustive.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa2008-05-201-1/+1
* * file.c (rb_file_s_extname): first dot is not an extension name.nobu2008-05-171-0/+11
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-151-0/+25
* * test/ruby/test_file_exhaustive.rb (assert_integer): may not Fixnum.nobu2008-05-141-29/+32
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-1/+1
* File#lchmod test removed because the method is not exist.akr2008-05-061-2/+0
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-1/+1
* * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame2008-02-031-0/+688