| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * lib/fileutils.rb: use module_function instead of single extend. | aamine | 2005-09-18 | 1 | -20/+76 |
* | * lib/fileutils.rb (remove_entry_secure): does not use chdir(2). | aamine | 2005-09-18 | 1 | -24/+31 |
* | doc fix | aamine | 2005-08-13 | 1 | -1/+1 |
* | * lib/fileutils.rb (remove_entry_secure): forgot final chdir. | aamine | 2005-08-13 | 1 | -11/+10 |
* | * lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ... | aamine | 2005-08-13 | 1 | -42/+42 |
* | * lib/fileutils.rb (cd): follow :noop option change. (This patch is contribut... | aamine | 2005-07-27 | 1 | -1/+1 |
* | * lib/fileutils.rb (remove_entry_secure): add documentation. | aamine | 2005-05-26 | 1 | -33/+38 |
* | * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226] | aamine | 2005-05-25 | 1 | -381/+546 |
* | * lib/fileutils.rb (rm_r): does chown(2). [ruby-dev:26199] | aamine | 2005-05-25 | 1 | -8/+31 |
* | * lib/fileutils.rb (rm_r): new option :secure (default = true). | aamine | 2005-05-21 | 1 | -89/+195 |
* | * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod. | aamine | 2005-04-14 | 1 | -8/+25 |
* | * lib/fileutils.rb (remove_file): ignore Errno::E* if force option is set. [r... | aamine | 2005-03-26 | 1 | -18/+7 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+1 |
* | update copyright year | aamine | 2005-01-01 | 1 | -1/+1 |
* | * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,... | aamine | 2005-01-01 | 1 | -8/+12 |
* | * lib/fileutils.rb (mv): should raise error when moving a directory to the (e... | aamine | 2004-12-27 | 1 | -12/+31 |
* | * lib/fileutils.rb: (In previous commit) new method chown. | aamine | 2004-12-04 | 1 | -30/+7 |
* | * lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881] | aamine | 2004-12-04 | 1 | -5/+128 |
* | * lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p... | aamine | 2004-10-08 | 1 | -3/+3 |
* | * lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d... | aamine | 2004-09-10 | 1 | -1/+1 |
* | * lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root. | aamine | 2004-08-08 | 1 | -63/+182 |
* | * lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457] | aamine | 2004-05-07 | 1 | -66/+99 |
* | * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor... | aamine | 2004-05-07 | 1 | -1/+1 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -4/+6 |
* | * lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch... | aamine | 2004-03-10 | 1 | -1/+3 |
* | * lib/fileutils.rb: new module FileUtils::DryRun. | aamine | 2004-02-16 | 1 | -9/+31 |
* | * lib/fileutils.rb: slighly improved documentation (sync with 1.8) | gsinclair | 2004-02-13 | 1 | -14/+9 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, | nobu | 2004-02-09 | 1 | -1/+1 |
* | * lib/fileutils.rb (mkdir): remove trailing `/' from pathes. | aamine | 2003-12-12 | 1 | -28/+25 |