Age | Commit message (Expand) | Author |
2009-06-21 | * lib/fileutils.rb (FileUtils::Entry_#copy_file): open with | nobu |
2009-03-13 | * lib/fileutils.rb (FileUtils#fu_get_gid): stringify group | matz |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2009-02-23 | * lib/fileutils.rb (mv): added description for the case of | nobu |
2009-01-25 | * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and | 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-01 | * lib/fileutils.rb (copy_stream, fu_copy_stream0, copy_file): use | nobu |
2007-09-06 | * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of | matz |
2007-03-04 | * file.c (rb_stat_s_utime): fixed a commit miss for the platforms | nobu |
2007-03-03 | * lib/fileutils.rb (touch): last #touch change causes error when :mtime optio... | aamine |
2007-03-03 | * lib/fileutils.rb (mv): could not move directory between different file syst... | aamine |
2007-03-03 | * file.c (rb_file_s_utime): allow nil to set the current time. | nobu |
2006-10-09 | * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb, | nobu |
2006-09-20 | * string.c (sym_eql): fail early to gain performance. | matz |
2006-03-05 | * lib/fileutils.rb: do not repeat command options. | aamine |
2006-03-03 | * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destination | akr |
2006-01-19 | * lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223] | aamine |
2005-11-19 | * lib/fileutils.rb (FileUtils::ln): ln documentation fix. | matz |
2005-09-23 | * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele... | aamine |
2005-09-23 | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r... | aamine |
2005-09-18 | * lib/fileutils.rb: method renaming: collect_methods -> collect_method. | aamine |
2005-09-18 | * lib/fileutils.rb: use module_function instead of single extend. | aamine |
2005-09-18 | * lib/fileutils.rb (remove_entry_secure): does not use chdir(2). | aamine |
2005-08-13 | doc fix | aamine |
2005-08-13 | * lib/fileutils.rb (remove_entry_secure): forgot final chdir. | aamine |
2005-08-13 | * lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ... | aamine |
2005-07-27 | * lib/fileutils.rb (cd): follow :noop option change. (This patch is contribut... | 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-05-25 | * lib/fileutils.rb (rm_r): does chown(2). [ruby-dev:26199] | aamine |
2005-05-21 | * lib/fileutils.rb (rm_r): new option :secure (default = true). | aamine |
2005-04-14 | * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod. | aamine |
2005-03-26 | * lib/fileutils.rb (remove_file): ignore Errno::E* if force option is set. [r... | aamine |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2005-01-01 | update copyright year | aamine |
2005-01-01 | * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,... | aamine |
2004-12-27 | * lib/fileutils.rb (mv): should raise error when moving a directory to the (e... | 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-10-08 | * lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p... | 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 (mv): new option `force'. [ruby-talk:99457] | aamine |
2004-05-07 | * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor... | aamine |
2004-04-07 | * file.c (rb_get_path): get path string via "to_path" method if | matz |
2004-03-10 | * lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch... | aamine |
2004-02-16 | * lib/fileutils.rb: new module FileUtils::DryRun. | aamine |
2004-02-13 | * lib/fileutils.rb: slighly improved documentation (sync with 1.8) | gsinclair |
2004-02-09 | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, | nobu |