[MLton-commit] r7195
Matthew Fluet
fluet at mlton.org
Tue Jun 23 09:32:41 PDT 2009
Ran grab-wiki.
----------------------------------------------------------------------
U mlton/trunk/doc/guide/CompileTimeOptions
U mlton/trunk/doc/guide/Features
U mlton/trunk/doc/guide/ForeignFunctionInterfaceSyntax
U mlton/trunk/doc/guide/MLTONWIKIVERSION
U mlton/trunk/doc/guide/MatthewFluet
U mlton/trunk/doc/guide/PageSize
U mlton/trunk/doc/guide/Release200907XX
U mlton/trunk/doc/guide/ReleaseChecklist
U mlton/trunk/doc/guide/RunningOnCygwin
U mlton/trunk/doc/guide/SystemInfo
----------------------------------------------------------------------
Modified: mlton/trunk/doc/guide/CompileTimeOptions
===================================================================
--- mlton/trunk/doc/guide/CompileTimeOptions 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/CompileTimeOptions 2009-06-23 16:32:40 UTC (rev 7195)
@@ -55,7 +55,7 @@
</table>
<div id="content" lang="en" dir="ltr">
-MLton's compile-time options control the name of the output file, the verbosity of compile-time messages, and whether or not certain optimizations are performed. They also can specify which intermediate files are saved and can stop the compilation process early, at some intermediate pass, in which case compilation can be resumed by passing the generated files to MLton. MLton uses the input file suffix to determine the type of input program. The possibilities are <tt>.c</tt>, <tt>.cm</tt>, <tt>.mlb</tt>, <tt>.o</tt>, <tt>.S</tt>, and <tt>.sml</tt>. <p>
+MLton's compile-time options control the name of the output file, the verbosity of compile-time messages, and whether or not certain optimizations are performed. They also can specify which intermediate files are saved and can stop the compilation process early, at some intermediate pass, in which case compilation can be resumed by passing the generated files to MLton. MLton uses the input file suffix to determine the type of input program. The possibilities are <tt>.c</tt>, <tt>.cm</tt>, <tt>.mlb</tt>, <tt>.o</tt>, <tt>.s</tt>, and <tt>.sml</tt>. <p>
With no arguments, MLton prints the version number and exits. For a usage message, run MLton with an invalid switch, e.g. <tt>mlton -z</tt>. In the explanation below and in the usage message, for flags that take a number of choices (e.g. <tt>{true|false}</tt>), the first value listed is the default.
</p>
<h2 id="head-6bf5da9c080bee3a8142586c412aa39971137eee">Options</h2>
@@ -137,7 +137,7 @@
</li>
<li class="gap">
<p>
- <tt>-ieee-fp </tt>{false|true} <br>
+ <tt>-ieee-fp {false|true}</tt> <br>
Cause the native code generator to be pedantic about following the IEEE floating point standard. By default, it is not, because of the performance cost. This only has an effect with <tt>-codegen x86</tt>.
</p>
</li>
@@ -157,7 +157,7 @@
<td>
<tt>g</tt> </td>
<td>
- generated <tt>.S</tt> and <tt>.c</tt> files passed to gcc and the assembler </td>
+ generated <tt>.c</tt> and <tt>.s</tt> files passed to gcc and the assembler </td>
</tr>
<tr>
<td>
@@ -266,7 +266,7 @@
<td>
<tt>g</tt> </td>
<td>
- generated <tt>.S</tt> and <tt>.c</tt> files </td>
+ generated <tt>.c</tt> and <tt>.s</tt> files </td>
</tr>
<tr>
<td>
@@ -285,7 +285,7 @@
</table>
</div>
<p>
- If you compile with <tt>-stop g</tt> or <tt>-stop o</tt>, you can resume compilation by running MLton on the generated <tt>.c</tt> and <tt>.S</tt> or <tt>.o</tt> files.
+ If you compile with <tt>-stop g</tt> or <tt>-stop o</tt>, you can resume compilation by running MLton on the generated <tt>.c</tt> and <tt>.s</tt> or <tt>.o</tt> files.
</p>
</li>
<li class="gap">
@@ -355,5 +355,5 @@
<p>
<hr>
-Last edited on 2009-06-05 16:16:22 by <span title="adsl-99-131-135-212.dsl.emhril.sbcglobal.net"><a href="MatthewFluet">MatthewFluet</a></span>.
+Last edited on 2009-06-23 16:01:50 by <span title="fenrir.uchicago.edu"><a href="MatthewFluet">MatthewFluet</a></span>.
</body></html>
Modified: mlton/trunk/doc/guide/Features
===================================================================
--- mlton/trunk/doc/guide/Features 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/Features 2009-06-23 16:32:40 UTC (rev 7195)
@@ -82,7 +82,7 @@
</li>
<li>
<p>
- <a href="RunningOnLinux">Linux</a> (Debian, Red Hat, ...)
+ <a href="RunningOnLinux">Linux</a> (Debian, Fedora, ...)
</p>
</li>
@@ -99,7 +99,7 @@
<li>
<p>
- <a href="RunningOnHPUX">HPUX</a> (11.00 and above)
+ <a href="RunningOnHPUX">HPUX</a> (11.11 and above)
</p>
</li>
<li>
@@ -113,6 +113,23 @@
<li class="gap">
<p>
+ <a href="RunningOnIA64">IA64</a>:
+</p>
+</li>
+
+ <ul>
+
+ <li>
+<p>
+ <a href="RunningOnHPUX">HPUX</a> (11.11 and above)
+</p>
+</li>
+
+ </ul>
+
+
+ <li class="gap">
+<p>
<a href="RunningOnPowerPC">PowerPC</a>:
</p>
</li>
@@ -121,7 +138,7 @@
<li>
<p>
- <a href="RunningOnAIX">AIX</a> (5.1 and above)
+ <a href="RunningOnAIX">AIX</a> (5.2 and above)
</p>
</li>
<li>
@@ -140,6 +157,23 @@
<li class="gap">
<p>
+ <a href="RunningOnPowerPC64">PowerPC64</a>:
+</p>
+</li>
+
+ <ul>
+
+ <li>
+<p>
+ <a href="RunningOnAIX">AIX</a> (5.2 and above)
+</p>
+</li>
+
+ </ul>
+
+
+ <li class="gap">
+<p>
<a href="RunningOnSparc">Sparc</a>
</p>
</li>
@@ -185,7 +219,7 @@
</li>
<li>
<p>
- <a href="RunningOnLinux">Linux</a> (Debian, Red Hat, ...)
+ <a href="RunningOnLinux">Linux</a> (Debian, Fedora, ...)
</p>
</li>
<li>
@@ -436,5 +470,5 @@
<p>
<hr>
-Last edited on 2009-06-12 16:17:49 by <span title="fenrir.uchicago.edu"><a href="MatthewFluet">MatthewFluet</a></span>.
+Last edited on 2009-06-22 16:02:38 by <span title="c-67-165-143-160.hsd1.il.comcast.net"><a href="MatthewFluet">MatthewFluet</a></span>.
</body></html>
Modified: mlton/trunk/doc/guide/ForeignFunctionInterfaceSyntax
===================================================================
--- mlton/trunk/doc/guide/ForeignFunctionInterfaceSyntax 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/ForeignFunctionInterfaceSyntax 2009-06-23 16:32:40 UTC (rev 7195)
@@ -134,6 +134,9 @@
</ul>
+<p>
+See <a href="MLtonPointer"> MLtonPointer</a> for functions that manipulate C pointers.
+</p>
<h2 id="head-3f84ef531f9db996694ad09a8fdddbca1440577e">Symbol</h2>
<pre>_symbol "CVariableName" attr... : (unit -> cBaseTy) * (cBaseTy -> unit);
@@ -289,5 +292,5 @@
<p>
<hr>
-Last edited on 2009-06-10 20:08:16 by <span title="fenrir.uchicago.edu"><a href="MatthewFluet">MatthewFluet</a></span>.
+Last edited on 2009-06-22 16:17:40 by <span title="c-67-165-143-160.hsd1.il.comcast.net"><a href="MatthewFluet">MatthewFluet</a></span>.
</body></html>
Modified: mlton/trunk/doc/guide/MLTONWIKIVERSION
===================================================================
--- mlton/trunk/doc/guide/MLTONWIKIVERSION 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/MLTONWIKIVERSION 2009-06-23 16:32:40 UTC (rev 7195)
@@ -1 +1 @@
-20090619
+20090623
Modified: mlton/trunk/doc/guide/MatthewFluet
===================================================================
--- mlton/trunk/doc/guide/MatthewFluet 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/MatthewFluet 2009-06-23 16:32:40 UTC (rev 7195)
@@ -171,6 +171,11 @@
<li>
<p>
+ <tt>MST_DONTWAIT</tt> isn't Posix
+</p>
+</li>
+ <li>
+<p>
coordinate w/ Dan Spoonhower and Lukasz Ziarek and Armand Navabi on multi-threaded
</p>
</li>
@@ -477,6 +482,38 @@
<a href="http://mlton.org/pipermail/mlton-user/2009-June/001542.html"><img src="moin-www.png" alt="[WWW]" height="11" width="11">http://mlton.org/pipermail/mlton-user/2009-June/001542.html</a>
</p>
</li>
+
+ </ul>
+
+
+ <li>
+<p>
+ eliminate <tt>-build-constants</tt>
+</p>
+</li>
+
+ <ul>
+
+ <li>
+<p>
+ all <tt>_const</tt>s are known by <tt>runtime/gen/basis-ffi.def</tt>
+</p>
+</li>
+ <li>
+<p>
+ generate <tt>gen-constants.c</tt> from <tt>basis-ffi.def</tt>
+</p>
+</li>
+ <li>
+<p>
+ generate <tt>constants</tt> from <tt>gen-constants.c</tt> and <tt>libmlton.a</tt>
+</p>
+</li>
+ <li>
+<p>
+ similar to <tt>gen-sizes.c</tt> and <tt>sizes</tt>
+</p>
+</li>
</ul>
</ul>
@@ -487,5 +524,5 @@
<p>
<hr>
-Last edited on 2009-06-19 14:45:02 by <span title="fenrir.uchicago.edu"><a href="MatthewFluet">MatthewFluet</a></span>.
+Last edited on 2009-06-22 01:40:55 by <span title="c-67-165-143-160.hsd1.il.comcast.net"><a href="MatthewFluet">MatthewFluet</a></span>.
</body></html>
Modified: mlton/trunk/doc/guide/PageSize
===================================================================
--- mlton/trunk/doc/guide/PageSize 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/PageSize 2009-06-23 16:32:40 UTC (rev 7195)
@@ -62,8 +62,6 @@
<li>
<tt> 30352 </tt><a href="Fold">Fold</a></li>
<li>
-<tt> 29165 </tt><a href="http://mlton.org/HenryCejtin_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">HenryCejtin/MoinEditorBackup</a></li>
-<li>
<tt> 18835 </tt><a href="TypeIndexedValues">TypeIndexedValues</a></li>
<li>
<tt> 17714 </tt><a href="MLtonContIsolateImplementation">MLtonContIsolateImplementation</a></li>
@@ -88,8 +86,6 @@
<li>
<tt> 8843 </tt><a href="SyntacticConventions">SyntacticConventions</a></li>
<li>
-<tt> 8426 </tt><a href="http://mlton.org/MichaelNorrish_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">MichaelNorrish/MoinEditorBackup</a></li>
-<li>
<tt> 8380 </tt><a href="ValueRestriction">ValueRestriction</a></li>
<li>
<tt> 8363 </tt><a href="PrintfGentle">PrintfGentle</a></li>
@@ -102,8 +98,6 @@
<li>
<tt> 7144 </tt><a href="MLtonStructure">MLtonStructure</a></li>
<li>
-<tt> 6814 </tt><a href="http://mlton.org/AdamGoode_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">AdamGoode/MoinEditorBackup</a></li>
-<li>
<tt> 6796 </tt><a href="ForLoops">ForLoops</a></li>
<li>
<tt> 6777 </tt><a href="MLtonThread">MLtonThread</a></li>
@@ -114,11 +108,9 @@
<li>
<tt> 6401 </tt><a href="Bugs20041109">Bugs20041109</a></li>
<li>
-<tt> 6288 </tt><a href="http://mlton.org/JesperLouisAndersen_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">JesperLouisAndersen/MoinEditorBackup</a></li>
-<li>
<tt> 6206 </tt><a href="Elaborate">Elaborate</a></li>
<li>
-<tt> 6006 </tt><a href="Features">Features</a></li>
+<tt> 6156 </tt><a href="Features">Features</a></li>
<li>
<tt> 5995 </tt><a href="PolymorphicEquality">PolymorphicEquality</a></li>
<li>
@@ -132,8 +124,6 @@
<li>
<tt> 5688 </tt><a href="MLtonSignal">MLtonSignal</a></li>
<li>
-<tt> 5634 </tt><a href="http://mlton.org/StephenWeeks_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">StephenWeeks/MoinEditorBackup</a></li>
-<li>
<tt> 5348 </tt><a href="Release20070826">Release20070826</a></li>
<li>
<tt> 5326 </tt><a href="CompilationManager">CompilationManager</a></li>
@@ -152,30 +142,28 @@
<li>
<tt> 4670 </tt><a href="TypeChecking">TypeChecking</a></li>
<li>
-<tt> 4511 </tt><a href="ForeignFunctionInterfaceSyntax">ForeignFunctionInterfaceSyntax</a></li>
+<tt> 4588 </tt><a href="ForeignFunctionInterfaceSyntax">ForeignFunctionInterfaceSyntax</a></li>
<li>
+<tt> 4474 </tt><a href="MatthewFluet">MatthewFluet</a></li>
+<li>
<tt> 4456 </tt><a href="TypeVariableScope">TypeVariableScope</a></li>
<li>
-<tt> 4452 </tt><a href="http://mlton.org/VesaKarvonen_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">VesaKarvonen/MoinEditorBackup</a></li>
-<li>
<tt> 4440 </tt><a href="MLBasisExamples">MLBasisExamples</a></li>
<li>
+<tt> 4413 </tt><a href="ReleaseChecklist">ReleaseChecklist</a></li>
+<li>
<tt> 4350 </tt><a href="EmacsDefUseMode">EmacsDefUseMode</a></li>
<li>
<tt> 4301 </tt><a href="SelfCompiling">SelfCompiling</a></li>
<li>
<tt> 4293 </tt><a href="Bugs20051202">Bugs20051202</a></li>
<li>
-<tt> 4283 </tt><a href="ReleaseChecklist">ReleaseChecklist</a></li>
-<li>
<tt> 4279 </tt><a href="Users">Users</a></li>
<li>
<tt> 4244 </tt><a href="Fold01N">Fold01N</a></li>
<li>
<tt> 4194 </tt><a href="MLtonProfile">MLtonProfile</a></li>
<li>
-<tt> 4147 </tt><a href="MatthewFluet">MatthewFluet</a></li>
-<li>
<tt> 4104 </tt><a href="Printf">Printf</a></li>
<li>
<tt> 4018 </tt><a href="Bugs20070826">Bugs20070826</a></li>
@@ -184,7 +172,7 @@
<li>
<tt> 3961 </tt><a href="UniversalType">UniversalType</a></li>
<li>
-<tt> 3916 </tt><a href="Release200907XX">Release200907XX</a></li>
+<tt> 3923 </tt><a href="Release200907XX">Release200907XX</a></li>
<li>
<tt> 3758 </tt><a href="ReturnStatement">ReturnStatement</a></li>
<li>
@@ -228,30 +216,28 @@
<li>
<tt> 2646 </tt><a href="MLtonSocket">MLtonSocket</a></li>
<li>
-<tt> 2634 </tt><a href="http://mlton.org/WesleyTerpstra_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">WesleyTerpstra/MoinEditorBackup</a></li>
-<li>
<tt> 2598 </tt><a href="CompilerOverview">CompilerOverview</a></li>
<li>
<tt> 2580 </tt><a href="GenerativeException">GenerativeException</a></li>
<li>
-<tt> 2533 </tt><a href="http://mlton.org/Experimental"><img src="moin-www.png" alt="[WWW]" height="11" width="11">Experimental</a></li>
-<li>
<tt> 2525 </tt><a href="MatchCompile">MatchCompile</a></li>
<li>
<tt> 2495 </tt><a href="CrossCompiling">CrossCompiling</a></li>
<li>
+<tt> 2487 </tt><a href="http://mlton.org/MatthewFluet_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">MatthewFluet/MoinEditorBackup</a></li>
+<li>
<tt> 2472 </tt><a href="Emacs">Emacs</a></li>
<li>
<tt> 2463 </tt><a href="ProfilingTime">ProfilingTime</a></li>
<li>
-<tt> 2450 </tt><a href="http://mlton.org/ChrisClearwater_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">ChrisClearwater/MoinEditorBackup</a></li>
-<li>
<tt> 2433 </tt><a href="ShowBasis">ShowBasis</a></li>
<li>
<tt> 2393 </tt><a href="MLBasisAnnotations">MLBasisAnnotations</a></li>
<li>
<tt> 2390 </tt><a href="CallingFromCToSML">CallingFromCToSML</a></li>
<li>
+<tt> 2388 </tt><a href="http://mlton.org/Experimental"><img src="moin-www.png" alt="[WWW]" height="11" width="11">Experimental</a></li>
+<li>
<tt> 2361 </tt><a href="MLtonPointer">MLtonPointer</a></li>
<li>
<tt> 2355 </tt><a href="OCaml">OCaml</a></li>
@@ -400,8 +386,6 @@
<li>
<tt> 1157 </tt><a href="DeadCode">DeadCode</a></li>
<li>
-<tt> 1136 </tt><a href="RunningOnCygwin">RunningOnCygwin</a></li>
-<li>
<tt> 1134 </tt><a href="LambdaFree">LambdaFree</a></li>
<li>
<tt> 1130 </tt><a href="CommonBlock">CommonBlock</a></li>
@@ -476,6 +460,8 @@
<li>
<tt> 736 </tt><a href="EtaExpansion">EtaExpansion</a></li>
<li>
+<tt> 725 </tt><a href="RunningOnCygwin">RunningOnCygwin</a></li>
+<li>
<tt> 723 </tt><a href="RayRacine">RayRacine</a></li>
<li>
<tt> 722 </tt><a href="Drawbacks">Drawbacks</a></li>
@@ -488,8 +474,6 @@
<li>
<tt> 701 </tt><a href="RSSASimplify">RSSASimplify</a></li>
<li>
-<tt> 686 </tt><a href="http://mlton.org/RayRacine_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">RayRacine/MoinEditorBackup</a></li>
-<li>
<tt> 682 </tt><a href="GarbageCollection">GarbageCollection</a></li>
<li>
<tt> 669 </tt><a href="CompilerPassTemplate">CompilerPassTemplate</a></li>
@@ -498,8 +482,6 @@
<li>
<tt> 661 </tt><a href="FrontEnd">FrontEnd</a></li>
<li>
-<tt> 660 </tt><a href="http://mlton.org/SureshJagannathan_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">SureshJagannathan/MoinEditorBackup</a></li>
-<li>
<tt> 655 </tt><a href="Swerve">Swerve</a></li>
<li>
<tt> 654 </tt><a href="EditingPages">EditingPages</a></li>
@@ -600,8 +582,6 @@
<li>
<tt> 412 </tt><a href="SMLSharp">SMLSharp</a></li>
<li>
-<tt> 410 </tt><a href="http://mlton.org/AndreiFormiga_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">AndreiFormiga/MoinEditorBackup</a></li>
-<li>
<tt> 410 </tt><a href="Polyvariance">Polyvariance</a></li>
<li>
<tt> 406 </tt><a href="PrecedenceParse">PrecedenceParse</a></li>
@@ -636,8 +616,6 @@
<li>
<tt> 340 </tt><a href="MatchCompilation">MatchCompilation</a></li>
<li>
-<tt> 329 </tt><a href="http://mlton.org/TomMurphy_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">TomMurphy/MoinEditorBackup</a></li>
-<li>
<tt> 329 </tt><a href="ImperativeTypeVariable">ImperativeTypeVariable</a></li>
<li>
<tt> 327 </tt><a href="MLtonArray">MLtonArray</a></li>
@@ -670,8 +648,6 @@
<li>
<tt> 257 </tt><a href="SMLNET">SMLNET</a></li>
<li>
-<tt> 255 </tt><a href="http://mlton.org/MatthewFluet_2fMoinEditorBackup"><img src="moin-www.png" alt="[WWW]" height="11" width="11">MatthewFluet/MoinEditorBackup</a></li>
-<li>
<tt> 254 </tt><a href="StandardMLHistory">StandardMLHistory</a></li>
<li>
<tt> 244 </tt><a href="TalkFromSMLTo">TalkFromSMLTo</a></li>
Modified: mlton/trunk/doc/guide/Release200907XX
===================================================================
--- mlton/trunk/doc/guide/Release200907XX 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/Release200907XX 2009-06-23 16:32:40 UTC (rev 7195)
@@ -433,7 +433,7 @@
</li>
<li>
<p>
- <a class="external" href="http://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=mlton"><img src="moin-www.png" alt="[WWW]" height="11" width="11">http://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=mlton</a>
+ <a class="external" href="http://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=mlton"><img src="moin-www.png" alt="[WWW]" height="11" width="11">Ubuntu</a>
</p>
</li>
@@ -462,5 +462,5 @@
<p>
<hr>
-Last edited on 2009-06-18 23:14:20 by <span title="c-67-165-143-160.hsd1.il.comcast.net"><a href="MatthewFluet">MatthewFluet</a></span>.
+Last edited on 2009-06-21 23:07:29 by <span title="c-67-165-143-160.hsd1.il.comcast.net"><a href="MatthewFluet">MatthewFluet</a></span>.
</body></html>
Modified: mlton/trunk/doc/guide/ReleaseChecklist
===================================================================
--- mlton/trunk/doc/guide/ReleaseChecklist 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/ReleaseChecklist 2009-06-23 16:32:40 UTC (rev 7195)
@@ -407,11 +407,6 @@
Debian: ???
</p>
</li>
- <li>
-<p>
- Red Hat: Fedora 8 will have MLton packaged soon after the release, at least for 32-bit arches. Fedora 7 and 6 will likely follow.
-</p>
-</li>
</ul>
@@ -422,7 +417,7 @@
<li>
<p>
- <tt>basis</tt> gets a snapshot of <a class="external" href="http://standardml.org/Basis"><img src="moin-www.png" alt="[WWW]" height="11" width="11">http://standardml.org/Basis</a>.
+ <tt>basis</tt> gets a snapshot of <a class="external" href="http://standardml.org/Basis"><img src="moin-www.png" alt="[WWW]" height="11" width="11">http://standardml.org/Basis</a> (if any relevant changes).
</p>
</li>
<li>
@@ -445,9 +440,24 @@
</li>
<li>
<p>
- copy <tt>guide/YYYYMMDD/Home</tt> to <tt>guide/YYYYMMDD/index.html</tt>.
+ Copy <tt>guide/YYYYMMDD/Home</tt> to <tt>guide/YYYYMMDD/index.html</tt>.
</p>
</li>
+ <li>
+<p>
+ Upload <tt>guide/guide-YYYYMMDD.tgz</tt> and unpack.
+</p>
+</li>
+ <li>
+<p>
+ Add <tt><Directory /var/www/html/mlton.org/guide/YYYYMMDD> DefaultType text/html </Directory></tt> to <tt>/etc/apache2/sites-available/mlton.org</tt>
+</p>
+</li>
+ <li>
+<p>
+ Restart <tt>apache2</tt> service.
+</p>
+</li>
</ul>
@@ -540,5 +550,5 @@
<p>
<hr>
-Last edited on 2007-08-30 18:30:38 by <span title="fenrir.uchicago.edu"><a href="MatthewFluet">MatthewFluet</a></span>.
+Last edited on 2009-06-22 17:44:32 by <span title="c-67-165-143-160.hsd1.il.comcast.net"><a href="MatthewFluet">MatthewFluet</a></span>.
</body></html>
Modified: mlton/trunk/doc/guide/RunningOnCygwin
===================================================================
--- mlton/trunk/doc/guide/RunningOnCygwin 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/RunningOnCygwin 2009-06-23 16:32:40 UTC (rev 7195)
@@ -69,14 +69,9 @@
</li>
<li class="gap">
<p>
- Cygwin's <tt>mmap</tt> emulation is less than perfect. Sometimes it interacts badly with <tt>Posix.Process.fork</tt>. For idiomatic uses of <tt>fork</tt> plus <tt>exec</tt>, you can instead use the <tt>MLton.Process.spawn</tt> family of functions, which work on all our platforms.
+ Cygwin's <tt>mmap</tt> emulation is less than perfect. Sometimes it interacts badly with <tt>Posix.Process.fork</tt>.
</p>
</li>
- <li class="gap">
-<p>
- Cygwin's <tt>mmap</tt> emulation does not make available as much contiguous virtual address space as using the Windows <tt>VirtualAlloc</tt> function. Earlier versions of MLton used <tt>VirtualAlloc</tt> instead of <tt>mmap</tt>, but that no longer works.
-</p>
-</li>
</ul>
@@ -98,5 +93,5 @@
<p>
<hr>
-Last edited on 2006-07-20 19:36:31 by <span title="ppp-71-139-187-151.dsl.snfc21.pacbell.net"><a href="StephenWeeks">StephenWeeks</a></span>.
+Last edited on 2009-06-23 14:48:47 by <span title="fenrir.uchicago.edu"><a href="MatthewFluet">MatthewFluet</a></span>.
</body></html>
Modified: mlton/trunk/doc/guide/SystemInfo
===================================================================
--- mlton/trunk/doc/guide/SystemInfo 2009-06-23 16:02:35 UTC (rev 7194)
+++ mlton/trunk/doc/guide/SystemInfo 2009-06-23 16:32:40 UTC (rev 7195)
@@ -57,7 +57,7 @@
<div id="content" lang="en" dir="ltr">
<p>
<dl><dt>Python Version</dt><dd>2.3.5 (#2, Sep 4 2005, 22:01:42)
-[GCC 3.3.5 (Debian 1:3.3.5-13)]</dd><dt>MoinMoin Version</dt><dd>Release 1.2.3 [Revision 1.186]</dd><dt>Number of pages</dt><dd>357</dd><dt>Number of system pages</dt><dd>2</dd><dt>Number of backup versions</dt><dd>2421</dd><dt>Accumulated page sizes</dt><dd>815535</dd><dt>Entries in edit log</dt><dd>3133 (312051 bytes)</dd><dt>Event log</dt><dd>45796628 bytes</dd><dt>Global extension macros</dt><dd>AbandonedPages, BR, FootNote, Form, FullSearch, GetText, Include, Navigation, OrphanedPages, PageHits, PageSize, RandomPage, RandomQuote, RecentChanges, ShowSmileys, StatsChart, SystemAdmin, TableOfContents, TeudView, WantedPages</dd><dt>Local extension macros</dt><dd>Cite, Div, DownloadSVN, Form, Improvement, IncludeSVN, Input, Span, TextArea, ViewCVS, ViewCVSDir, ViewSVN, ViewSVNDir, ViewSVNRev</dd><dt>Global extension actions</dt><dd>AttachFile, DeletePage, LikePages, LocalSiteMap, RenamePage, SpellCheck, links, rss_rc, titleindex</dd><dt>Local extension actions</dt><dd>AllLinks</dd><dt>Installed processors</dt><dd>CSV, Colorize</dd></dl
+[GCC 3.3.5 (Debian 1:3.3.5-13)]</dd><dt>MoinMoin Version</dt><dd>Release 1.2.3 [Revision 1.186]</dd><dt>Number of pages</dt><dd>345</dd><dt>Number of system pages</dt><dd>2</dd><dt>Number of backup versions</dt><dd>2461</dd><dt>Accumulated page sizes</dt><dd>749954</dd><dt>Entries in edit log</dt><dd>3189 (318308 bytes)</dd><dt>Event log</dt><dd>46521219 bytes</dd><dt>Global extension macros</dt><dd>AbandonedPages, BR, FootNote, Form, FullSearch, GetText, Include, Navigation, OrphanedPages, PageHits, PageSize, RandomPage, RandomQuote, RecentChanges, ShowSmileys, StatsChart, SystemAdmin, TableOfContents, TeudView, WantedPages</dd><dt>Local extension macros</dt><dd>Cite, Div, DownloadSVN, Form, Improvement, IncludeSVN, Input, Span, TextArea, ViewCVS, ViewCVSDir, ViewSVN, ViewSVNDir, ViewSVNRev</dd><dt>Global extension actions</dt><dd>AttachFile, DeletePage, LikePages, LocalSiteMap, RenamePage, SpellCheck, links, rss_rc, titleindex</dd><dt>Local extension actions</dt><dd>AllLinks</dd><dt>Installed processors</dt><dd>CSV, Colorize</dd></dl
</p>
</div>
More information about the MLton-commit
mailing list