[MLton-commit] r5854

Matthew Fluet fluet at mlton.org
Sun Aug 12 19:32:22 PDT 2007


Working on release notes
----------------------------------------------------------------------

U   mlton/trunk/doc/changelog

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

Modified: mlton/trunk/doc/changelog
===================================================================
--- mlton/trunk/doc/changelog	2007-08-13 02:30:44 UTC (rev 5853)
+++ mlton/trunk/doc/changelog	2007-08-13 02:32:21 UTC (rev 5854)
@@ -1,5 +1,39 @@
-Here are the changes since version 20051202.
+Here are the changes from version 20051202 to version 200708??.
 
+Summary:
+  + New platforms:
+   o amd64-linux, amd64-freebsd, ...
+   o powerpc-aix, ...
+   o hppa-hpux,
+   o x86: Darwin (Mac OS X)
+  + Compiler.
+   o Bytecode codegen.
+    * support for profiling.
+    * support for exception history.
+   o Command-line switches.
+    * Added: -codegen {amd64,x86}, -default-type <ty>, -profile-val,
+	-{,target}-{as,cc,link}-opt-quote.
+    * Changed: ???
+    * Deprecated: ???
+    * Removed: ???
+  + Language.
+   o ML Basis annotations.
+    * Added: none
+    * Deprecated: none
+    * Removed: none
+  + Libraries.
+   o Basis Library.
+    * Added: PackWord16Big, PackWord16Little, PackWord64Big,
+	PackWord64Little.
+   o MLton structure.
+    * Added: LargeReal, LargeWord, Real, Real32, Real64,
+	Vector.create, Word16, Word32, Word64, Word8Array, Word8Vector.
+    * Changed: Vector.unfoldi.
+    * Removed: ???
+   o Other libraries.
+    * Updated: SML/NJ library.
+  + Tools.
+
 * 2007-08-06
    - Fixed bug in treatment of Real<N>.{scan,fromString} operations.
      Real<N>.{scan,fromString} were using TO_NEAREST semantics, but




More information about the MLton-commit mailing list