aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCESusa2016-01-271-1/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_file.rb: fix name clashnobu2015-10-281-1/+1
* fix a typo of test method name.nagachika2015-09-081-1/+1
* * test/ruby/test_file.rb (TestFile#test_realdirpath_junktion): test for r51790.usa2015-09-081-0/+10
* file.c: use filesystem encodingnobu2015-09-021-0/+20
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-6/+0
* * file.c (rb_stat_ino): get inode from the interval of struct st.naruse2015-06-131-0/+4
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-121-0/+13
* test_file.rb: just skip assertionnobu2015-02-201-2/+4
* safe.c: preserve encodingnobu2014-11-251-0/+6
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* Join threads.akr2014-05-311-1/+2
* Use Tempfile.create instead of Tempfile.new.akr2014-05-261-25/+24
* * test/ruby/test_file.rb: skip the test of atime on Windows, becauseusa2014-05-261-0/+1
* Remove tempfiles.akr2014-05-251-0/+2
* test_file.rb: fix ctime on Windowsnobu2014-05-231-3/+3
* test_file.rb: estimate birthtimenobu2014-05-231-1/+3
* * file.c (stat_birthtime): add birthtime support [Feature #9647]naruse2014-05-221-0/+25
* revert File::Statfs [Feature #9772]naruse2014-05-221-27/+0
* * configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse2014-04-281-1/+4
* suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse2014-04-241-4/+4
* file.c: statfs_inspectnobu2014-04-241-0/+5
* * file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse2014-04-231-1/+0
* * file.c (rb_io_statfs): need to define even if the system doesn't haveusa2014-04-221-0/+1
* * file.c: newly added a class File::Statfs. (experimental)naruse2014-04-221-0/+19
* test/ruby: better assertionsnobu2013-12-131-2/+2
* test/unit/assertions.rb: return exceptionnobu2013-10-091-2/+3
* test: use assert_raisenobu2013-10-091-1/+1
* * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa2013-08-161-0/+1
* * test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa2013-08-151-0/+26
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-98/+94
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-161-2/+2
* envutil.rb: file_assertionnobu2012-10-151-2/+2
* file.c: poisoned NULnobu2012-10-121-0/+10
* envutil.rb: assert_file and assert_file_notnobu2012-10-091-1/+1
* * test/ruby/test_file.rb: remove temporally files early.akr2012-07-181-1/+14
* rb_str_new_frozen: new object if tainted/untrusted unmatchnobu2012-07-121-0/+10
* file.c: fix for UNCnobu2012-05-261-0/+8
* test/ruby/test_file.rb: fix for UNCnobu2012-05-261-2/+2
* Bug #6487nobu2012-05-241-0/+51
* test for Bug #6385nobu2012-05-151-0/+20
* test/ruby/test_file.rb: use tmpdirnobu2012-05-151-2/+4
* adding a few tests surrounding file open argumentstenderlove2012-05-101-0/+30
* * test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu2012-04-091-0/+1
* * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu2012-04-091-0/+10
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-281-0/+9
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-091-1/+2
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-091-0/+13
* * file.c (realpath_internal): regulate separators in prefix.nobu2010-03-141-0/+4