Age | Commit message (Expand) | Author |
2011-08-26 | * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch | drbrain |
2011-05-24 | * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backward | nobu |
2011-05-24 | * lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor. | nobu |
2011-05-24 | * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden... | nobu |
2011-05-19 | * lib: revert r31635-r31638 and untabify with expand(1). | nobu |
2011-05-18 | * lib: Convert tabs to spaces for ruby files per | drbrain |
2011-05-18 | * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clinton | drbrain |
2011-03-07 | cancel subversion backfire. sorry | matz |
2011-03-07 | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz |
2011-02-28 | * lib/tempfile.rb: Fix example file paths in docs for tempfile. | shyouhei |
2010-08-29 | * lib/tempfile.rb: not executable. | nobu |
2010-05-30 | * lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil to | mame |
2010-05-01 | * lib/tempfile.rb (Tempfile#size): stat by path name when it is | nobu |
2010-03-29 | * lib/tempfile.rb (Tempfile#open): re-open with same mode and | nobu |
2010-02-13 | * lib/tempfile.rb (Tempfile::Remover): new class to replace | akr |
2009-11-11 | * lib/tempfile.rb (Tempfile#initialize): option hash may not be | nobu |
2009-11-11 | * lib/tempfile.rb (Tempfile#initialize): merge mode option. | nobu |
2009-09-08 | * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module. | nobu |
2009-08-28 | * lib/tempfile.rb (Tempfile#make_tmpname): removed thread race | nobu |
2009-08-28 | * lib/tempfile.rb (Tempfile#callback): Debug information should be | knu |
2009-08-26 | * lib/tempfile.rb: fixed typos. | nobu |
2009-08-26 | * lib/tempfile.rb: add documents from Hongli Lai's fork. | naruse |
2009-08-26 | * lib/tempfile.rb (Tempfile#close!): should not undefine finalizer | nobu |
2009-08-26 | * lib/tempfile.rb (Tempfile#close!, Tempfile#path): added side | nobu |
2009-08-26 | * lib/tempfile.rb (Tempfile#unlink): reverted r23494, since the | nobu |
2009-07-13 | * lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI. | yugui |
2009-05-20 | * lib/tempfile.rb (Tempfile#unlink): close first for Windows. a | matz |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-10-18 | * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes | matz |
2008-09-22 | * lib/tempfile.rb (Tempfile#open): should return a value from the | matz |
2007-09-11 | * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a | knu |
2006-12-31 | * Merge YARV | ko1 |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2005-05-11 | * lib/tempfile.rb (Tempfile#unlink): fixed typo. | ocean |
2004-11-15 | * array.c (rb_ary_update): pedantic check to detect | matz |
2004-10-19 | * io.c (read_all): block string buffer modification during | matz |
2004-07-07 | * lib/tempfile.rb (Tempfile::initialize): got out code of | akira |
2004-05-07 | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz |
2004-03-29 | * exception message clean-up by Ian Macdonald <[email protected]>. | matz |
2004-03-24 | * lib/tempfile.rb: fixed a stupid bug. [ruby-talk:95680] | matz |
2004-03-24 | * lib/tempfile.rb (Tempfile::_close): should not clear @tmpname | matz |
2004-03-23 | * object.c (rb_mod_cvar_get): new method Module#class_variable_get. | matz |
2003-07-23 | * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR. | eban |
2003-07-21 | * lib/tmpdir.rb: new library to get temporary directory path, | matz |
2003-01-20 | * lib/tempfile.rb (self.open): If a block is given, call it with | knu |
2002-12-23 | Rename an argument name to avoid a potential clash. | knu |
2002-12-20 | Fix a fatal typo. (pointed out by Jim Freeze) | knu |
2002-12-19 | * lib/tempfile.rb: Embed Rdoc style comments. | knu |
2002-12-19 | Add Tempfile#close!() as a shorthand for Tempfile#close(true). | knu |
2002-11-18 | Improve the comment section. | knu |