1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* README, README.ja: Update the portability section.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2008-10-29 04:20:42 +00:00
parent 6955f6977a
commit c93ac5311d
3 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,7 @@
Wed Oct 29 13:18:02 2008 Akinori MUSHA <knu@iDaemons.org>
* README, README.ja: Update the portability section.
Wed Oct 29 13:02:17 2008 Akinori MUSHA <knu@iDaemons.org> Wed Oct 29 13:02:17 2008 Akinori MUSHA <knu@iDaemons.org>
* configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD * configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD

5
README
View file

@ -16,8 +16,9 @@ Perl). It is simple, straight-forward, and extensible.
+ Iterators and Closures + Iterators and Closures
+ Garbage Collection + Garbage Collection
+ Dynamic Loading of Object files(on some architecture) + Dynamic Loading of Object files(on some architecture)
+ Highly Portable(works on many UNIX machines, and on DOS, + Highly Portable (works on many Unix-like/POSIX compatible platforms
Windows, Mac, BeOS etc.) as well as Windows, Mac OS X, BeOS etc.)
cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms
* How to get Ruby * How to get Ruby

View file

@ -20,9 +20,9 @@ Ruby
+ イテレータとクロージャ + イテレータとクロージャ
+ ガーベージコレクタ + ガーベージコレクタ
+ ダイナミックローディング (アーキテクチャによる) + ダイナミックローディング (アーキテクチャによる)
+ 移植性が高い多くのUNIX上で動くだけでなくDOSやWindows + 移植性が高い多くのUnix-like/POSIX互換プラットフォーム上で
MacBeOSなどの上でも動く 動くだけでなくWindows Mac OS XBeOSなどの上でも動く
cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatformsJa
* 入手法 * 入手法