|
| 1 | +Release20210117 |
| 2 | +=============== |
| 3 | + |
| 4 | +Here you can download the latest public release of MLton, version 20210117. |
| 5 | + |
| 6 | +== Changes since <:Release20201002: MLton 20201002> == |
| 7 | + |
| 8 | +* Compiler. |
| 9 | + ** Fix bug in `SimplifyTypes` SSA optimization pass. |
| 10 | +* Libraries. |
| 11 | + ** Other libraries. |
| 12 | + *** Updated: ckit library, MLLPT library, MLRISC library, SML/NJ library |
| 13 | +* Other. |
| 14 | + ** Preliminary support for `arm64-darwin`. |
| 15 | + ** Fix bug in `Makefile.binary` detecting default position-independent style. |
| 16 | + |
| 17 | +For a complete list of changes and bug fixes since |
| 18 | +<:Release20201002:>, see the |
| 19 | +<!ViewGitFile(mlton,on-20210117-release,CHANGELOG.adoc)> and |
| 20 | +<:Bugs20201002:>. |
| 21 | + |
| 22 | +== 20210117 binary packages == |
| 23 | + |
| 24 | +* AMD64 (aka "x86-64" or "x64") |
| 25 | +** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-1.amd64-darwin-19.6.gmp-homebrew.tgz[Darwin (.tgz)] 19.6 (Mac OS X Catalina), dynamically linked against <:GMP:> in `/usr/local/lib` (suitable for https://brew.sh/[Homebrew] install of <:GMP:>) |
| 26 | +** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-1.amd64-darwin-19.6.gmp-static.tgz[Darwin (.tgz)] 19.6 (Mac OS X Catalina), statically linked against <:GMP:> (but requires <:GMP:> for generated executables) |
| 27 | +// ** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-1.amd64-darwin-17.7.gmp-homebrew.tgz[Darwin (.tgz)] 17.7 (Mac OS X High Sierra), dynamically linked against <:GMP:> in `/usr/local/lib` (suitable for https://brew.sh/[Homebrew] install of <:GMP:>) |
| 28 | +// ** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-1.amd64-darwin-17.7.gmp-static.tgz[Darwin (.tgz)] 17.7 (Mac OS X High Sierra), statically linked against <:GMP:> (but requires <:GMP:> for generated executables) |
| 29 | +** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-1.amd64-linux.tgz[Linux (.tgz)], glibc 2.31 (Ubuntu 20.04) |
| 30 | +// ** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-amd64-mingw.tgz[MinGW (.tgz)], gcc 10.1.0, statically linked against <:GMP:>; contributed by Bernard Berthomieu; see http://projects.laas.fr/tina/software.php for details and installation instructions |
| 31 | +// ** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-amd64-mingw-gmp-dynamic.tgz[MinGW (.tgz)], gcc 10.1.0, dynamically linked against <:GMP:>; contributed by Bernard Berthomieu; see http://projects.laas.fr/tina/software.php for details and installation instructions |
| 32 | +// ** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-amd64-solaris-gmp-dynamic.tgz[Solaris (.tgz)] 11.4, dynamically linked against <:GMP:>; contributed by Bernard Berthomieu |
| 33 | +// * x86 |
| 34 | +// ** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-x86-mingw.tgz[MinGW (.tgz)], gcc 10.1.0, statically linked against <:GMP:>; contributed by Bernard Berthomieu; see http://projects.laas.fr/tina/software.php for details and installation instructions |
| 35 | +// ** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-x86-mingw-gmp-dynamic.tgz[MinGW (.tgz)], gcc 10.1.0, dynamically linked against <:GMP:>; contributed by Bernard Berthomieu; see http://projects.laas.fr/tina/software.php for details and installation instructions |
| 36 | +// ** https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117-x86-solaris-gmp-dynamic.tgz[Solaris (.tgz)] 11.4, dynamically linked against <:GMP:>; contributed by Bernard Berthomieu |
| 37 | + |
| 38 | +// === Binary packages available at other sites |
| 39 | + |
| 40 | +// * http://projects.laas.fr/tina/software.php[TINA toolbox]: Includes binary |
| 41 | +// releases for: amd64-darwin Mac OS X Sierra (both statically and dynamically |
| 42 | +// linked against <:GMP:>), amd64-linux Ubuntu 14 (both statically and |
| 43 | +// dynamically linked against <:GMP:>), amd64-mingw and x86-mingw MSys2 (both |
| 44 | +// statically and dynamically linked against <:GMP:>), amd64-solaris and |
| 45 | +// x86-solaris Solaris 11.4 (both statically and dynamically linked against |
| 46 | +// <:GMP:>), and x86-linux Ubuntu 16 (both statically and dynamically linked |
| 47 | +// against <:GMP:>). |
| 48 | + |
| 49 | +== 20210117 source packages == |
| 50 | + |
| 51 | + * https://sourceforge.net/projects/mlton/files/mlton/20210117/mlton-20210117.src.tgz[mlton-20210117.src.tgz] |
| 52 | + |
| 53 | +== Also see == |
| 54 | + |
| 55 | +* <:Bugs20210117:> |
| 56 | +* http://www.mlton.org/guide/20210117/[MLton Guide (20210117)]. |
| 57 | ++ |
| 58 | +A snapshot of the MLton website at the time of release. |
0 commit comments