Backport from sid to buster
[hcoop/debian/mlton.git] / doc / guide / src / Release20100608.adoc
1 Release20100608
2 ===============
3
4 This is an archived public release of MLton, version 20100608.
5
6 == Changes since the last public release ==
7
8 * New platforms.
9 ** <:RunningOnAMD64:AMD64>/<:RunningOnDarwin:Darwin> (Mac OS X Snow Leopard)
10 ** <:RunningOnIA64:IA64>/<:RunningOnHPUX:HPUX>
11 ** <:RunningOnPowerPC64:PowerPC64>/<:RunningOnAIX:AIX>
12 * Compiler.
13 ** <:CompileTimeOptions:Command-line switches>.
14 *** Added: ++-mlb-path-var __<name> <value>__++
15 *** Removed: ++-keep sml++, ++-stop sml++
16 ** Improved constant folding of floating-point operations.
17 ** Experimental: Support for compiling to a C library; see <:LibrarySupport: documentation>.
18 ** Extended ++-show-def-use __output__++ to include types of variable definitions.
19 ** Deprecated features (to be removed in a future release)
20 *** Bytecode codegen: The bytecode codegen has not seen significant use and it is not well understood by any of the active developers.
21 *** Support for `.cm` files as input: The ML Basis system provides much better infrastructure for "programming in the very large" than the (very) limited support for CM. The `cm2mlb` tool (available in the source distribution) can be used to convert CM projects to MLB projects, preserving the CM scoping of module identifiers.
22 ** Bug fixes: see <!RawGitFile(mlton,on-20100608-release,doc/changelog)>
23 * Runtime.
24 ** <:RunTimeOptions:@MLton switches>.
25 *** Added: ++may-page-heap {false|true}++
26 ** ++may-page-heap++: By default, MLton will not page the heap to disk when unable to grow the heap to accommodate an allocation. (Previously, this behavior was the default, with no means to disable, with security an least-surprise issues.)
27 ** Bug fixes: see <!RawGitFile(mlton,on-20100608-release,doc/changelog)>
28 * Language.
29 ** Allow numeric characters in <:MLBasis:ML Basis> path variables.
30 * Libraries.
31 ** <:BasisLibrary:Basis Library>.
32 *** Bug fixes: see <!RawGitFile(mlton,on-20100608-release,doc/changelog)>
33 ** <:MLtonStructure:MLton structure>.
34 *** Added: `MLton.equal`, `MLton.hash`, `MLton.Cont.isolate`, `MLton.GC.Statistics`, `MLton.Pointer.sizeofPointer`, `MLton.Socket.Address.toVector`
35 *** Changed:
36 *** Deprecated: `MLton.Socket`
37 ** <:UnsafeStructure:Unsafe structure>.
38 *** Added versions of all of the monomorphic array and vector structures.
39 ** Other libraries.
40 *** Updated: <:CKitLibrary:ckit library>, <:MLRISCLibrary:MLRISC library>, <:SMLNJLibrary:SML/NJ library>.
41 * Tools.
42 ** `mllex`
43 *** Eliminated top-level `type int = Int.int` in output.
44 *** Include `(*#line line:col "file.lex" *)` directives in output.
45 *** Added `%posint` command, to set the `yypos` type and allow the lexing of multi-gigabyte files.
46 ** `mlnlffigen`
47 *** Added command-line switches `-linkage archive` and `-linkage shared`.
48 *** Deprecated command-line switch `-linkage static`.
49 *** Added support for <:RunningOnIA64:IA64> and <:RunningOnHPPA:HPPA> targets.
50 ** `mlyacc`
51 *** Eliminated top-level `type int = Int.int` in output.
52 *** Include `(*#line line:col "file.grm" *)` directives in output.
53
54 For a complete list of changes and bug fixes since <:Release20070826:>, see the
55 <!RawGitFile(mlton,on-20100608-release,doc/changelog)>
56 and <:Bugs20070826:>.
57
58 == 20100608 binary packages ==
59
60 * AMD64 (aka "x86-64" or "x64")
61 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.amd64-darwin.gmp-macports.tgz[Darwin (.tgz)] 10.3 (Mac OS X Snow Leopard), dynamically linked against <:GnuMP:> in `/opt/local/lib` (suitable for http://macports.org[MacPorts] install of <:GnuMP:>)
62 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.amd64-darwin.gmp-static.tgz[Darwin (.tgz)] 10.3 (Mac OS X Snow Leopard), statically linked against <:GnuMP:> (but requires <:GnuMP:> for generated executables)
63 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.amd64-linux.tgz[Linux], glibc 2.11
64 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.amd64-linux.static.tgz[Linux], statically linked
65 ** Windows MinGW 32/64 http://sourceforge.net/projects/mlton/files/mlton/20100608/MLton-20100608-1.exe[self-extracting] (28MB) or http://sourceforge.net/projects/mlton/files/mlton/20100608/MLton-20100608-1.msi[MSI] (61MB) installer
66 * X86
67 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.x86-cygwin.tgz[Cygwin] 1.7.5
68 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.x86-darwin.gmp-macports.tgz[Darwin (.tgz)] 9.8 (Mac OS X Leopard), dynamically linked against <:GnuMP:> in `/opt/local/lib` (suitable for http://macports.org[MacPorts] install of <:GnuMP:>)
69 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.x86-darwin.gmp-static.tgz[Darwin (.tgz)] 9.8 (Mac OS X Leopard), statically linked against <:GnuMP:> (but requires <:GnuMP:> for generated executables)
70 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.x86-linux.tgz[Linux], glibc 2.11
71 ** http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608-1.x86-linux.static.tgz[Linux], statically linked
72 ** Windows MinGW 32/64 http://sourceforge.net/projects/mlton/files/mlton/20100608/MLton-20100608-1.exe[self-extracting] (28MB) or http://sourceforge.net/projects/mlton/files/mlton/20100608/MLton-20100608-1.msi[MSI] (61MB) installer
73
74 == 20100608 source packages ==
75
76 * http://sourceforge.net/projects/mlton/files/mlton/20100608/mlton-20100608.src.tgz[mlton-20100608.src.tgz]
77
78 == Packages available at other sites ==
79
80 * http://packages.debian.org/search?keywords=mlton&searchon=names&suite=all&section=all[Debian]
81 * http://www.freebsd.org/cgi/ports.cgi?query=mlton&stype=all[FreeBSD]
82 * https://admin.fedoraproject.org/pkgdb/acls/name/mlton[Fedora]
83 * http://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=mlton[Ubuntu]
84
85 == Also see ==
86
87 * <:Bugs20100608:>
88 * http://www.mlton.org/guide/20100608/[MLton Guide (20100608)].
89 +
90 A snapshot of the MLton wiki at the time of release.