[MLton-commit] r7136
Matthew Fluet
fluet at mlton.org
Thu Jun 11 15:55:56 PDT 2009
More changelog summary tweaks.
----------------------------------------------------------------------
U mlton/trunk/doc/changelog
----------------------------------------------------------------------
Modified: mlton/trunk/doc/changelog
===================================================================
--- mlton/trunk/doc/changelog 2009-06-11 03:37:02 UTC (rev 7135)
+++ mlton/trunk/doc/changelog 2009-06-11 22:55:55 UTC (rev 7136)
@@ -7,7 +7,8 @@
* Added: -mlb-path-var '<name> <value>'
* Removed: -keep sml, -stop sml
o Improved constant folding of floating-point operations.
- o Support for compiling to a C library; see documentation.
+ o Experimental: Support for compiling to a C library; see wiki
+ documentation.
o Extended -show-def-use output to include types of variable
definitions.
o Bug fixes: see changelog
@@ -17,7 +18,7 @@
o may-page-heap: By default, MLton will not page the heap to disk
when unable to grow the heap to accomodate an allocation.
(Previously, this behavior was the default, with no means to
- disable, with security an least-surpise issues.)
+ disable, with security an least-surprise issues.)
o Bug fixes: see changelog
+ Language.
o Allow numeric characters in ML Basis path variables.
@@ -37,7 +38,7 @@
* Updated: ckit library, SML/NJ library, MLRISC library.
+ Tools.
o mllex
- * Eliminated 'type int = Int.int' in output.
+ * Eliminated top-level 'type int = Int.int' in output.
* Include (*#line line:col "file.lex" *) directives in output.
* Added %posint command, to set the yypos type and allow the
lexing of multi-gigabyte files.
@@ -46,7 +47,7 @@
* Deprecated command-line switch -linkage static.
* Added support for ia64 and hppa targets.
o mlyacc
- * Eliminated 'type int = Int.int' in output.
+ * Eliminated top-level 'type int = Int.int' in output.
* Include (*#line line:col "file.grm" *) directives in output.
* 2009-06-09
More information about the MLton-commit
mailing list