summaryrefslogtreecommitdiffstats
path: root/test/fileutils
Commit message (Expand)AuthorAgeFilesLines
* Explicitly use FileUtils.rm_f. [ruby-dev:39345]naruse2009-12-141-1/+1
* * test/fileutils/test_fileutils.rb: fixed indent by splitting methods.nobu2009-09-181-55/+75
* * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]kazu2009-09-171-0/+5
* * test/fileutils: use require_relative to require fileasserts.naruse2009-09-112-2/+2
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu2009-09-091-0/+5
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-1/+1
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-2/+2
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-18/+18
* Added changes needed for miniunit. usually from using internal calls that are...ryan2008-09-231-0/+4
* * io.c (copy_stream_fallback_body): use read method unless readpartialnobu2008-09-051-2/+2
* * test/fileutils/fileasserts.rb (assert_equal_timestamp): new assertakr2007-11-211-1/+18
* previous change refined.akr2007-11-191-3/+3
* * test/fileutils/fileasserts.rb (assert_equal_time): show nsec ifakr2007-11-192-2/+18
* use ML ref. for assertion message.akr2007-11-181-2/+1
* * test/fileutils/test_fileutils.rb (check_singleton): fix to useko12007-02-141-1/+1
* * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r...aamine2005-09-233-7/+69
* * lib/fileutils.rb: use module_function instead of single extend.aamine2005-09-181-0/+175
* * lib/fileutils.rb (remove_entry_secure): add documentation.aamine2005-05-261-8/+41
* * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]aamine2005-05-251-26/+35
* * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.aamine2005-04-141-11/+28
* * test/fileutils/test_fileutils.rb (setup): support BSD style directory group...aamine2005-01-261-2/+2
* * test/fileutils/test_fileutils.rb: remove junk print statement.aamine2005-01-261-1/+0
* * test/fileutils/test_fileutils.rb (setup): support BSD style directory group...aamine2005-01-262-13/+14
* * test/fileutils/test_fileutils.rb (test_copy_entry): copy_entry copies only ...aamine2005-01-081-2/+2
* * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,...aamine2005-01-011-34/+113
* * test/fileutils/test_fileutils.rb (cp_r): tested wrong file name. [ruby-dev:...aamine2004-12-271-3/+14
* * lib/fileutils.rb: (In previous commit) new method chown.aamine2004-12-041-0/+9
* * lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine2004-12-041-4/+19
* * lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine2004-09-101-0/+8
* * lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.aamine2004-08-082-16/+72
* * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine2004-05-071-0/+18
* * test/fileutils/test_fileutils.rb (rm_f, rm_r): test :force flag.aamine2004-05-021-0/+19
* * test/fileutils/test_fileutils.rb (test_rm_r): test if rm_rf can remove a sy...aamine2004-03-101-0/+9
* * test/fileutils/test_fileutils.rb: rescue SystemCallError instead of EINVAL....aamine2004-02-131-1/+1
* * test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d...aamine2004-02-121-2/+2
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-292-4/+0
* * test/fileutils/test_fileutils.rb: should not create anynobu2003-12-241-1/+13
* * lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine2003-12-121-2/+17
* * test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.aamine2003-12-111-0/+5
* * test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...aamine2003-12-041-9/+4
* * test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments.aamine2003-12-021-0/+153
* * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine2003-12-011-15/+40
* * test/fileutils/test_fileutils.rb (test_ln_s): should be a file, noteban2003-11-281-1/+1
* * test/fileutils/test_fileutils.rb: should take the existing symboliceban2003-11-261-1/+1
* * test/fileutils/test_fileutils.rb: do test in more deep directory.aamine2003-11-252-9/+13
* * test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-...aamine2003-11-252-2/+10
* * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine2003-11-201-16/+21
* * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine2003-11-181-6/+6
* * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine2003-11-182-16/+92