mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* README: Fixed SupportedPlatforms URL in the README.
patched by eMxyzptlk. https://github.com/ruby/ruby/pull/62 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f2323dee14
commit
cc006d368c
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 12 17:29:01 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* README: Fixed SupportedPlatforms URL in the README.
|
||||
patched by eMxyzptlk. https://github.com/ruby/ruby/pull/62
|
||||
|
||||
Mon Dec 12 17:26:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* load.c (rb_feature_p): lazy assigned load_path searched in
|
||||
|
|
2
README
2
README
|
@ -18,7 +18,7 @@ Perl). It is simple, straight-forward, and extensible.
|
|||
+ Dynamic Loading of Object files(on some architecture)
|
||||
+ Highly Portable (works on many Unix-like/POSIX compatible platforms
|
||||
as well as Windows, Mac OS X, BeOS etc.)
|
||||
cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms
|
||||
cf. http://redmine.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
|
||||
|
||||
|
||||
* How to get Ruby
|
||||
|
|
|
@ -22,7 +22,7 @@ Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい
|
|||
+ ダイナミックローディング (アーキテクチャによる)
|
||||
+ 移植性が高い.多くのUnix-like/POSIX互換プラットフォーム上で
|
||||
動くだけでなく,Windows, Mac OS X,BeOSなどの上でも動く
|
||||
cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatformsJa
|
||||
cf. http://redmine.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa
|
||||
|
||||
* 入手法
|
||||
|
||||
|
|
Loading…
Reference in a new issue