| Commit message (Expand) | Author | Age | Files | Lines |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -1/+1 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 1 | -1/+1 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -2/+2 |
* | * test: assert_raises has been deprecated since a long time ago. | nobu | 2008-09-24 | 1 | -18/+18 |
* | Added changes needed for miniunit. usually from using internal calls that are... | ryan | 2008-09-23 | 1 | -0/+4 |
* | * io.c (copy_stream_fallback_body): use read method unless readpartial | nobu | 2008-09-05 | 1 | -2/+2 |
* | * test/fileutils/fileasserts.rb (assert_equal_timestamp): new assert | akr | 2007-11-21 | 1 | -1/+18 |
* | previous change refined. | akr | 2007-11-19 | 1 | -3/+3 |
* | * test/fileutils/fileasserts.rb (assert_equal_time): show nsec if | akr | 2007-11-19 | 2 | -2/+18 |
* | use ML ref. for assertion message. | akr | 2007-11-18 | 1 | -2/+1 |
* | * test/fileutils/test_fileutils.rb (check_singleton): fix to use | ko1 | 2007-02-14 | 1 | -1/+1 |
* | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r... | aamine | 2005-09-23 | 3 | -7/+69 |
* | * lib/fileutils.rb: use module_function instead of single extend. | aamine | 2005-09-18 | 1 | -0/+175 |
* | * 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 |