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
/
lib
/
tempfile.rb
Age
Commit message (
Expand
)
Author
2013-11-21
tempfile.rb: get rid of warnings
nobu
2013-10-01
tempfile.rb: undefine finalizer on unlink
nobu
2013-05-19
* lib/tempfile.rb: nodoc Tempfile#inspect
zzak
2013-04-20
* lib/tempfile.rb (Tempfile.create): Close when the block exits.
akr
2013-04-20
* lib/tempfile.rb (Tempfile.create): New method.
akr
2012-11-06
* lib/tempfile.rb: fix confusing inspect.
glass
2012-02-01
* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
knu
2012-01-09
* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
nagachika
2011-12-23
* lib/tempfile.rb (Tempfile#initialize): warn if a block is given.
akr
2011-12-04
* lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]
akr
2011-12-04
fix a typo.
akr
2011-12-04
* lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.
akr
2011-08-26
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
drbrain
2011-05-24
* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backward
nobu
2011-05-24
* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.
nobu
2011-05-24
* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden...
nobu
2011-05-19
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-18
* lib: Convert tabs to spaces for ruby files per
drbrain
2011-05-18
* lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clinton
drbrain
2011-03-07
cancel subversion backfire. sorry
matz
2011-03-07
* gc.c (rb_gc_set_params): allow GC parameter configuration by
matz
2011-02-28
* lib/tempfile.rb: Fix example file paths in docs for tempfile.
shyouhei
2010-08-29
* lib/tempfile.rb: not executable.
nobu
2010-05-30
* lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil to
mame
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
2010-02-13
* lib/tempfile.rb (Tempfile::Remover): new class to replace
akr
2009-11-11
* lib/tempfile.rb (Tempfile#initialize): option hash may not be
nobu
2009-11-11
* lib/tempfile.rb (Tempfile#initialize): merge mode option.
nobu
2009-09-08
* lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.
nobu
2009-08-28
* lib/tempfile.rb (Tempfile#make_tmpname): removed thread race
nobu
2009-08-28
* lib/tempfile.rb (Tempfile#callback): Debug information should be
knu
2009-08-26
* lib/tempfile.rb: fixed typos.
nobu
2009-08-26
* lib/tempfile.rb: add documents from Hongli Lai's fork.
naruse
2009-08-26
* lib/tempfile.rb (Tempfile#close!): should not undefine finalizer
nobu
2009-08-26
* lib/tempfile.rb (Tempfile#close!, Tempfile#path): added side
nobu
2009-08-26
* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since the
nobu
2009-07-13
* lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.
yugui
2009-05-20
* lib/tempfile.rb (Tempfile#unlink): close first for Windows. a
matz
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-10-18
* lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes
matz
2008-09-22
* lib/tempfile.rb (Tempfile#open): should return a value from the
matz
2007-09-11
* lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a
knu
2006-12-31
* Merge YARV
ko1
2006-06-09
* sprintf.c (rb_str_format): allow %c to print one character
matz
2005-05-11
* lib/tempfile.rb (Tempfile#unlink): fixed typo.
ocean
2004-11-15
* array.c (rb_ary_update): pedantic check to detect
matz
2004-10-19
* io.c (read_all): block string buffer modification during
matz
2004-07-07
* lib/tempfile.rb (Tempfile::initialize): got out code of
akira
2004-05-07
* parse.y (string_content): turn off NODE_NEWLINE flag to avoid
matz
[next]