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
/
lib
/
tempfile.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to avoid `not delagated` error
Kazuhiro NISHIYAMA
2019-07-03
1
-1
/
+1
*
Enhance Tempfile docs [ci skip]
nobu
2018-12-16
1
-11
/
+11
*
No document of Tempfile::Remover [ci skip]
nobu
2018-12-14
1
-1
/
+1
*
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-12
1
-3
/
+3
*
tempfile.rb: [DOC] all arguments [ci skip]
nobu
2017-10-17
1
-1
/
+2
*
Layout fixes in rdoc of lib/tempfile.rb [ci skip]
nobu
2017-10-16
1
-2
/
+2
*
tempfile.rb: do not call File.identical? on closed stream
nobu
2017-05-19
1
-3
/
+5
*
tempfile.rb: remove in Tempfile.create
nobu
2017-05-19
1
-1
/
+9
*
Fix bug of Tempfile#size if nothing is written [Bug #13198]
glass
2017-03-14
1
-1
/
+1
*
lib/tempfile.rb: Specify frozen_string_literal: true.
kazu
2017-01-21
1
-1
/
+1
*
lib/*: remove closed checks
normal
2016-11-21
1
-3
/
+3
*
* lib/tempfile.rb: provide default basename parameter
sonots
2016-09-26
1
-1
/
+1
*
Fix doc with default value with GH-523
nobu
2016-01-27
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbash
hsbt
2015-06-13
1
-3
/
+3
*
* lib/tempfile.rb (Remover#call): fixed wrong condition introduced at
usa
2015-05-30
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fix
usa
2015-05-30
1
-0
/
+1
*
* lib/tempfile.rb: refactoring.
glass
2015-05-30
1
-55
/
+29
*
* lib/tempfile.rb: provide default basename parameter.
hsbt
2015-01-04
1
-1
/
+1
*
tempfile.rb: fix r47655
nobu
2014-09-21
1
-4
/
+4
*
* lib/tempfile.rb: define parameters appropriately and some
glass
2014-09-20
1
-26
/
+10
*
* lib/tempfile.rb: remove "require 'thread'". its features are no
glass
2014-08-27
1
-1
/
+0
*
lib/tempfile.rb: include doc of Tempfile.open
nobu
2014-08-11
1
-1
/
+2
*
* lib/tempfile.rb: split executable code into sample directory.
hsbt
2014-07-23
1
-10
/
+0
*
* lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfile
akr
2014-05-27
1
-1
/
+5
*
tempfile.rb: get rid of warnings
nobu
2013-11-21
1
-1
/
+1
*
tempfile.rb: undefine finalizer on unlink
nobu
2013-10-01
1
-1
/
+1
*
* lib/tempfile.rb: nodoc Tempfile#inspect
zzak
2013-05-19
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile.create): Close when the block exits.
akr
2013-04-20
1
-0
/
+1
*
* lib/tempfile.rb (Tempfile.create): New method.
akr
2013-04-20
1
-0
/
+45
*
* lib/tempfile.rb: fix confusing inspect.
glass
2012-11-06
1
-0
/
+4
*
* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
knu
2012-02-01
1
-16
/
+17
*
* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
nagachika
2012-01-09
1
-4
/
+7
*
* lib/tempfile.rb (Tempfile#initialize): warn if a block is given.
akr
2011-12-23
1
-0
/
+3
*
* lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]
akr
2011-12-04
1
-24
/
+2
*
fix a typo.
akr
2011-12-04
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.
akr
2011-12-04
1
-1
/
+0
*
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
drbrain
2011-08-26
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backward
nobu
2011-05-24
1
-11
/
+14
*
* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.
nobu
2011-05-24
1
-7
/
+10
*
* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden...
nobu
2011-05-24
1
-8
/
+2
*
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-19
1
-1
/
+1
*
* lib: Convert tabs to spaces for ruby files per
drbrain
2011-05-18
1
-7
/
+7
*
* lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clinton
drbrain
2011-05-18
1
-0
/
+9
*
cancel subversion backfire. sorry
matz
2011-03-07
1
-3
/
+3
*
* gc.c (rb_gc_set_params): allow GC parameter configuration by
matz
2011-03-07
1
-3
/
+3
*
* lib/tempfile.rb: Fix example file paths in docs for tempfile.
shyouhei
2011-02-28
1
-3
/
+3
*
* lib/tempfile.rb: not executable.
nobu
2010-08-29
1
-0
/
+0
*
* lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil to
mame
2010-05-30
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile#size): stat by path name when it is
nobu
2010-05-01
1
-0
/
+2
[next]