[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&nbsp;-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&nbsp;</tt>{false|true}  <br>
+ <tt>-ieee-fp&nbsp;{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&nbsp;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&nbsp;g</tt> or <tt>-stop&nbsp;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&nbsp;g</tt> or <tt>-stop&nbsp;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 -&gt; cBaseTy) * (cBaseTy -&gt; 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>&nbsp;30352 </tt><a href="Fold">Fold</a></li>
 <li>
-<tt>&nbsp;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>&nbsp;18835 </tt><a href="TypeIndexedValues">TypeIndexedValues</a></li>
 <li>
 <tt>&nbsp;17714 </tt><a href="MLtonContIsolateImplementation">MLtonContIsolateImplementation</a></li>
@@ -88,8 +86,6 @@
 <li>
 <tt>&nbsp;&nbsp;8843 </tt><a href="SyntacticConventions">SyntacticConventions</a></li>
 <li>
-<tt>&nbsp;&nbsp;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>&nbsp;&nbsp;8380 </tt><a href="ValueRestriction">ValueRestriction</a></li>
 <li>
 <tt>&nbsp;&nbsp;8363 </tt><a href="PrintfGentle">PrintfGentle</a></li>
@@ -102,8 +98,6 @@
 <li>
 <tt>&nbsp;&nbsp;7144 </tt><a href="MLtonStructure">MLtonStructure</a></li>
 <li>
-<tt>&nbsp;&nbsp;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>&nbsp;&nbsp;6796 </tt><a href="ForLoops">ForLoops</a></li>
 <li>
 <tt>&nbsp;&nbsp;6777 </tt><a href="MLtonThread">MLtonThread</a></li>
@@ -114,11 +108,9 @@
 <li>
 <tt>&nbsp;&nbsp;6401 </tt><a href="Bugs20041109">Bugs20041109</a></li>
 <li>
-<tt>&nbsp;&nbsp;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>&nbsp;&nbsp;6206 </tt><a href="Elaborate">Elaborate</a></li>
 <li>
-<tt>&nbsp;&nbsp;6006 </tt><a href="Features">Features</a></li>
+<tt>&nbsp;&nbsp;6156 </tt><a href="Features">Features</a></li>
 <li>
 <tt>&nbsp;&nbsp;5995 </tt><a href="PolymorphicEquality">PolymorphicEquality</a></li>
 <li>
@@ -132,8 +124,6 @@
 <li>
 <tt>&nbsp;&nbsp;5688 </tt><a href="MLtonSignal">MLtonSignal</a></li>
 <li>
-<tt>&nbsp;&nbsp;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>&nbsp;&nbsp;5348 </tt><a href="Release20070826">Release20070826</a></li>
 <li>
 <tt>&nbsp;&nbsp;5326 </tt><a href="CompilationManager">CompilationManager</a></li>
@@ -152,30 +142,28 @@
 <li>
 <tt>&nbsp;&nbsp;4670 </tt><a href="TypeChecking">TypeChecking</a></li>
 <li>
-<tt>&nbsp;&nbsp;4511 </tt><a href="ForeignFunctionInterfaceSyntax">ForeignFunctionInterfaceSyntax</a></li>
+<tt>&nbsp;&nbsp;4588 </tt><a href="ForeignFunctionInterfaceSyntax">ForeignFunctionInterfaceSyntax</a></li>
 <li>
+<tt>&nbsp;&nbsp;4474 </tt><a href="MatthewFluet">MatthewFluet</a></li>
+<li>
 <tt>&nbsp;&nbsp;4456 </tt><a href="TypeVariableScope">TypeVariableScope</a></li>
 <li>
-<tt>&nbsp;&nbsp;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>&nbsp;&nbsp;4440 </tt><a href="MLBasisExamples">MLBasisExamples</a></li>
 <li>
+<tt>&nbsp;&nbsp;4413 </tt><a href="ReleaseChecklist">ReleaseChecklist</a></li>
+<li>
 <tt>&nbsp;&nbsp;4350 </tt><a href="EmacsDefUseMode">EmacsDefUseMode</a></li>
 <li>
 <tt>&nbsp;&nbsp;4301 </tt><a href="SelfCompiling">SelfCompiling</a></li>
 <li>
 <tt>&nbsp;&nbsp;4293 </tt><a href="Bugs20051202">Bugs20051202</a></li>
 <li>
-<tt>&nbsp;&nbsp;4283 </tt><a href="ReleaseChecklist">ReleaseChecklist</a></li>
-<li>
 <tt>&nbsp;&nbsp;4279 </tt><a href="Users">Users</a></li>
 <li>
 <tt>&nbsp;&nbsp;4244 </tt><a href="Fold01N">Fold01N</a></li>
 <li>
 <tt>&nbsp;&nbsp;4194 </tt><a href="MLtonProfile">MLtonProfile</a></li>
 <li>
-<tt>&nbsp;&nbsp;4147 </tt><a href="MatthewFluet">MatthewFluet</a></li>
-<li>
 <tt>&nbsp;&nbsp;4104 </tt><a href="Printf">Printf</a></li>
 <li>
 <tt>&nbsp;&nbsp;4018 </tt><a href="Bugs20070826">Bugs20070826</a></li>
@@ -184,7 +172,7 @@
 <li>
 <tt>&nbsp;&nbsp;3961 </tt><a href="UniversalType">UniversalType</a></li>
 <li>
-<tt>&nbsp;&nbsp;3916 </tt><a href="Release200907XX">Release200907XX</a></li>
+<tt>&nbsp;&nbsp;3923 </tt><a href="Release200907XX">Release200907XX</a></li>
 <li>
 <tt>&nbsp;&nbsp;3758 </tt><a href="ReturnStatement">ReturnStatement</a></li>
 <li>
@@ -228,30 +216,28 @@
 <li>
 <tt>&nbsp;&nbsp;2646 </tt><a href="MLtonSocket">MLtonSocket</a></li>
 <li>
-<tt>&nbsp;&nbsp;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>&nbsp;&nbsp;2598 </tt><a href="CompilerOverview">CompilerOverview</a></li>
 <li>
 <tt>&nbsp;&nbsp;2580 </tt><a href="GenerativeException">GenerativeException</a></li>
 <li>
-<tt>&nbsp;&nbsp;2533 </tt><a href="http://mlton.org/Experimental"><img src="moin-www.png" alt="[WWW]" height="11" width="11">Experimental</a></li>
-<li>
 <tt>&nbsp;&nbsp;2525 </tt><a href="MatchCompile">MatchCompile</a></li>
 <li>
 <tt>&nbsp;&nbsp;2495 </tt><a href="CrossCompiling">CrossCompiling</a></li>
 <li>
+<tt>&nbsp;&nbsp;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>&nbsp;&nbsp;2472 </tt><a href="Emacs">Emacs</a></li>
 <li>
 <tt>&nbsp;&nbsp;2463 </tt><a href="ProfilingTime">ProfilingTime</a></li>
 <li>
-<tt>&nbsp;&nbsp;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>&nbsp;&nbsp;2433 </tt><a href="ShowBasis">ShowBasis</a></li>
 <li>
 <tt>&nbsp;&nbsp;2393 </tt><a href="MLBasisAnnotations">MLBasisAnnotations</a></li>
 <li>
 <tt>&nbsp;&nbsp;2390 </tt><a href="CallingFromCToSML">CallingFromCToSML</a></li>
 <li>
+<tt>&nbsp;&nbsp;2388 </tt><a href="http://mlton.org/Experimental"><img src="moin-www.png" alt="[WWW]" height="11" width="11">Experimental</a></li>
+<li>
 <tt>&nbsp;&nbsp;2361 </tt><a href="MLtonPointer">MLtonPointer</a></li>
 <li>
 <tt>&nbsp;&nbsp;2355 </tt><a href="OCaml">OCaml</a></li>
@@ -400,8 +386,6 @@
 <li>
 <tt>&nbsp;&nbsp;1157 </tt><a href="DeadCode">DeadCode</a></li>
 <li>
-<tt>&nbsp;&nbsp;1136 </tt><a href="RunningOnCygwin">RunningOnCygwin</a></li>
-<li>
 <tt>&nbsp;&nbsp;1134 </tt><a href="LambdaFree">LambdaFree</a></li>
 <li>
 <tt>&nbsp;&nbsp;1130 </tt><a href="CommonBlock">CommonBlock</a></li>
@@ -476,6 +460,8 @@
 <li>
 <tt>&nbsp;&nbsp;&nbsp;736 </tt><a href="EtaExpansion">EtaExpansion</a></li>
 <li>
+<tt>&nbsp;&nbsp;&nbsp;725 </tt><a href="RunningOnCygwin">RunningOnCygwin</a></li>
+<li>
 <tt>&nbsp;&nbsp;&nbsp;723 </tt><a href="RayRacine">RayRacine</a></li>
 <li>
 <tt>&nbsp;&nbsp;&nbsp;722 </tt><a href="Drawbacks">Drawbacks</a></li>
@@ -488,8 +474,6 @@
 <li>
 <tt>&nbsp;&nbsp;&nbsp;701 </tt><a href="RSSASimplify">RSSASimplify</a></li>
 <li>
-<tt>&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;682 </tt><a href="GarbageCollection">GarbageCollection</a></li>
 <li>
 <tt>&nbsp;&nbsp;&nbsp;669 </tt><a href="CompilerPassTemplate">CompilerPassTemplate</a></li>
@@ -498,8 +482,6 @@
 <li>
 <tt>&nbsp;&nbsp;&nbsp;661 </tt><a href="FrontEnd">FrontEnd</a></li>
 <li>
-<tt>&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;655 </tt><a href="Swerve">Swerve</a></li>
 <li>
 <tt>&nbsp;&nbsp;&nbsp;654 </tt><a href="EditingPages">EditingPages</a></li>
@@ -600,8 +582,6 @@
 <li>
 <tt>&nbsp;&nbsp;&nbsp;412 </tt><a href="SMLSharp">SMLSharp</a></li>
 <li>
-<tt>&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;410 </tt><a href="Polyvariance">Polyvariance</a></li>
 <li>
 <tt>&nbsp;&nbsp;&nbsp;406 </tt><a href="PrecedenceParse">PrecedenceParse</a></li>
@@ -636,8 +616,6 @@
 <li>
 <tt>&nbsp;&nbsp;&nbsp;340 </tt><a href="MatchCompilation">MatchCompilation</a></li>
 <li>
-<tt>&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;329 </tt><a href="ImperativeTypeVariable">ImperativeTypeVariable</a></li>
 <li>
 <tt>&nbsp;&nbsp;&nbsp;327 </tt><a href="MLtonArray">MLtonArray</a></li>
@@ -670,8 +648,6 @@
 <li>
 <tt>&nbsp;&nbsp;&nbsp;257 </tt><a href="SMLNET">SMLNET</a></li>
 <li>
-<tt>&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;254 </tt><a href="StandardMLHistory">StandardMLHistory</a></li>
 <li>
 <tt>&nbsp;&nbsp;&nbsp;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&amp;section=all&amp;arch=any&amp;searchon=names&amp;keywords=mlton"><img src="moin-www.png" alt="[WWW]" height="11" width="11">http://packages.ubuntu.com/search?suite=default&amp;section=all&amp;arch=any&amp;searchon=names&amp;keywords=mlton</a> 
+ <a class="external" href="http://packages.ubuntu.com/search?suite=default&amp;section=all&amp;arch=any&amp;searchon=names&amp;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>&lt;Directory&nbsp;/var/www/html/mlton.org/guide/YYYYMMDD&gt;&nbsp;DefaultType&nbsp;text/html&nbsp;&lt;/Directory&gt;</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