index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_tempfile.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-11
/
+0
*
Fix tests for CVE-2018-6914
Nobuyoshi Nakada
2019-10-29
1
-37
/
+27
*
Fix keyword argument warnings in the tests from Class#new
Jeremy Evans
2019-09-06
1
-2
/
+2
*
Windows simply causes an error to open invalid path
NAKAMURA Usaku
2019-05-01
1
-1
/
+19
*
Failed to unlink before close on mswin
kazu
2018-07-11
1
-1
/
+1
*
test/test_{tempfile,tmpdir}: get rid of leftover files
normal
2018-07-11
1
-1
/
+4
*
Use `&.` instead of modifier if and remove needless closed?
kazu
2018-06-11
1
-1
/
+1
*
* test/test_tempfile.rb (test_{new,create}_traversal_dir): should not assume `t`
usa
2018-04-04
1
-2
/
+2
*
test/test_tempfile.rb: close a file object created by Tempfile.create
mame
2018-04-04
1
-1
/
+3
*
Ignore file separator from tmpfile/tmpdir name.
hsbt
2018-03-28
1
-1
/
+27
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
1
-0
/
+2
*
Remove unnecessary `require 'thread'`
kazu
2017-10-08
1
-1
/
+0
*
Of course, opened file is not able to unlink on Windows
usa
2017-05-19
1
-0
/
+1
*
tempfile.rb: remove in Tempfile.create
nobu
2017-05-19
1
-0
/
+6
*
Fix bug of Tempfile#size if nothing is written [Bug #13198]
glass
2017-03-14
1
-0
/
+7
*
leakchecker.rb: get rid of uninitialized Tempfile
nobu
2017-01-27
1
-0
/
+4
*
lib/tempfile.rb: Specify frozen_string_literal: true.
kazu
2017-01-21
1
-1
/
+1
*
* lib/tempfile.rb: provide default basename parameter
sonots
2016-09-26
1
-0
/
+9
*
Use qualified names
nobu
2016-08-30
1
-2
/
+2
*
test_tempfile.rb: use assert_file
nobu
2016-01-08
1
-4
/
+4
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
test_tempfile.rb: use assert_predicate
nobu
2015-05-31
1
-4
/
+4
*
test_tempfile.rb: use assert_file
nobu
2015-05-31
1
-5
/
+5
*
* lib/tempfile.rb (Remover#call): fixed wrong condition introduced at
usa
2015-05-30
1
-1
/
+1
*
* test/test_tempfile.rb: use assert_file for more descriptive message.
ayumin
2015-01-04
1
-5
/
+5
*
test_tempfile.rb: assert_file
nobu
2015-01-04
1
-1
/
+1
*
* lib/tempfile.rb: provide default basename parameter.
hsbt
2015-01-04
1
-0
/
+5
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
tempfile.rb: fix r47655
nobu
2014-09-21
1
-0
/
+1
*
test_tempfile.rb: suppress warnings
nobu
2013-11-21
1
-2
/
+1
*
test_tempfile.rb: fix test on Windows
nobu
2013-10-06
1
-0
/
+1
*
tempfile.rb: undefine finalizer on unlink
nobu
2013-10-01
1
-0
/
+14
*
* lib/tempfile.rb (Tempfile.create): New method.
akr
2013-04-20
1
-0
/
+21
*
* test/test_tempfile.rb: simply ignore platform depedent testcases
usa
2011-04-04
1
-8
/
+4
*
* ext/etc/etc.c (etc_systmpdir): assume system default tmpdir
nobu
2010-09-09
1
-0
/
+4
*
* test/test_tempfile.rb: skip some tests on Windows because unlinking is always
usa
2010-05-26
1
-0
/
+4
*
* test/test_tempfile.rb: fixed errors.
nobu
2010-05-01
1
-3
/
+3
*
* lib/tempfile.rb (Tempfile#size): stat by path name when it is
nobu
2010-05-01
1
-8
/
+8
*
* lib/tempfile.rb (Tempfile#open): re-open with same mode and
nobu
2010-03-29
1
-0
/
+2
*
* lib/tempfile.rb (Tempfile#initialize): option hash may not be
nobu
2009-11-11
1
-3
/
+17
*
* test/test_tempfile.rb: merged from Hongli Lai's fork.
nobu
2009-08-26
1
-4
/
+257
*
add test for encoding option.
xibbar
2008-10-18
1
-0
/
+21
*
add tests.
akr
2008-01-07
1
-0
/
+14