[MLton-commit] r5975
Matthew Fluet
fluet at mlton.org
Thu Aug 30 11:27:27 PDT 2007
Only mention Linux distros for archs where we haven't hosted binary .tgz builds.
----------------------------------------------------------------------
U mlton/trunk/doc/README
----------------------------------------------------------------------
Modified: mlton/trunk/doc/README
===================================================================
--- mlton/trunk/doc/README 2007-08-28 12:44:54 UTC (rev 5974)
+++ mlton/trunk/doc/README 2007-08-30 18:27:26 UTC (rev 5975)
@@ -3,12 +3,12 @@
+ Portability.
Runs on the following platforms.
- o AMD64: FreeBSD, Linux (Debian, RedHat, ...).
+ o AMD64: FreeBSD, Linux.
o HPPA: HPUX (11.00 and above), Linux (Debian).
- o PowerPC: AIX (5.1 and above), Darwin (Mac OS X), Linux (Debian).
- o X86: Cygwin/Windows, Darwin (Mac OS X), FreeBSD,
- Linux (Debian, RedHat, ...), MinGW/Windows, NetBSD, OpenBSD.
- o Sparc: Linux (Debian), Solaris.
+ o PowerPC: AIX (5.1 and above), Darwin (Mac OS X), Linux (Debian, Fedora).
+ o Sparc: Linux (Debian), Solaris (8 and above).
+ o X86: Cygwin/Windows, Darwin (Mac OS X), FreeBSD, Linux, MinGW/Windows,
+ NetBSD, OpenBSD.
+ Robustness.
o Supports the full SML 97 language as given in The Definition
of Standard ML (Revised).
@@ -19,7 +19,7 @@
more on 64-bit systems).
o Array lengths up to 2^31 - 1, the largest possible
twos-complement 32-bit integer.
- o Supports for large files, using 64-bit file positions.
+ o Support for large files, using 64-bit file positions.
+ Performance.
o Executables have excellent running times.
o Generates small executables.
More information about the MLton-commit
mailing list