summaryrefslogtreecommitdiff
path: root/lib/tempfile.rb
AgeCommit message (Expand)Author
2024-11-18[ruby/tempfile] Bump up v0.3.1Hiroshi SHIBATA
2024-11-18[ruby/tempfile] Stop using `IO::NULL` for feature detectionYuta Saito
2024-11-06[ruby/tempfile] Bump up v0.3.0Hiroshi SHIBATA
2024-08-26[ruby/tempfile] Support anonymous tempfile on earlier than Ruby 3.2Nobuyoshi 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 unlinkedPeter Zhu
2024-08-20[ruby/tempfile] Add FinalizerManager to manage finalizersPeter Zhu
2024-08-20[ruby/tempfile] Ensure finalizer order in TempfilePeter Zhu
2024-07-23[DOC] Allow linking to File#path in Tempfile.createPeter Zhu
2024-07-23[DOC] Fix code formatting for Tempfile.createPeter Zhu
2024-06-02Tempfile document updated.Tanaka Akira
2024-06-01Tempfile.create(anonymous: true) implemented. (#10803)akr
2023-12-25[ruby/tempfile] [DOC] Missing documentsNobuyoshi Nakada
2023-12-05[ruby/tempfile] Bump up 0.2.1Hiroshi SHIBATA
2023-12-05[ruby/tempfile] Alias #to_s to #inspectAkshay Birajdar
2023-11-08[ruby/tempfile] Make Tempfile#open return the underlying FileJeremy 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.0Hiroshi SHIBATA
2023-04-13[ruby/tempfile] Expose Tempfile::VERSIONHiroshi SHIBATA
2023-02-27[ruby/tempfile] Fix inconsistency in doc of Tempfile.createSven Schwyn
2022-10-12[DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada
2022-05-20[ruby/tempfile] Enhanced RDoc for ::new and ::create (https://github.com/ruby...Burdette Lamar
2021-09-01Small grammar fixesStan 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 fileJeremy Evans
2020-08-29Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4eBenoit Daloze
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-09-06Fix Tempfile.open to correctly pass keywords to Tempfile.newJeremy Evans
2019-08-30Fix keyword argument separation issues in libJeremy Evans
2019-07-03Try to avoid `not delagated` errorKazuhiro NISHIYAMA
2018-12-16Enhance Tempfile docs [ci skip]nobu
2018-12-14No document of Tempfile::Remover [ci skip]nobu
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-10-17tempfile.rb: [DOC] all arguments [ci skip]nobu
2017-10-16Layout fixes in rdoc of lib/tempfile.rb [ci skip]nobu
2017-05-19tempfile.rb: do not call File.identical? on closed streamnobu
2017-05-19tempfile.rb: remove in Tempfile.createnobu
2017-03-14Fix bug of Tempfile#size if nothing is written [Bug #13198]glass
2017-01-21lib/tempfile.rb: Specify frozen_string_literal: true.kazu
2016-11-21lib/*: remove closed checksnormal
2016-09-26* lib/tempfile.rb: provide default basename parametersonots
2016-01-27Fix doc with default value with GH-523nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-13* lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbashhsbt
2015-05-30* lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa
2015-05-30* lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fixusa
2015-05-30* lib/tempfile.rb: refactoring.glass
2015-01-04* lib/tempfile.rb: provide default basename parameter.hsbt