diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-29 04:20:42 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-29 04:20:42 +0000 |
commit | c93ac5311d954b489e81dceca4034b3061015040 (patch) | |
tree | 3ec25a1dae810a3d52c3a69665d166c0e7a1f2ac | |
parent | 6955f6977a676e4b98bdc083e7f105ae36e875b8 (diff) |
* README, README.ja: Update the portability section.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | README.ja | 6 |
3 files changed, 10 insertions, 5 deletions
@@ -1,3 +1,7 @@ +Wed Oct 29 13:18:02 2008 Akinori MUSHA <[email protected]> + + * README, README.ja: Update the portability section. + Wed Oct 29 13:02:17 2008 Akinori MUSHA <[email protected]> * configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD @@ -16,8 +16,9 @@ Perl). It is simple, straight-forward, and extensible. + Iterators and Closures + Garbage Collection + Dynamic Loading of Object files(on some architecture) - + Highly Portable(works on many UNIX machines, and on DOS, - Windows, Mac, BeOS etc.) + + 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 * How to get Ruby @@ -20,9 +20,9 @@ Ruby�ϥƥ����Ƚ����ط���ǽ�Ϥʤɤ�ͥ�졤Perl��Ʊ�����餤���� + ���ƥ졼���ȥ��������� + �����١������쥯�� + �����ʥߥå������ǥ��� (�������ƥ�����ˤ��) - + �ܿ������⤤��¿����UNIX���ư�������Ǥʤ���DOS��Windows�� - Mac��BeOS�ʤɤξ�Ǥ�ư�� - + + �ܿ������⤤��¿����Unix-like/POSIX�ߴ��ץ�åȥե������� + ư�������Ǥʤ���Windows�� Mac OS X��BeOS�ʤɤξ�Ǥ�ư�� + cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatformsJa * ����ˡ |