[MLton-commit] r4637
Matthew Fluet
MLton@mlton.org
Thu, 8 Jun 2006 17:03:52 -0700
Catching up on changelong
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/doc/changelog
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/doc/changelog
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/doc/changelog 2006-06-08 23:57:45 UTC (rev 4636)
+++ mlton/branches/on-20050822-x86_64-branch/doc/changelog 2006-06-09 00:03:52 UTC (rev 4637)
@@ -1,9 +1,9 @@
Here are the changes since version 20051202.
-
+
* 2006-06-08
- Fixed a bug in the native codegen's implementation of the C-calling
convention.
-
+
* 2006-05-11
- Ported to PowerPC-AIX.
- Fixed a bug in the runtime for the cases where nonblocking IO with
@@ -12,6 +12,10 @@
ignored. Now the runtime simulates the flag for these platforms
(except MinGW, yet, where it's still ignored).
+* 2006-05-06
+ - Added -default-type '<ty><N>' for specyfying the binding of default
+ types in the Basis Library (e.g., Int.int).
+
* 2006-04-25
- Ported to HPPA-HPUX.
- Fixed PackReal{,32,64}{Big,Little} to follow the Basis Library