From c70bc55ef71f51125deb7a390b8c53b4340e03a3 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: http://svn.ruby-lang.org/repos/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 13c0e77a6..aa88bbdc3 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