Age | Commit message (Expand) | Author |
2011-02-18 | merges r30896 from trunk into ruby_1_9_2. | yugui |
2010-07-24 | merges r28685 from trunk into ruby_1_9_2. | yugui |
2010-06-22 | merge from trunk (28382) | marcandre |
2010-05-17 | merge from trunk (r27856, r27857) | usa |
2010-04-19 | * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options are | shyouhei |
2010-04-12 | * lib/fileutils.rb (fu_each_src_dest): ensure src is accessible. | nobu |
2010-04-12 | * lib/fileutils.rb (fu_have_st_ino): check if required method is | nobu |
2009-10-22 | * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not | knu |
2009-09-09 | * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source | nobu |
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 |