[MLton-commit] r7039

Matthew Fluet fluet at mlton.org
Wed Apr 8 05:30:50 PDT 2009


* 05-windows-exit.patch (Nicolas Bertolotti)

This patch adds support for Posix.Process.exit() on MinGW. I guess it
has been deactivated on purpose but I don't know why and I have not
experienced any issue with it.
----------------------------------------------------------------------

U   mlton/trunk/basis-library/posix/stub-mingw.sml

----------------------------------------------------------------------

Modified: mlton/trunk/basis-library/posix/stub-mingw.sml
===================================================================
--- mlton/trunk/basis-library/posix/stub-mingw.sml	2009-04-08 12:30:47 UTC (rev 7038)
+++ mlton/trunk/basis-library/posix/stub-mingw.sml	2009-04-08 12:30:49 UTC (rev 7039)
@@ -89,7 +89,7 @@
 
                      val exece = stub ("exece", exece)
                      val execp = stub ("execp", execp)
-                     val exit = stub ("exit", exit)
+                     (*val exit = stub ("exit", exit)*)
                      val fork = stub ("fork", fork)
                      val kill = stub ("kill", kill)
                      val pause = stub ("pause", pause)




More information about the MLton-commit mailing list