| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 66909: [Backport #15555] | naruse | 2019-01-29 | 1 | -5/+12 |
* | Ignore file separator from tmpfile/tmpdir name. | hsbt | 2018-03-28 | 1 | -0/+2 |
* | tmpdir.rb: merged make_tmpname to create | nobu | 2017-11-15 | 1 | -13/+9 |
* | * lib/tmpdir.rb: Unify to coding-style for method definition. | hsbt | 2016-02-26 | 1 | -1/+1 |
* | * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true". | akr | 2015-11-10 | 1 | -2/+1 |
* | * lib/tmpdir.rb (Dir.tmpdir): return duplicated string to be | akr | 2015-10-06 | 1 | -1/+1 |
* | Put an line before "frozen_string_literal: true" for emacs. | akr | 2015-10-05 | 1 | -0/+1 |
* | * lib/pp.rb: Use frozen_string_literal: true. | akr | 2015-10-05 | 1 | -1/+2 |
* | * lib/tmpdir.rb (Dir.mktmpdir): Accept nil again, as Ruby 2.1. | akr | 2014-12-20 | 1 | -2/+2 |
* | tmpdir.rb: explicit conversion to string | nobu | 2014-09-22 | 1 | -0/+4 |
* | tempfile.rb: fix r47655 | nobu | 2014-09-21 | 1 | -12/+3 |
* | * lib/tempfile.rb: define parameters appropriately and some | glass | 2014-09-20 | 1 | -15/+7 |
* | * lib/shell/command-processor.rb: remove unused variable. | hsbt | 2014-07-26 | 1 | -1/+1 |
* | * (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby. | akr | 2014-04-29 | 1 | -1/+4 |
* | * lib/tmpdir.rb: Don't need to rescue LoadError for etc.so. | akr | 2014-04-24 | 1 | -4/+1 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 1 | -1/+1 |
* | tmpdir.rb: not expand tilde | nobu | 2012-12-12 | 1 | -1/+1 |
* | * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable for | akr | 2012-03-12 | 1 | -4/+7 |
* | * lib/tmpdir.rb: update document for changing | akr | 2012-03-11 | 1 | -2/+3 |
* | * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable but | nobu | 2012-03-11 | 1 | -2/+7 |
* | * lib: Convert tabs to spaces for ruby files per | drbrain | 2011-05-18 | 1 | -4/+4 |
* | * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir. | nobu | 2010-05-08 | 1 | -3/+4 |
* | * lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoid | akr | 2010-05-06 | 1 | -2/+1 |
* | * ext/tmpdir: split from lib/tmpdir.rb. | nobu | 2010-03-16 | 1 | -27/+5 |
* | * lib/tempfile.rb (Tempfile#initialize): merge mode option. | nobu | 2009-11-11 | 1 | -1/+1 |
* | * lib/tmpdir.rb (Dir::Tmpname): for internal use. | nobu | 2009-09-11 | 1 | -1/+1 |
* | * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module. | nobu | 2009-09-08 | 1 | -30/+59 |
* | * lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193] | nobu | 2009-08-29 | 1 | -2/+1 |
* | * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. | nobu | 2009-08-28 | 1 | -1/+2 |
* | * dir.c (dir_s_getwd): directory path's encoding should be filesystem's | usa | 2009-06-10 | 1 | -0/+1 |
* | * lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignores | nobu | 2009-03-05 | 1 | -4/+3 |
* | * lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths. | nobu | 2009-02-19 | 1 | -4/+3 |
* | * lib/tmpdir.rb: setup buffer with nul characters instead of spaces. | usa | 2008-09-24 | 1 | -1/+1 |
* | * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, and | nobu | 2008-06-29 | 1 | -6/+13 |
* | doc. wording fix. | akr | 2007-10-24 | 1 | -1/+1 |
* | * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable. | akr | 2007-08-21 | 1 | -5/+28 |
* | fix Dir.mktmpdir doc. | akr | 2007-08-18 | 1 | -1/+1 |
* | update Dir.mktmpdir document. | akr | 2007-08-16 | 1 | -1/+2 |
* | * lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416] | akr | 2007-08-15 | 1 | -0/+61 |
* | * lib/tmpdir.rb: use return value of getdir.call for length. | usa | 2006-09-28 | 1 | -2/+2 |
* | * lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain at | matz | 2005-12-15 | 1 | -0/+3 |
* | * lib/tmpdir.rb: use GetWindowsDirectory, not GetSystemDirectory. [ruby-talk:... | eban | 2003-07-26 | 1 | -1/+1 |
* | * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR. | eban | 2003-07-23 | 1 | -11/+27 |
* | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz | 2003-07-22 | 1 | -1/+1 |
* | * lib/tmpdir.rb: remove charcters after "\000" and regularize path. | usa | 2003-07-22 | 1 | -2/+2 |
* | * lib/tmpdir.rb: new library to get temporary directory path, | matz | 2003-07-21 | 1 | -0/+26 |