From e8e9ddda66bb5e63f00a28c52bab88b7b7c050a2 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 29 Oct 2008 04:20:42 +0000 Subject: * README, README.ja: Update the portability section. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index b89800393..7e8370ec5 100644 --- a/README +++ b/README @@ -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 -- cgit