aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/tempfile.rb (Tempfile#callback): Debug information should beknu2009-08-281-2/+2
* * lib/tempfile.rb: fixed typos.nobu2009-08-261-7/+7
* * lib/tempfile.rb: add documents from Hongli Lai's fork.naruse2009-08-261-26/+175
* * lib/tempfile.rb (Tempfile#close!): should not undefine finalizernobu2009-08-261-1/+1
* * lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu2009-08-261-7/+12
* * lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu2009-08-261-1/+0
* * lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.yugui2009-07-131-1/+1
* * lib/tempfile.rb (Tempfile#unlink): close first for Windows. amatz2009-05-201-1/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz2008-10-181-2/+12
* * lib/tempfile.rb (Tempfile#open): should return a value from thematz2008-09-221-2/+0
* * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu2007-09-111-4/+18
* * Merge YARVko12006-12-311-19/+17
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+1
* * lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean2005-05-111-1/+1
* * array.c (rb_ary_update): pedantic check to detectmatz2004-11-151-1/+1
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-1/+2
* * lib/tempfile.rb (Tempfile::initialize): got out code ofakira2004-07-071-1/+6
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-3/+7
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * lib/tempfile.rb: fixed a stupid bug. [ruby-talk:95680]matz2004-03-241-2/+1
* * lib/tempfile.rb (Tempfile::_close): should not clear @tmpnamematz2004-03-241-4/+7
* * object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz2004-03-231-1/+2
* * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR.eban2003-07-231-2/+2
* * lib/tmpdir.rb: new library to get temporary directory path,matz2003-07-211-5/+5
* * lib/tempfile.rb (self.open): If a block is given, call it withknu2003-01-201-2/+18
* Rename an argument name to avoid a potential clash.knu2002-12-231-2/+2
* Fix a fatal typo. (pointed out by Jim Freeze)knu2002-12-201-1/+1
* * lib/tempfile.rb: Embed Rdoc style comments.knu2002-12-191-41/+56
* Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu2002-12-191-7/+25
* Improve the comment section.knu2002-11-181-11/+14
* * lib/tempfile.rb: Make this libary thread safe.knu2002-11-171-29/+52
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-0/+9
* * lib/tempfile.rb: a tempfile must be created with mode 0600.knu2001-07-051-1/+1
* forgot some checkins.matz2001-05-061-27/+22
* * parse.y: clarify do ambiguity, bit more complex but naturalmatz2001-01-261-8/+11
* matzmatz2000-12-081-0/+3
* matzmatz2000-07-151-1/+0
* matzmatz2000-07-061-1/+1
* 2000-02-29matz2000-02-291-3/+7
* 1.4.0matz1999-08-131-0/+94