| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * lib/fileutils.rb (module FileUtils): repatch [ruby-core:39622] | glass | 2012-11-04 | 1 | -10/+7 |
* | * lib/fileutils.rb: fix typo. | ayumin | 2012-08-18 | 1 | -1/+1 |
* | * lib/fileutils.rb (uptodate?): remove useless parameter. | ayumin | 2012-07-16 | 1 | -3/+1 |
* | * lib/fileutils.rb (cp_r): Fixed cp_r example. Patch by TJ Koblentz | drbrain | 2012-05-11 | 1 | -1/+1 |
* | * lib/fileutils.rb (copy_metadata): use File.lchown and File.lchmod to | akr | 2012-04-30 | 1 | -4/+27 |
* | * lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescue | akr | 2012-03-12 | 1 | -1/+1 |
* | * lib/fileutils.rb: remove tailing spaces. | nobu | 2012-03-11 | 1 | -2/+2 |
* | * lib/fileutils.rb: use chomp(?/) instead of sub to optimize and avoid | naruse | 2012-02-25 | 1 | -4/+4 |
* | * lib/fileutils.rb: revert a line modified accidentally at r34669. | shirosaki | 2012-02-20 | 1 | -1/+1 |
* | * lib/fileutils.rb: refactored FileUtil methods to use the | tenderlove | 2012-02-17 | 1 | -190/+189 |
* | * lib/fileutils.rb (FileUtils::Entry_#entries): use utility method | nobu | 2011-12-28 | 1 | -1/+1 |
* | * lib/fileutils.rb (module FileUtils): improve performance of | ayumin | 2011-09-19 | 1 | -10/+7 |
* | * lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch by | drbrain | 2011-05-22 | 1 | -0/+4 |
* | * lib/fileutils.rb: Hide internal methods from RDoc. Patch by Darragh | drbrain | 2011-05-12 | 1 | -5/+5 |
* | * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument. | kosaki | 2011-05-01 | 1 | -2/+90 |
* | * lib/fileutils.rb (FileUtils#touch): Fix corrupted output when | knu | 2011-04-15 | 1 | -1/+1 |
* | * lib/fileutils.rb (FileUtils#touch): fix corrupted output when | kosaki | 2011-04-14 | 1 | -1/+1 |
* | * lib/fileutils.rb (FileUtils::Entry_#copy_file): updated FileUtils.cp | nobu | 2011-03-17 | 1 | -1/+1 |
* | * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a | shyouhei | 2011-02-18 | 1 | -4/+9 |
* | * lib/fileutils.rb (FileUtils::LowMethods): make low level methods | nobu | 2011-02-04 | 1 | -0/+8 |
* | * lib/fileutils.rb (FileUtils::Entry_#copy): check file name | nobu | 2010-07-20 | 1 | -1/+12 |
* | * lib/fileutils.rb: Fix warning | marcandre | 2010-06-22 | 1 | -1/+1 |
* | * lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname in | usa | 2010-05-17 | 1 | -1/+3 |
* | * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options are | shyouhei | 2010-04-19 | 1 | -0/+2 |
* | * lib/fileutils.rb (fu_each_src_dest): ensure src is accessible. | nobu | 2010-04-12 | 1 | -17/+3 |
* | * lib/fileutils.rb (fu_have_st_ino): check if required method is | nobu | 2010-04-12 | 1 | -1/+1 |
* | * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not | knu | 2009-10-22 | 1 | -8/+14 |
* | * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source | nobu | 2009-09-09 | 1 | -2/+4 |
* | * lib/fileutils.rb (FileUtils::Entry_#copy_file): open with | nobu | 2009-06-21 | 1 | -1/+3 |
* | * lib/fileutils.rb (FileUtils#fu_get_gid): stringify group | matz | 2009-03-13 | 1 | -0/+1 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -86/+86 |
* | * lib/fileutils.rb (mv): added description for the case of | nobu | 2009-02-23 | 1 | -1/+1 |
* | * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and | nobu | 2009-01-25 | 1 | -3/+12 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 1 | -2/+2 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -1/+1 |
* | * lib/fileutils.rb (copy_stream, fu_copy_stream0, copy_file): use | nobu | 2008-09-01 | 1 | -12/+4 |
* | * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of | matz | 2007-09-06 | 1 | -4/+7 |
* | * file.c (rb_stat_s_utime): fixed a commit miss for the platforms | nobu | 2007-03-04 | 1 | -1/+1 |
* | * lib/fileutils.rb (touch): last #touch change causes error when :mtime optio... | aamine | 2007-03-03 | 1 | -6/+2 |
* | * lib/fileutils.rb (mv): could not move directory between different file syst... | aamine | 2007-03-03 | 1 | -3/+7 |
* | * file.c (rb_file_s_utime): allow nil to set the current time. | nobu | 2007-03-03 | 1 | -3/+14 |
* | * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb, | nobu | 2006-10-09 | 1 | -3/+3 |
* | * string.c (sym_eql): fail early to gain performance. | matz | 2006-09-20 | 1 | -2/+2 |
* | * lib/fileutils.rb: do not repeat command options. | aamine | 2006-03-05 | 1 | -52/+54 |
* | * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destination | akr | 2006-03-03 | 1 | -5/+8 |
* | * lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223] | aamine | 2006-01-19 | 1 | -0/+1 |
* | * lib/fileutils.rb (FileUtils::ln): ln documentation fix. | matz | 2005-11-19 | 1 | -1/+1 |
* | * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele... | aamine | 2005-09-23 | 1 | -1/+1 |
* | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r... | aamine | 2005-09-23 | 1 | -1/+22 |
* | * lib/fileutils.rb: method renaming: collect_methods -> collect_method. | aamine | 2005-09-18 | 1 | -5/+5 |