aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
Commit message (Expand)AuthorAgeFilesLines
* tempfile.rb: get rid of warningsnobu2013-11-211-1/+1
* tempfile.rb: undefine finalizer on unlinknobu2013-10-011-1/+1
* * lib/tempfile.rb: nodoc Tempfile#inspectzzak2013-05-191-1/+1
* * lib/tempfile.rb (Tempfile.create): Close when the block exits.akr2013-04-201-0/+1
* * lib/tempfile.rb (Tempfile.create): New method.akr2013-04-201-0/+45
* * lib/tempfile.rb: fix confusing inspect.glass2012-11-061-0/+4
* * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu2012-02-011-16/+17
* * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika2012-01-091-4/+7
* * lib/tempfile.rb (Tempfile#initialize): warn if a block is given.akr2011-12-231-0/+3
* * lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr2011-12-041-24/+2
* fix a typo.akr2011-12-041-1/+1
* * lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.akr2011-12-041-1/+0
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-1/+1
* * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backwardnobu2011-05-241-11/+14
* * lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.nobu2011-05-241-7/+10
* * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden...nobu2011-05-241-8/+2
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-1/+1
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-7/+7
* * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clintondrbrain2011-05-181-0/+9
* cancel subversion backfire. sorrymatz2011-03-071-3/+3
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-3/+3
* * lib/tempfile.rb: Fix example file paths in docs for tempfile.shyouhei2011-02-281-3/+3
* * lib/tempfile.rb: not executable.nobu2010-08-291-0/+0
* * lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil tomame2010-05-301-1/+1
* * lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu2010-05-011-0/+2
* * lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu2010-03-291-1/+5
* * lib/tempfile.rb (Tempfile::Remover): new class to replaceakr2010-02-131-17/+23
* * lib/tempfile.rb (Tempfile#initialize): option hash may not benobu2009-11-111-3/+9
* * lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu2009-11-111-1/+3
* * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.nobu2009-09-081-62/+20
* * lib/tempfile.rb (Tempfile#make_tmpname): removed thread racenobu2009-08-281-7/+4
* * lib/tempfile.rb (Tempfile#callback): Debug information should beknu2009-08-281-2/+2
* * lib/tempfile.rb: fixed typos.nobu2009-08-261-7/+7
* * lib/tempfile.rb: add documents from Hongli Lai's fork.naruse2009-08-261-26/+175
* * lib/tempfile.rb (Tempfile#close!): should not undefine finalizernobu2009-08-261-1/+1
* * lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu2009-08-261-7/+12
* * lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu2009-08-261-1/+0
* * lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.yugui2009-07-131-1/+1
* * lib/tempfile.rb (Tempfile#unlink): close first for Windows. amatz2009-05-201-1/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz2008-10-181-2/+12
* * lib/tempfile.rb (Tempfile#open): should return a value from thematz2008-09-221-2/+0
* * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu2007-09-111-4/+18
* * Merge YARVko12006-12-311-19/+17
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+1
* * lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean2005-05-111-1/+1
* * array.c (rb_ary_update): pedantic check to detectmatz2004-11-151-1/+1
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-1/+2
* * lib/tempfile.rb (Tempfile::initialize): got out code ofakira2004-07-071-1/+6
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-3/+7