From 97391920d35fdfb83c29a301f4240aba2cca3048 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 7 May 2004 13:08:12 +0000 Subject: * lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457] * lib/fileutils.rb: new method for command option reflection: FileUtils.commands, .options, .have_option?, .options_of, .collect_methods. * lib/fileutils.rb: module Verbose, NoWrite, DryRun do not have option flags @fileutils_verbose and @fileutils_noop, they make no sense. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13c0e77a6e..aa88bbdc3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Fri May 7 22:07:39 2004 Minero Aoki + + * lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457] + + * lib/fileutils.rb: new method for command option reflection: + FileUtils.commands, .options, .have_option?, .options_of, + .collect_methods. + + * lib/fileutils.rb: module Verbose, NoWrite, DryRun do not have + option flags @fileutils_verbose and @fileutils_noop, they make no + sense. + Fri May 7 21:50:21 2004 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RDoc::parse_include): Allow -- cgit v1.2.3