1
0
Fork 0
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:
naruse 2011-12-12 08:30:27 +00:00
parent f2323dee14
commit cc006d368c
3 changed files with 7 additions and 2 deletions

View file

@ -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
View file

@ -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

View file

@ -22,7 +22,7 @@ Rubyはテキスト処理関係の能力などに優れPerlと同じくらい
+ ダイナミックローディング (アーキテクチャによる)
+ 移植性が高い多くのUnix-like/POSIX互換プラットフォーム上で
動くだけでなくWindows Mac OS XBeOSなどの上でも動く
cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatformsJa
cf. http://redmine.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa
* 入手法