[MLton-commit] r7479

Matthew Fluet fluet at mlton.org
Tue Jun 8 07:55:51 PDT 2010


Update dates for release
----------------------------------------------------------------------

U   mlton/trunk/doc/README
U   mlton/trunk/doc/changelog
U   mlton/trunk/man/mllex.1
U   mlton/trunk/man/mlprof.1
U   mlton/trunk/man/mlton.1
U   mlton/trunk/man/mlyacc.1

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

Modified: mlton/trunk/doc/README
===================================================================
--- mlton/trunk/doc/README	2010-06-08 14:55:29 UTC (rev 7478)
+++ mlton/trunk/doc/README	2010-06-08 14:55:50 UTC (rev 7479)
@@ -3,14 +3,14 @@
 
   + Portability.  
    Runs on the following platforms.
-   o ARM: Linux (Debian)
-   o Alpha: Linux (Debian)
-   o AMD64: FreeBSD, Linux (Debian, Fedora, ...), Solaris (10 and
-      above).
+   o ARM: Linux (Debian).
+   o Alpha: Linux (Debian).
+   o AMD64: Darwin (Mac OS X), FreeBSD, Linux (Debian, Fedora, ...),
+      Solaris (10 and above).
    o HPPA: HPUX (11.11 and above), Linux (Debian).
    o IA64: HPUX (11.11 and above), Linux (Debian).
    o PowerPC: AIX (5.2 and above), Darwin (Mac OS X), Linux (Debian,
-      Fedora, ...).
+      Fedora).
    o PowerPC64: AIX (5.2 and above).
    o S390: Linux (Debian).
    o Sparc: Linux (Debian), Solaris (8 and above).
@@ -39,11 +39,11 @@
    o Source-level profiling for both time and allocation.
    o MLLex lexer generator.
    o MLYacc parser generator.
-   o ML-NLFFIGEN.
+   o ML-NLFFIGEN foreign-function-interface generator.
   + Extensions.
    o A simple and fast C FFI that supports calling from SML to C and 
       from C to SML.
-   o ML Basis system for programming in the very large.
+   o The ML Basis system for programming in the very large.
    o Libraries for continuations, finalization, interval timers,
       random numbers, resource limits, resource usage, signal
       handlers, object size, system logging, threads, weak pointers,
@@ -66,6 +66,6 @@
         examples/               example SML programs
         guide/                  HTML MLton guide (copy of the MLton wiki)
         license/                license information
-        mllex.pd                user guide for mllex lexer generator
+        mllex.pdf               user guide for mllex lexer generator
         mlton-guide.pdf         PDF version of MLton guide
         mlyacc.pdf              user guide for mlyacc parser generator

Modified: mlton/trunk/doc/changelog
===================================================================
--- mlton/trunk/doc/changelog	2010-06-08 14:55:29 UTC (rev 7478)
+++ mlton/trunk/doc/changelog	2010-06-08 14:55:50 UTC (rev 7479)
@@ -1,4 +1,4 @@
-Here are the changes from version 20070826 to version YYYYMMDD.
+Here are the changes from version 20070826 to version 20100608.
 
 Summary:
   + New platforms.
@@ -63,32 +63,32 @@
     * Include (*#line line:col "file.grm" *) directives in output.
 
 * 2010-05-12
-  - Fixed bug in the mark-compact garbage collector where the C
-    library's memcpy was used to move objects during the compaction
-    phase; this could lead to heap corruption and segmentation faults
-    with newer versions of gcc and/or glibc, which assume that src and
-    dst in a memcpy do not overlap.
+   - Fixed bug in the mark-compact garbage collector where the C
+     library's memcpy was used to move objects during the compaction
+     phase; this could lead to heap corruption and segmentation faults
+     with newer versions of gcc and/or glibc, which assume that src and
+     dst in a memcpy do not overlap.
 
 * 2010-03-12
-  - Fixed bug in elaboration of datatype declarations with withtype
-    bindings.
+   - Fixed bug in elaboration of datatype declarations with withtype
+     bindings.
 
 * 2009-12-11
-  - Fixed performance bug in ref flatten SSA2 optimization.
+   - Fixed performance bug in ref flatten SSA2 optimization.
 
 * 2009-12-09
-  - Fixed performance bug in simplify types SSA optimization.
+   - Fixed performance bug in simplify types SSA optimization.
 
 * 2009-12-02
-  - Fixed bug in amd64 codegen register allocation of indirect C calls.
+   - Fixed bug in amd64 codegen register allocation of indirect C calls.
 
 * 2009-09-17
-  - Fixed bug in IntInf.scan and IntInf.fromString where leading
-    spaces were only accepted if the stream had an explicit sign
-    character.
+   - Fixed bug in IntInf.scan and IntInf.fromString where leading
+     spaces were only accepted if the stream had an explicit sign
+     character.
 
 * 2009-07-10
-  - Added combine conversions SSA optimization.
+   - Added combine conversions SSA optimization.
 
 * 2009-06-09
    - Removed deprecated command line switch -show-anns {false, true}.

Modified: mlton/trunk/man/mllex.1
===================================================================
--- mlton/trunk/man/mllex.1	2010-06-08 14:55:29 UTC (rev 7478)
+++ mlton/trunk/man/mllex.1	2010-06-08 14:55:50 UTC (rev 7479)
@@ -1,4 +1,4 @@
-.TH mllex 1 "November 1, 2002"
+.TH mllex 1 "February 23, 2008"
 .SH NAME
 \fBmllex\fP \- lexer generator for use with Standard ML and MLton
 .SH SYNOPSIS

Modified: mlton/trunk/man/mlprof.1
===================================================================
--- mlton/trunk/man/mlprof.1	2010-06-08 14:55:29 UTC (rev 7478)
+++ mlton/trunk/man/mlprof.1	2010-06-08 14:55:50 UTC (rev 7479)
@@ -1,4 +1,4 @@
-.TH mlprof 1 "June 18, 2009"
+.TH mlprof 1 "June 8, 2010"
 .SH NAME
 \fBmlprof\fP \- display profiling information for a MLton-compiled executable
 .SH SYNOPSIS

Modified: mlton/trunk/man/mlton.1
===================================================================
--- mlton/trunk/man/mlton.1	2010-06-08 14:55:29 UTC (rev 7478)
+++ mlton/trunk/man/mlton.1	2010-06-08 14:55:50 UTC (rev 7479)
@@ -1,4 +1,4 @@
-.TH mlton 1 "April 6, 2010"
+.TH mlton 1 "June 8, 2010"
 .SH NAME
 \fBmlton\fP \- whole-program compiler for the Standard ML (SML) programming
 language

Modified: mlton/trunk/man/mlyacc.1
===================================================================
--- mlton/trunk/man/mlyacc.1	2010-06-08 14:55:29 UTC (rev 7478)
+++ mlton/trunk/man/mlyacc.1	2010-06-08 14:55:50 UTC (rev 7479)
@@ -1,4 +1,4 @@
-.TH mlyacc 1 "November 1, 2002"
+.TH mlyacc 1 "February 23, 2008"
 .SH NAME
 \fBmlyacc\fP \- parser generator for use with Standard ML and MLton
 .SH SYNOPSIS




More information about the MLton-commit mailing list