Age | Commit message (Expand) | Author |
---|
2024-11-18 | [ruby/tempfile] Bump up v0.3.1 | Hiroshi SHIBATA |
2024-11-18 | [ruby/tempfile] Stop using `IO::NULL` for feature detection | Yuta Saito |
2024-11-06 | [ruby/tempfile] Bump up v0.3.0 | Hiroshi SHIBATA |
2024-08-26 | [ruby/tempfile] Support anonymous tempfile on earlier than Ruby 3.2 | Nobuyoshi Nakada |
2024-08-23 | [ruby/tempfile] File.new(fileno, mode: mode, path: path) is provided from Rub... | Hiroshi SHIBATA |
2024-08-20 | [ruby/tempfile] Don't unlink in finalizer when already unlinked | Peter Zhu |
2024-08-20 | [ruby/tempfile] Add FinalizerManager to manage finalizers | Peter Zhu |
2024-08-20 | [ruby/tempfile] Ensure finalizer order in Tempfile | Peter Zhu |
2024-07-23 | [DOC] Allow linking to File#path in Tempfile.create | Peter Zhu |
2024-07-23 | [DOC] Fix code formatting for Tempfile.create | Peter Zhu |
2024-06-02 | Tempfile document updated. | Tanaka Akira |
2024-06-01 | Tempfile.create(anonymous: true) implemented. (#10803) | akr |
2023-12-25 | [ruby/tempfile] [DOC] Missing documents | Nobuyoshi Nakada |
2023-12-05 | [ruby/tempfile] Bump up 0.2.1 | Hiroshi SHIBATA |
2023-12-05 | [ruby/tempfile] Alias #to_s to #inspect | Akshay Birajdar |
2023-11-08 | [ruby/tempfile] Make Tempfile#open return the underlying File | Jeremy Evans |
2023-11-08 | * remove trailing spaces. [ci skip] | git |
2023-11-08 | [ruby/tempfile] Fix Tempfile#{dup,clone} | Jeremy Evans |
2023-11-07 | [ruby/tempfile] Bump up 0.2.0 | Hiroshi SHIBATA |
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 |