index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_file.rb
Age
Commit message (
Expand
)
Author
2024-01-10
Fix CRLF -> LF conversion on read for rb_io_fdopen & rb_file_open
KJ Tsanaktsidis
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-08-19
Support Encoding::Converter newline: :lf and :lf_newline options
Jeremy Evans
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2019-12-18
Use a temporary file for chown test
Nobuyoshi Nakada
2019-12-12
[cygwin] fix File.absolute_path? test
Nobuyoshi Nakada
2019-12-12
Cygwin path cannot be mapped to a UNC as-is
Nobuyoshi Nakada
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-12
Added assertions for realpath and realdirpath
Nobuyoshi Nakada
2019-09-05
Add tests for `File.absolute_path?`
David RodrÃguez
2019-08-30
Fix keyword argument separation warnings in test
Jeremy Evans
2019-08-13
UTF LE is fixed at least the first 2 bytes
Nobuyoshi Nakada
2019-04-28
Always mark the string returned by File.realpath as tainted
Jeremy Evans
2018-12-11
CentOS-7 (1810)'s header has O_TMPFILE but kernel doesn't support it
naruse
2018-02-28
file.c: realpath on special symlink
nobu
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-18
check EOPNOTSUPP.
ko1
2017-11-01
file.c: infect from arguments
nobu
2017-11-01
revert r60596 because it cause faulure on TestFile#test_realpath_taintedness
ko1
2017-11-01
file.c: infect from arguments
nobu
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-08-31
Skip test_open_tempfile_path on EINVAL
sorah
2017-08-31
File#path: Raise IOError when a file is O_TMPFILE
sorah
2016-12-06
EPERM by symlink
nobu
2016-11-05
Refix r56559 with Fs.noatime? [ruby-core:77943] [Bug #12903]
naruse
2016-11-05
test_file.rb: fix noatime
nobu
2016-08-30
Use qualified names
nobu
2016-01-27
* test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCES
usa
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-28
test_file.rb: fix name clash
nobu
2015-09-08
fix 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-02
file.c: use filesystem encoding
nobu
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 file
usa
2015-02-20
test_file.rb: just skip assertion
nobu
2014-11-25
safe.c: preserve encoding
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-05-31
Join threads.
akr
2014-05-26
Use Tempfile.create instead of Tempfile.new.
akr
2014-05-26
* test/ruby/test_file.rb: skip the test of atime on Windows, because
usa
2014-05-25
Remove tempfiles.
akr
2014-05-23
test_file.rb: fix ctime on Windows
nobu
2014-05-23
test_file.rb: estimate birthtime
nobu
2014-05-22
* file.c (stat_birthtime): add birthtime support [Feature #9647]
naruse
2014-05-22
revert File::Statfs [Feature #9772]
naruse
2014-04-28
* configure.in: check struct statvfs and struct statvfs.f_fstypename.
naruse
2014-04-24
suppress warnings: ambiguous first argument; put parentheses or even spaces
naruse
[next]