* lib/rdoc/options.rb ():
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
249c08716d
commit
8b39fb1045
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jan 11 10:24:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/rdoc/options.rb ():
|
||||||
|
|
||||||
Fri Jan 11 09:59:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
Fri Jan 11 09:59:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* ext/nkf/nkf-utf8/nkf.c: update to r1.163.
|
* ext/nkf/nkf-utf8/nkf.c: update to r1.163.
|
||||||
|
@ -567,7 +567,7 @@ Usage: #{opt.program_name} [options] [names...]
|
|||||||
# Windows.
|
# Windows.
|
||||||
|
|
||||||
def check_diagram
|
def check_diagram
|
||||||
return if RUBY_PLATFORM =~ /mswin/
|
return if RUBY_PLATFORM =~ /mswin|cygwin|mingw|bccwin/
|
||||||
|
|
||||||
ok = false
|
ok = false
|
||||||
ver = nil
|
ver = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user