summaryrefslogtreecommitdiff
path: root/test/ruby/test_file.rb
AgeCommit message (Expand)Author
2016-01-27* test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCESusa
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-28test_file.rb: fix name clashnobu
2015-09-08fix a typo of test method name.nagachika
2015-09-08* test/ruby/test_file.rb (TestFile#test_realdirpath_junktion): test for r51790.usa
2015-09-02file.c: use filesystem encodingnobu
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-06-13* file.c (rb_stat_ino): get inode from the interval of struct st.naruse
2015-06-12* file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa
2015-02-20test_file.rb: just skip assertionnobu
2014-11-25safe.c: preserve encodingnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-05-31Join threads.akr
2014-05-26Use Tempfile.create instead of Tempfile.new.akr
2014-05-26* test/ruby/test_file.rb: skip the test of atime on Windows, becauseusa
2014-05-25Remove tempfiles.akr
2014-05-23test_file.rb: fix ctime on Windowsnobu
2014-05-23test_file.rb: estimate birthtimenobu
2014-05-22* file.c (stat_birthtime): add birthtime support [Feature #9647]naruse
2014-05-22revert File::Statfs [Feature #9772]naruse
2014-04-28* configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse
2014-04-24suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse
2014-04-24file.c: statfs_inspectnobu
2014-04-23* file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse
2014-04-22* file.c (rb_io_statfs): need to define even if the system doesn't haveusa
2014-04-22* file.c: newly added a class File::Statfs. (experimental)naruse
2013-12-13test/ruby: better assertionsnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-10-09test: use assert_raisenobu
2013-08-16* file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa
2013-08-15* test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2012-10-16* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu
2012-10-15envutil.rb: file_assertionnobu
2012-10-12file.c: poisoned NULnobu
2012-10-09envutil.rb: assert_file and assert_file_notnobu
2012-07-18* test/ruby/test_file.rb: remove temporally files early.akr
2012-07-12rb_str_new_frozen: new object if tainted/untrusted unmatchnobu
2012-05-26file.c: fix for UNCnobu
2012-05-26test/ruby/test_file.rb: fix for UNCnobu
2012-05-24Bug #6487nobu
2012-05-15test for Bug #6385nobu
2012-05-15test/ruby/test_file.rb: use tmpdirnobu
2012-05-10adding a few tests surrounding file open argumentstenderlove
2012-04-09* test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu
2012-04-09* win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu
2011-11-28* win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa
2011-11-09* test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa
2011-11-09* test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa
2010-03-14* file.c (realpath_internal): regulate separators in prefix.nobu