summaryrefslogtreecommitdiff
path: root/lib/tempfile.rb
AgeCommit message (Expand)Author
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-18* lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz
2008-09-22* lib/tempfile.rb (Tempfile#open): should return a value from thematz
2007-09-11* lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu
2006-12-31 * Merge YARVko1
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-05-11* lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean
2004-11-15* array.c (rb_ary_update): pedantic check to detectmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-07-07* lib/tempfile.rb (Tempfile::initialize): got out code ofakira
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.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 @tmpnamematz
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 withknu
2002-12-23Rename an argument name to avoid a potential clash.knu
2002-12-20Fix a fatal typo. (pointed out by Jim Freeze)knu
2002-12-19* lib/tempfile.rb: Embed Rdoc style comments.knu
2002-12-19Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu
2002-11-18Improve the comment section.knu
2002-11-17* lib/tempfile.rb: Make this libary thread safe.knu
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2001-07-05* lib/tempfile.rb: a tempfile must be created with mode 0600.knu
2001-05-06forgot some checkins.matz
2001-01-26* parse.y: clarify do ambiguity, bit more complex but naturalmatz
2000-12-08matzmatz
2000-07-15matzmatz
2000-07-06matzmatz
2000-02-292000-02-29matz
1999-08-131.4.0matz