Directory test/fileutils/

Directory Created:
2003-09-17 10:52
Total Files:
5
Deleted Files:
0
Lines of Code:
1298

Browse with ViewVC

[root]/test/fileutils

Lines of Code

test/fileutils/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 54 (100.0%) 1534 (100.0%) 28.4
aamine 43 (79.6%) 1518 (99.0%) 35.3
nobu 1 (1.9%) 13 (0.8%) 13.0
eban 2 (3.7%) 2 (0.1%) 1.0
ko1 1 (1.9%) 1 (0.1%) 1.0
shyouhei 5 (9.3%) 0 (0.0%) 0.0
nahi 2 (3.7%) 0 (0.0%) 0.0

Most Recent Commits

ko1 2007-02-14 17:53

* test/fileutils/test_fileutils.rb (check_singleton): fix to use

symbole instead of string.

* test/io/nonblock/test_flush.rb: enable tests.

* test/xmlrpc/test_webrick_server.rb: ditto.



1 lines of code changed in:

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

aamine 2005-09-24 00:30

* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [ruby-core:05954]

* test/fileutils/test_nowrite.rb: test it.

* test/fileutils/test_dryrun.rb: new file.

* test/fileutils/test_verbose.rb: new file.

69 lines of code changed in:

aamine 2005-09-18 21:59

* lib/fileutils.rb: use module_function instead of single extend.

* test/fileutils/test_fileutils.rb: test existence of singleton methods.

175 lines of code changed in:

aamine 2005-05-26 12:33

* lib/fileutils.rb (remove_entry_secure): add documentation.

* lib/fileutils.rb (remove_entry_secure): should not invoke unlink(2) against a directory.

39 lines of code changed in:

aamine 2005-05-25 23:41

* lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]

* lib/fileutils.rb (cd): remove :noop option. (FEATURE CHANGE)

* lib/fileutils.rb (cp_r): should copy symlink as symlink, for also tree root. (FEATURE CHANGE)

* lib/fileutils.rb (cp_r): new option :dereference_root.

* lib/fileutils.rb: new method remove_entry.

* lib/fileutils.rb: new method remove_entry_secure.

* lib/fileutils.rb: add documentation.

35 lines of code changed in:

aamine 2005-04-14 11:00

* lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.

* lib/fileutils.rb (remove_dir): try to get rights to rmdir. [ruby-Bugs:1502]

28 lines of code changed in:

aamine 2005-01-26 16:13

* test/fileutils/test_fileutils.rb (setup): support BSD style directory group inheritance (again).

2 lines of code changed in:

aamine 2005-01-26 16:05

* test/fileutils/test_fileutils.rb: remove junk print statement.

0 lines of code changed in:

aamine 2005-01-26 16:03

* test/fileutils/test_fileutils.rb (setup): support BSD style directory group inheritance. [ruby-dev:25440]

* test/fileutils/fileasserts.rb (assert_same_entry): show entry difference.

14 lines of code changed in:

aamine 2005-01-08 19:23

* test/fileutils/test_fileutils.rb (test_copy_entry): copy_entry copies only file type, not mtime. [ruby-dev:25383]

2 lines of code changed in:

aamine 2005-01-01 08:22

* lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite, which allows duck typing. [ruby-dev:25369]

* lib/fileutils.rb (copy_stream): does NOT support nonblocking IO. [ruby-dev:25370]

* test/fileutils/test_fileutils.rb: test copy_entry, copy_file, copy_stream.

113 lines of code changed in:

aamine 2004-12-27 07:29

* test/fileutils/test_fileutils.rb (cp_r): tested wrong file name. [ruby-dev:25339]

14 lines of code changed in:

aamine 2004-12-04 13:29

* lib/fileutils.rb: (In previous commit) new method chown.

* lib/fileutils.rb: (In previous commit) new method chown_R.

* lib/fileutils.rb: (In previous commit) new method chmod_R wrongly added. Removed now.

9 lines of code changed in:

aamine 2004-12-04 12:46

* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]

19 lines of code changed in:

aamine 2004-09-10 07:56

* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-dev:24242]

* test/fileutils/test_fileutils.rb: test it.

8 lines of code changed in:

aamine 2004-08-08 22:35

* lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.

* lib/fileutils.rb: new method FileUtils.copy_entry.

* test/fileutils/test_fileutils.rb: more cp_r tests.

72 lines of code changed in:

aamine 2004-05-07 13:04

* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-core:02843]

* test/fileutils/test_fileutils.rb (mkdir): test "\n" in path.

18 lines of code changed in:

aamine 2004-05-02 13:57

* test/fileutils/test_fileutils.rb (rm_f, rm_r): test :force flag.

19 lines of code changed in:

aamine 2004-03-10 14:41

* test/fileutils/test_fileutils.rb (test_rm_r): test if rm_rf can remove a symlink to the directory.

9 lines of code changed in:

(19 more)

Generated by StatSVN 0.3.2-SNAPSHOT