aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file_exhaustive.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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