Age | Commit message (Expand) | Author |
2011-07-27 | merge revision(s) 32707: | naruse |
2011-05-29 | NetBSD also denies to set sticky bit against regular file. | naruse |
2011-05-03 | * test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode): | kosaki |
2011-05-01 | * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument. | kosaki |
2011-03-17 | * lib/fileutils.rb (FileUtils::Entry_#copy_file): updated FileUtils.cp | nobu |
2011-02-06 | * test/fileutils/fileasserts.rb (FileAssertions): separate module. | nobu |
2011-02-05 | * lib/test/unit/assertions.rb (assert_block): move from | nobu |
2011-02-05 | * test/fileutils/fileasserts.rb (assert_block): pass arguments | nobu |
2011-02-04 | * lib/fileutils.rb (FileUtils::LowMethods): make low level methods | nobu |
2011-02-04 | * test/fileutils/fileasserts.rb: add message arguments. | nobu |
2011-02-04 | * test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block): | nobu |
2010-07-20 | * lib/fileutils.rb (FileUtils::Entry_#copy): check file name | nobu |
2010-05-04 | * test/fileutils/test_fileutils.rb (test_copy_stream): | nobu |
2010-04-29 | Follow reverting wrong commit; see r11156, r27400. | naruse |
2010-01-25 | * lib/matrix.rb: suppress warnings. | akr |
2009-12-14 | Explicitly use FileUtils.rm_f. [ruby-dev:39345] | naruse |
2009-09-18 | * test/fileutils/test_fileutils.rb: fixed indent by splitting methods. | nobu |
2009-09-17 | * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345] | kazu |
2009-09-11 | * test/fileutils: use require_relative to require fileasserts. | naruse |
2009-09-09 | * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source | nobu |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-10-04 | * dln.c: Ruby no longer supports Windows CE. | yugui |
2008-10-04 | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui |
2008-09-24 | * test: assert_raises has been deprecated since a long time ago. | nobu |
2008-09-23 | Added changes needed for miniunit. usually from using internal calls that are... | ryan |
2008-09-05 | * io.c (copy_stream_fallback_body): use read method unless readpartial | nobu |
2007-11-21 | * test/fileutils/fileasserts.rb (assert_equal_timestamp): new assert | akr |
2007-11-19 | previous change refined. | akr |
2007-11-19 | * test/fileutils/fileasserts.rb (assert_equal_time): show nsec if | akr |
2007-11-18 | use ML ref. for assertion message. | akr |
2007-02-14 | * test/fileutils/test_fileutils.rb (check_singleton): fix to use | ko1 |
2005-09-23 | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r... | aamine |
2005-09-18 | * lib/fileutils.rb: use module_function instead of single extend. | aamine |
2005-05-26 | * lib/fileutils.rb (remove_entry_secure): add documentation. | aamine |
2005-05-25 | * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226] | aamine |
2005-04-14 | * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod. | aamine |
2005-01-26 | * test/fileutils/test_fileutils.rb (setup): support BSD style directory group... | aamine |
2005-01-26 | * test/fileutils/test_fileutils.rb: remove junk print statement. | aamine |
2005-01-26 | * test/fileutils/test_fileutils.rb (setup): support BSD style directory group... | aamine |
2005-01-08 | * test/fileutils/test_fileutils.rb (test_copy_entry): copy_entry copies only ... | aamine |
2005-01-01 | * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,... | aamine |
2004-12-27 | * test/fileutils/test_fileutils.rb (cp_r): tested wrong file name. [ruby-dev:... | aamine |
2004-12-04 | * lib/fileutils.rb: (In previous commit) new method chown. | aamine |
2004-12-04 | * lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881] | aamine |
2004-09-10 | * lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d... | aamine |
2004-08-08 | * lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root. | aamine |
2004-05-07 | * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor... | aamine |
2004-05-02 | * test/fileutils/test_fileutils.rb (rm_f, rm_r): test :force flag. | aamine |
2004-03-10 | * test/fileutils/test_fileutils.rb (test_rm_r): test if rm_rf can remove a sy... | aamine |
2004-02-13 | * test/fileutils/test_fileutils.rb: rescue SystemCallError instead of EINVAL.... | aamine |