index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fileutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/fileutils.rb (remove_entry_secure): add documentation.
aamine
2005-05-26
1
-8
/
+41
*
* lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]
aamine
2005-05-25
1
-26
/
+35
*
* lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.
aamine
2005-04-14
1
-11
/
+28
*
* test/fileutils/test_fileutils.rb (setup): support BSD style directory group...
aamine
2005-01-26
1
-2
/
+2
*
* test/fileutils/test_fileutils.rb: remove junk print statement.
aamine
2005-01-26
1
-1
/
+0
*
* test/fileutils/test_fileutils.rb (setup): support BSD style directory group...
aamine
2005-01-26
2
-13
/
+14
*
* test/fileutils/test_fileutils.rb (test_copy_entry): copy_entry copies only ...
aamine
2005-01-08
1
-2
/
+2
*
* lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,...
aamine
2005-01-01
1
-34
/
+113
*
* test/fileutils/test_fileutils.rb (cp_r): tested wrong file name. [ruby-dev:...
aamine
2004-12-27
1
-3
/
+14
*
* lib/fileutils.rb: (In previous commit) new method chown.
aamine
2004-12-04
1
-0
/
+9
*
* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]
aamine
2004-12-04
1
-4
/
+19
*
* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...
aamine
2004-09-10
1
-0
/
+8
*
* lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.
aamine
2004-08-08
2
-16
/
+72
*
* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...
aamine
2004-05-07
1
-0
/
+18
*
* test/fileutils/test_fileutils.rb (rm_f, rm_r): test :force flag.
aamine
2004-05-02
1
-0
/
+19
*
* test/fileutils/test_fileutils.rb (test_rm_r): test if rm_rf can remove a sy...
aamine
2004-03-10
1
-0
/
+9
*
* test/fileutils/test_fileutils.rb: rescue SystemCallError instead of EINVAL....
aamine
2004-02-13
1
-1
/
+1
*
* test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d...
aamine
2004-02-12
1
-2
/
+2
*
* test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to
nahi
2004-01-29
2
-4
/
+0
*
* test/fileutils/test_fileutils.rb: should not create any
nobu
2003-12-24
1
-1
/
+13
*
* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.
aamine
2003-12-12
1
-2
/
+17
*
* test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.
aamine
2003-12-11
1
-0
/
+5
*
* test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...
aamine
2003-12-04
1
-9
/
+4
*
* test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments.
aamine
2003-12-02
1
-0
/
+153
*
* lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...
aamine
2003-12-01
1
-15
/
+40
*
* test/fileutils/test_fileutils.rb (test_ln_s): should be a file, not
eban
2003-11-28
1
-1
/
+1
*
* test/fileutils/test_fileutils.rb: should take the existing symbolic
eban
2003-11-26
1
-1
/
+1
*
* test/fileutils/test_fileutils.rb: do test in more deep directory.
aamine
2003-11-25
2
-9
/
+13
*
* test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-...
aamine
2003-11-25
2
-2
/
+10
*
* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...
aamine
2003-11-20
1
-16
/
+21
*
* lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...
aamine
2003-11-18
1
-6
/
+6
*
* lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...
aamine
2003-11-18
2
-16
/
+92
*
* test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420]
aamine
2003-09-29
1
-4
/
+4
*
* test/fileutils/test_fileutils.rb: clear all errors on Windows.
aamine
2003-09-27
2
-21
/
+53
*
* test/fileutils/fileassertions.rb: new file.
aamine
2003-09-17
3
-0
/
+452