Age | Commit message (Expand) | Author |
---|
2023-07-03 | [ruby/tmpdir] [Bug #18933] Make `Dir.mktmpdir` Ractor-safe | Nobuyoshi Nakada |
2022-10-25 | [ruby/tmpdir] Ignore empty environment variables | Nobuyoshi Nakada |
2022-10-25 | [ruby/tmpdir] Found or raise | Nobuyoshi Nakada |
2022-10-25 | [ruby/tmpdir] Make `Dir.tmpdir` more idiomatic and functional | Peter Vandenberk |
2022-10-25 | [ruby/tmpdir] Fix typo | Nobuyoshi Nakada |
2022-10-25 | [ruby/tmpdir] [DOC] Improve documentation | Nobuyoshi Nakada |
2021-11-11 | [ruby/tmpdir] [DOC] Fix syntax in example code [ci skip] | Nobuyoshi Nakada |
2021-04-05 | [ruby/tmpdir] Make usable chars more strict | Nobuyoshi Nakada |
2020-09-14 | [ruby/tmpdir] Warn when environment variables skipped (fixes #2) | Nobuyoshi Nakada |
2020-05-29 | Correctly remove temporary directory if path yielded is mutated | Jeremy Evans |
2020-01-29 | Isolate the PRNG for tmpdir/tempfile | Nobuyoshi Nakada |
2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
2019-08-30 | Fix keyword argument separation issues in lib | Jeremy Evans |
2019-06-21 | Constified unusable chars | Nobuyoshi Nakada |
2019-01-23 | tmpdir.rb: permission of user given directory | nobu |
2018-03-28 | Ignore file separator from tmpfile/tmpdir name. | hsbt |
2017-11-15 | tmpdir.rb: merged make_tmpname to create | nobu |
2016-02-26 | * lib/tmpdir.rb: Unify to coding-style for method definition. | hsbt |
2015-11-10 | * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true". | akr |
2015-10-06 | * lib/tmpdir.rb (Dir.tmpdir): return duplicated string to be | akr |
2015-10-05 | Put an line before "frozen_string_literal: true" for emacs. | akr |
2015-10-05 | * lib/pp.rb: Use frozen_string_literal: true. | akr |
2014-12-20 | * lib/tmpdir.rb (Dir.mktmpdir): Accept nil again, as Ruby 2.1. | akr |
2014-09-22 | tmpdir.rb: explicit conversion to string | nobu |
2014-09-21 | tempfile.rb: fix r47655 | nobu |
2014-09-20 | * lib/tempfile.rb: define parameters appropriately and some | glass |
2014-07-26 | * lib/shell/command-processor.rb: remove unused variable. | hsbt |
2014-04-29 | * (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby. | akr |
2014-04-24 | * lib/tmpdir.rb: Don't need to rescue LoadError for etc.so. | akr |
2013-05-19 | fix typos. by k_takata. | ktsj |
2012-12-12 | tmpdir.rb: not expand tilde | nobu |
2012-03-12 | * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable for | akr |
2012-03-11 | * lib/tmpdir.rb: update document for changing | akr |
2012-03-11 | * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable but | nobu |
2011-05-18 | * lib: Convert tabs to spaces for ruby files per | drbrain |
2010-05-08 | * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir. | nobu |
2010-05-06 | * lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoid | akr |
2010-03-16 | * ext/tmpdir: split from lib/tmpdir.rb. | nobu |
2009-11-11 | * lib/tempfile.rb (Tempfile#initialize): merge mode option. | nobu |
2009-09-11 | * lib/tmpdir.rb (Dir::Tmpname): for internal use. | nobu |
2009-09-08 | * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module. | nobu |
2009-08-29 | * lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193] | nobu |
2009-08-28 | * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. | nobu |
2009-06-10 | * dir.c (dir_s_getwd): directory path's encoding should be filesystem's | usa |
2009-03-05 | * lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignores | nobu |
2009-02-19 | * lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths. | nobu |
2008-09-24 | * lib/tmpdir.rb: setup buffer with nul characters instead of spaces. | usa |
2008-06-29 | * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, and | nobu |
2007-10-24 | doc. wording fix. | akr |
2007-08-21 | * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable. | akr |