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
/
tempfile.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/tempfile.rb: fix confusing inspect.
glass
2012-11-06
1
-0
/
+4
*
* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
knu
2012-02-01
1
-16
/
+17
*
* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
nagachika
2012-01-09
1
-4
/
+7
*
* lib/tempfile.rb (Tempfile#initialize): warn if a block is given.
akr
2011-12-23
1
-0
/
+3
*
* lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]
akr
2011-12-04
1
-24
/
+2
*
fix a typo.
akr
2011-12-04
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.
akr
2011-12-04
1
-1
/
+0
*
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
drbrain
2011-08-26
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backward
nobu
2011-05-24
1
-11
/
+14
*
* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.
nobu
2011-05-24
1
-7
/
+10
*
* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden...
nobu
2011-05-24
1
-8
/
+2
*
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-19
1
-1
/
+1
*
* lib: Convert tabs to spaces for ruby files per
drbrain
2011-05-18
1
-7
/
+7
*
* lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clinton
drbrain
2011-05-18
1
-0
/
+9
*
cancel subversion backfire. sorry
matz
2011-03-07
1
-3
/
+3
*
* gc.c (rb_gc_set_params): allow GC parameter configuration by
matz
2011-03-07
1
-3
/
+3
*
* lib/tempfile.rb: Fix example file paths in docs for tempfile.
shyouhei
2011-02-28
1
-3
/
+3
*
* lib/tempfile.rb: not executable.
nobu
2010-08-29
1
-0
/
+0
*
* lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil to
mame
2010-05-30
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile#size): stat by path name when it is
nobu
2010-05-01
1
-0
/
+2
*
* lib/tempfile.rb (Tempfile#open): re-open with same mode and
nobu
2010-03-29
1
-1
/
+5
*
* lib/tempfile.rb (Tempfile::Remover): new class to replace
akr
2010-02-13
1
-17
/
+23
*
* lib/tempfile.rb (Tempfile#initialize): option hash may not be
nobu
2009-11-11
1
-3
/
+9
*
* lib/tempfile.rb (Tempfile#initialize): merge mode option.
nobu
2009-11-11
1
-1
/
+3
*
* lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.
nobu
2009-09-08
1
-62
/
+20
*
* lib/tempfile.rb (Tempfile#make_tmpname): removed thread race
nobu
2009-08-28
1
-7
/
+4
*
* lib/tempfile.rb (Tempfile#callback): Debug information should be
knu
2009-08-28
1
-2
/
+2
*
* lib/tempfile.rb: fixed typos.
nobu
2009-08-26
1
-7
/
+7
*
* lib/tempfile.rb: add documents from Hongli Lai's fork.
naruse
2009-08-26
1
-26
/
+175
*
* lib/tempfile.rb (Tempfile#close!): should not undefine finalizer
nobu
2009-08-26
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile#close!, Tempfile#path): added side
nobu
2009-08-26
1
-7
/
+12
*
* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since the
nobu
2009-08-26
1
-1
/
+0
*
* lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.
yugui
2009-07-13
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile#unlink): close first for Windows. a
matz
2009-05-20
1
-1
/
+4
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-2
/
+2
*
* lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes
matz
2008-10-18
1
-2
/
+12
*
* lib/tempfile.rb (Tempfile#open): should return a value from the
matz
2008-09-22
1
-2
/
+0
*
* lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a
knu
2007-09-11
1
-4
/
+18
*
* Merge YARV
ko1
2006-12-31
1
-19
/
+17
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
1
-1
/
+1
*
* lib/tempfile.rb (Tempfile#unlink): fixed typo.
ocean
2005-05-11
1
-1
/
+1
*
* array.c (rb_ary_update): pedantic check to detect
matz
2004-11-15
1
-1
/
+1
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-1
/
+2
*
* lib/tempfile.rb (Tempfile::initialize): got out code of
akira
2004-07-07
1
-1
/
+6
*
* parse.y (string_content): turn off NODE_NEWLINE flag to avoid
matz
2004-05-07
1
-3
/
+7
*
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-29
1
-1
/
+1
*
* lib/tempfile.rb: fixed a stupid bug. [ruby-talk:95680]
matz
2004-03-24
1
-2
/
+1
*
* lib/tempfile.rb (Tempfile::_close): should not clear @tmpname
matz
2004-03-24
1
-4
/
+7
*
* object.c (rb_mod_cvar_get): new method Module#class_variable_get.
matz
2004-03-23
1
-1
/
+2
*
* lib/tmpdir.rb (tmpdir): new method. remove TMPDIR.
eban
2003-07-23
1
-2
/
+2
[next]