summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-29 16:20:59 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-29 16:20:59 +0000
commit8000354991970b4a90d0baf1b4576f4d0a90472c (patch)
tree8179f0c4f983b3bf067d63936b4a8b1976770992 /README
parent5e2eb31006b207775c98d6ac05c0b6de316f52a3 (diff)
merged r20018 from trunk into ruby_1_9_1.
* README, README.ja: Update the portability section. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index b898003937..7e8370ec59 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