summaryrefslogtreecommitdiff
path: root/lib/tempfile.rb
AgeCommit message (Expand)Author
2014-09-21tempfile.rb: fix r47655nobu
2014-09-20* lib/tempfile.rb: define parameters appropriately and someglass
2014-08-27* lib/tempfile.rb: remove "require 'thread'". its features are noglass
2014-08-11lib/tempfile.rb: include doc of Tempfile.opennobu
2014-07-23* lib/tempfile.rb: split executable code into sample directory.hsbt
2014-05-27* lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr
2013-11-21tempfile.rb: get rid of warningsnobu
2013-10-01tempfile.rb: undefine finalizer on unlinknobu
2013-05-19* lib/tempfile.rb: nodoc Tempfile#inspectzzak
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): Justknu
2012-01-09* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika
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-04fix 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. Patchdrbrain
2011-05-24* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backwardnobu
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 perdrbrain
2011-05-18 * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clintondrbrain
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
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 tomame
2010-05-01* lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu
2010-03-29* lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu
2010-02-13* lib/tempfile.rb (Tempfile::Remover): new class to replaceakr
2009-11-11* lib/tempfile.rb (Tempfile#initialize): option hash may not benobu
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 racenobu
2009-08-28* lib/tempfile.rb (Tempfile#callback): Debug information should beknu
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 finalizernobu
2009-08-26* lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu
2009-08-26* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu
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. amatz
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-18* lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz
2008-09-22* lib/tempfile.rb (Tempfile#open): should return a value from thematz
2007-09-11* lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu
2006-12-31 * Merge YARVko1