Age | Commit message (Expand) | Author |
---|
2023-04-13 | [ruby/tempfile] Expose Tempfile::VERSION | Hiroshi SHIBATA |
2023-02-27 | [ruby/tempfile] Fix inconsistency in doc of Tempfile.create | Sven Schwyn |
2022-10-12 | [DOC] Replace the external URIs to docs with rdoc-ref | Nobuyoshi Nakada |
2022-05-20 | [ruby/tempfile] Enhanced RDoc for ::new and ::create (https://.com/ruby... | Burdette Lamar |
2021-09-01 | Small grammar fixes | Stan Lo |
2020-10-05 | [ruby/tempfile] Improve the documentation for Tempfile.create and recommend T... | Benoit Daloze |
2020-09-09 | [ruby/tempfile] Revert Tempfile.open unlinking the file | Jeremy Evans |
2020-08-29 | Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4e | Benoit Daloze |
2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
2019-09-25 | Make rb_scan_args handle keywords more similar to Ruby methods (#2460) | Jeremy Evans |
2019-09-06 | Fix Tempfile.open to correctly pass keywords to Tempfile.new | Jeremy Evans |
2019-08-30 | Fix keyword argument separation issues in lib | Jeremy Evans |
2019-07-03 | Try to avoid `not delagated` error | Kazuhiro NISHIYAMA |
2018-12-16 | Enhance Tempfile docs [ci skip] | nobu |
2018-12-14 | No document of Tempfile::Remover [ci skip] | nobu |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-10-17 | tempfile.rb: [DOC] all arguments [ci skip] | nobu |
2017-10-16 | Layout fixes in rdoc of lib/tempfile.rb [ci skip] | nobu |
2017-05-19 | tempfile.rb: do not call File.identical? on closed stream | nobu |
2017-05-19 | tempfile.rb: remove in Tempfile.create | nobu |
2017-03-14 | Fix bug of Tempfile#size if nothing is written [Bug #13198] | glass |
2017-01-21 | lib/tempfile.rb: Specify frozen_string_literal: true. | kazu |
2016-11-21 | lib/*: remove closed checks | normal |
2016-09-26 | * lib/tempfile.rb: provide default basename parameter | sonots |
2016-01-27 | Fix doc with default value with GH-523 | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-06-13 | * lib/tempfile.rb: Fix typo. [fix GH-933] by @Zorbash | hsbt |
2015-05-30 | * lib/tempfile.rb (Remover#call): fixed wrong condition introduced at | usa |
2015-05-30 | * lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fix | usa |
2015-05-30 | * lib/tempfile.rb: refactoring. | glass |
2015-01-04 | * lib/tempfile.rb: provide default basename parameter. | hsbt |
2014-09-21 | tempfile.rb: fix r47655 | nobu |
2014-09-20 | * lib/tempfile.rb: define parameters appropriately and some | glass |
2014-08-27 | * lib/tempfile.rb: remove "require 'thread'". its features are no | glass |
2014-08-11 | lib/tempfile.rb: include doc of Tempfile.open | nobu |
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 tempfile | akr |
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. | drbrain |