index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fileutils
Age
Commit message (
Expand
)
Author
2005-09-23
* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba...
aamine
2005-09-23
This 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 any
nobu
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, not
eban
2003-11-26
* test/fileutils/test_fileutils.rb: should take the existing symbolic
eban
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