Age | Commit message (Expand) | Author |
---|
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 |
2007-08-18 | fix Dir.mktmpdir doc. | akr |
2007-08-16 | update Dir.mktmpdir document. | akr |
2007-08-15 | * lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416] | akr |
2006-09-28 | * lib/tmpdir.rb: use return value of getdir.call for length. | usa |
2005-12-15 | * lib/tmpdir.rb: merged RDoc from Eric Hodel <drbrain at | matz |
2003-07-26 | * lib/tmpdir.rb: use GetWindowsDirectory, not GetSystemDirectory. [ruby-talk:... | eban |
2003-07-23 | * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR. | eban |
2003-07-22 | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz |
2003-07-22 | * lib/tmpdir.rb: remove charcters after "\000" and regularize path. | usa |
2003-07-21 | * lib/tmpdir.rb: new library to get temporary directory path, | matz |