* lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32
is same as mswin32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54ebae1ba1
commit
0a50ed6611
@ -1,3 +1,8 @@
|
|||||||
|
Wed Nov 19 11:04:47 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32
|
||||||
|
is same as mswin32.
|
||||||
|
|
||||||
Tue Nov 19 07:54:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
Tue Nov 19 07:54:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
||||||
|
|
||||||
* lib/test/unit.rb: do not run tests if $! is set.
|
* lib/test/unit.rb: do not run tests if $! is set.
|
||||||
|
@ -465,7 +465,7 @@ module FileUtils
|
|||||||
alias move mv
|
alias move mv
|
||||||
|
|
||||||
def cannot_overwrite_file? #:nodoc:
|
def cannot_overwrite_file? #:nodoc:
|
||||||
/djgpp|cygwin|mswin|mingw/ === RUBY_PLATFORM
|
/djgpp|cygwin|mswin|mingw|bccwin/ === RUBY_PLATFORM
|
||||||
end
|
end
|
||||||
private :cannot_overwrite_file?
|
private :cannot_overwrite_file?
|
||||||
|
|
||||||
@ -749,7 +749,7 @@ module FileUtils
|
|||||||
end
|
end
|
||||||
|
|
||||||
def have_st_ino?
|
def have_st_ino?
|
||||||
/mswin|mingw/ !~ RUBY_PLATFORM
|
/mswin|mingw|bccwin/ !~ RUBY_PLATFORM
|
||||||
end
|
end
|
||||||
|
|
||||||
def fu_stream_blksize( *streams )
|
def fu_stream_blksize( *streams )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user