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
/
test_tempfile.rb
Age
Commit message (
Expand
)
Author
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-10-29
Fix tests for CVE-2018-6914
Nobuyoshi Nakada
2019-09-06
Fix keyword argument warnings in the tests from Class#new
Jeremy Evans
2019-05-01
Windows simply causes an error to open invalid path
NAKAMURA Usaku
2018-07-11
Failed to unlink before close on mswin
kazu
2018-07-11
test/test_{tempfile,tmpdir}: get rid of leftover files
normal
2018-06-11
Use `&.` instead of modifier if and remove needless closed?
kazu
2018-04-04
* test/test_tempfile.rb (test_{new,create}_traversal_dir): should not assume `t`
usa
2018-04-04
test/test_tempfile.rb: close a file object created by Tempfile.create
mame
2018-03-28
Ignore file separator from tmpfile/tmpdir name.
hsbt
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-05-19
Of course, opened file is not able to unlink on Windows
usa
2017-05-19
tempfile.rb: remove in Tempfile.create
nobu
2017-03-14
Fix bug of Tempfile#size if nothing is written [Bug #13198]
glass
2017-01-27
leakchecker.rb: get rid of uninitialized Tempfile
nobu
2017-01-21
lib/tempfile.rb: Specify frozen_string_literal: true.
kazu
2016-09-26
* lib/tempfile.rb: provide default basename parameter
sonots
2016-08-30
Use qualified names
nobu
2016-01-08
test_tempfile.rb: use assert_file
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-05-31
test_tempfile.rb: use assert_predicate
nobu
2015-05-31
test_tempfile.rb: use assert_file
nobu
2015-05-30
* lib/tempfile.rb (Remover#call): fixed wrong condition introduced at
usa
2015-01-04
* test/test_tempfile.rb: use assert_file for more descriptive message.
ayumin
2015-01-04
test_tempfile.rb: assert_file
nobu
2015-01-04
* lib/tempfile.rb: provide default basename parameter.
hsbt
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-09-21
tempfile.rb: fix r47655
nobu
2013-11-21
test_tempfile.rb: suppress warnings
nobu
2013-10-06
test_tempfile.rb: fix test on Windows
nobu
2013-10-01
tempfile.rb: undefine finalizer on unlink
nobu
2013-04-20
* lib/tempfile.rb (Tempfile.create): New method.
akr
2011-04-04
* test/test_tempfile.rb: simply ignore platform depedent testcases
usa
2010-09-09
* ext/etc/etc.c (etc_systmpdir): assume system default tmpdir
nobu
2010-05-26
* test/test_tempfile.rb: skip some tests on Windows because unlinking is always
usa
2010-05-01
* test/test_tempfile.rb: fixed errors.
nobu
2010-05-01
* lib/tempfile.rb (Tempfile#size): stat by path name when it is
nobu
2010-03-29
* lib/tempfile.rb (Tempfile#open): re-open with same mode and
nobu
2009-11-11
* lib/tempfile.rb (Tempfile#initialize): option hash may not be
nobu
2009-08-26
* test/test_tempfile.rb: merged from Hongli Lai's fork.
nobu
2008-10-18
add test for encoding option.
xibbar
2008-01-07
add tests.
akr