summaryrefslogtreecommitdiff
path: root/test/fileutils
AgeCommit message (Expand)Author
2005-09-23* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba...aamine
2005-09-23This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-09-19* lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co...aamine
2005-09-19* test/fileutils/test_fileutils.rb: backported from trunk (1.36). (again) [ru...aamine
2005-01-26* test/fileutils/test_fileutils.rb (setup): support BSD-style directory group...aamine
2004-12-27* test/fileutils/fileasserts.rb: sync with HEAD.aamine
2004-07-20* test/fileutils/test_fileutils.rb: File.link raises EINVAL on BeOS.ocean
2004-02-13* test/fileutils/test_fileutils.rb: File.link may raise EINVAL and EACCES on ...aamine
2003-12-24* test/fileutils/test_fileutils.rb: should not create anynobu
2003-12-12* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine
2003-12-11* test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.aamine
2003-12-04* test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...aamine
2003-12-02* test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments.aamine
2003-12-01* lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine
2003-11-28* test/fileutils/test_fileutils.rb (test_ln_s): should be a file, noteban
2003-11-26* test/fileutils/test_fileutils.rb: should take the existing symboliceban
2003-11-25* test/fileutils/test_fileutils.rb: do test in more deep directory.aamine
2003-11-25* test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-...aamine
2003-11-20* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine
2003-11-18* lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine
2003-11-18* lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine
2003-09-29* test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420]aamine
2003-09-27* test/fileutils/test_fileutils.rb: clear all errors on Windows.aamine
2003-09-17* test/fileutils/fileassertions.rb: new file.aamine