index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tmpdir.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/tmpdir] Ignore empty environment variables
Nobuyoshi Nakada
2022-10-25
1
-2
/
+4
*
[ruby/tmpdir] Found or raise
Nobuyoshi Nakada
2022-10-25
1
-4
/
+2
*
[ruby/tmpdir] Make `Dir.tmpdir` more idiomatic and functional
Peter Vandenberk
2022-10-25
1
-4
/
+2
*
[ruby/tmpdir] Fix typo
Nobuyoshi Nakada
2022-10-25
1
-1
/
+1
*
[ruby/tmpdir] [DOC] Improve documentation
Nobuyoshi Nakada
2022-10-25
1
-1
/
+9
*
[ruby/tmpdir] [DOC] Fix syntax in example code [ci skip]
Nobuyoshi Nakada
2021-11-11
1
-2
/
+2
*
[ruby/tmpdir] Make usable chars more strict
Nobuyoshi Nakada
2021-04-05
1
-1
/
+1
*
[ruby/tmpdir] Warn when environment variables skipped (fixes #2)
Nobuyoshi Nakada
2020-09-14
1
-4
/
+11
*
Correctly remove temporary directory if path yielded is mutated
Jeremy Evans
2020-05-29
1
-1
/
+1
*
Isolate the PRNG for tmpdir/tempfile
Nobuyoshi Nakada
2020-01-29
1
-1
/
+9
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-21
/
+13
*
Fix keyword argument separation issues in lib
Jeremy Evans
2019-08-30
1
-2
/
+2
*
Constified unusable chars
Nobuyoshi Nakada
2019-06-21
1
-2
/
+4
*
tmpdir.rb: permission of user given directory
nobu
2019-01-23
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
[next]