aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
Commit message (Expand)AuthorAgeFilesLines
* tempfile.rb: do not call File.identical? on closed streamnobu2017-05-191-3/+5
* tempfile.rb: remove in Tempfile.createnobu2017-05-191-1/+9
* Fix bug of Tempfile#size if nothing is written [Bug #13198]glass2017-03-141-1/+1
* lib/tempfile.rb: Specify frozen_string_literal: true.kazu2017-01-211-1/+1
* lib/*: remove closed checksnormal2016-11-211-3/+3
* * lib/tempfile.rb: provide default basename parametersonots2016-09-261-1/+1
* Fix doc with default value with GH-523nobu2016-01-271-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbashhsbt2015-06-131-3/+3
* * lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa2015-05-301-1/+1
* * lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fixusa2015-05-301-0/+1
* * lib/tempfile.rb: refactoring.glass2015-05-301-55/+29
* * lib/tempfile.rb: provide default basename parameter.hsbt2015-01-041-1/+1
* tempfile.rb: fix r47655nobu2014-09-211-4/+4
* * lib/tempfile.rb: define parameters appropriately and someglass2014-09-201-26/+10
* * lib/tempfile.rb: remove "require 'thread'". its features are noglass2014-08-271-1/+0
* lib/tempfile.rb: include doc of Tempfile.opennobu2014-08-111-1/+2
* * lib/tempfile.rb: split executable code into sample directory.hsbt2014-07-231-10/+0
* * lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr2014-05-271-1/+5
* 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