ruby-cvs:15616
From: (aamine) <aamine ruby-lang.org>
Date: Sat, 24 Sep 2005 08:39:02 +0900
Subject: [ruby-cvs:15616] ruby, ruby/lib, ruby/test/fileutils: * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (backported from trunk, rev 1.66). [ruby-core:05954]
aamine Sat, 24 Sep 2005 08:39:02 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog
ruby/lib:
fileutils.rb
ruby/test/fileutils:
test_nowrite.rb
Added files: (Branch: ruby_1_8)
ruby/test/fileutils:
test_dryrun.rb test_verbose.rb
Log:
* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (backported from trunk, rev 1.66). [ruby-core:05954]
* test/fileutils/test_nowrite.rb: test it.
* test/fileutils/test_dryrun.rb: new file.
* test/fileutils/test_verbose.rb: new file.
Revision Changes Path
1.2673.2.1293 +11 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1292&r2=1.2673.2.1293
1.36.2.12 +20 -0 ruby/lib/fileutils.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/fileutils.rb?cvsroot=src&r1=1.36.2.11&r2=1.36.2.12
1.1.2.1 +1 -1 ruby/test/fileutils/test_dryrun.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/fileutils/test_dryrun.rb?cvsroot=src&r1=1.1&r2=1.1.2.1
1.4.2.2 +17 -2 ruby/test/fileutils/test_nowrite.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/fileutils/test_nowrite.rb?cvsroot=src&r1=1.4.2.1&r2=1.4.2.2
1.1.2.1 +1 -1 ruby/test/fileutils/test_verbose.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/fileutils/test_verbose.rb?cvsroot=src&r1=1.1&r2=1.1.2.1