diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-14 04:09:33 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-14 04:09:33 +0000 |
| commit | df224e85b3667c1ed40026eed6db6b831994f2fc (patch) | |
| tree | 83810c99dd2c07049b89d6fb6e2436142b9b481f /ChangeLog | |
| parent | 4b761e85c1d01ff9a6d9c04894f1f4d5fab8d0ca (diff) | |
| download | ruby-df224e85b3667c1ed40026eed6db6b831994f2fc.tar.gz ruby-df224e85b3667c1ed40026eed6db6b831994f2fc.tar.xz ruby-df224e85b3667c1ed40026eed6db6b831994f2fc.zip | |
* lib/fileutils.rb: backport from CVS HEAD (rev1.44).
* lib/fileutils.rb: cp_r should copy symlink itself, except cp_r root.
* lib/fileutils.rb: new option mv :force.
* lib/fileutils.rb: new module FileUtils::DryRun.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Aug 14 13:09:10 2004 Minero Aoki <aamine@loveruby.net> + + * lib/fileutils.rb: backport from CVS HEAD (rev1.44). + + * lib/fileutils.rb: cp_r should copy symlink itself, except cp_r + root. + + * lib/fileutils.rb: new option mv :force. + + * lib/fileutils.rb: new module FileUtils::DryRun. + Sat Aug 14 02:48:16 2004 Dave Thomas <dave@pragprog.com> * lib/rdoc/usage.rb: Added. Allows command line programs |
