aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #6487nobu2012-05-241-0/+51
* test for Bug #6385nobu2012-05-151-0/+20
* test/ruby/test_file.rb: use tmpdirnobu2012-05-151-2/+4
* adding a few tests surrounding file open argumentstenderlove2012-05-101-0/+30
* * test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu2012-04-091-0/+1
* * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu2012-04-091-0/+10
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-281-0/+9
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-091-1/+2
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-091-0/+13
* * file.c (realpath_internal): regulate separators in prefix.nobu2010-03-141-0/+4
* * file.c: add optional basedir argument for realpath/realdirpath.akr2010-03-071-0/+20
* supress warnings.akr2010-01-251-2/+2
* * io.c (rb_io_rewind): should reset fptr->readconv if it'smatz2008-10-291-8/+16
* * test/ruby/test_file.rb (test_*_extended_file): forgot to set mode.usa2008-10-281-13/+13
* * test/ruby/test_file.rb (test_*_extended_file): test in default/text/binaryusa2008-10-281-32/+46
* * test/ruby/test_file.rb (test_each_char_extended_file,usa2008-10-281-0/+16
* * file.c (rb_stat_inspect): don't raise if self is not initialized.akr2008-08-211-0/+1
* * test/ruby/test_file.rb: add tests for uninitialized object.mame2008-06-021-0/+3
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-1/+0
* use require_relative to require ut_eof and envutil.akr2008-02-181-1/+2
* use ML ref. for assertion message.akr2007-11-181-6/+5
* specify prefix for Dir.mktmpdir.akr2007-10-241-1/+1
* use Dir.mktmpdir.akr2007-10-241-14/+16
* don't generate temporary files under current directory.akr2007-09-281-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+1
* * test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]aamine2005-09-221-0/+15
* * test/ruby/test_fnmatch.rb: separated from test_file.rb.ocean2005-08-081-191/+0
* add tests for reading an extended fileakr2005-05-121-0/+45
* * test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa2004-11-111-3/+3
* add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],akr2004-09-071-0/+19
* * test/ruby/test_file.rb (test_fnmatch): added more tests.ocean2004-08-021-0/+104
* * test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatchocean2004-06-301-0/+78
* * test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108.nobu2004-02-241-10/+8
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-081-0/+6
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-291-1/+0
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-101-0/+2
* add test for previous change to io.c.akr2003-12-091-0/+1
* * ext/stringio/stringio.c (strio_read): follow IO#read.nobu2003-12-051-0/+11
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+1
* * test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviournahi2003-09-261-0/+32