aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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