Age | Commit message (Expand) | Author |
---|
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 |