[MLton-commit] r5795

Matthew Fluet fluet at mlton.org
Thu Jul 26 18:29:39 PDT 2007


Update changelog with change of FP ops from Functional to DependsOnState.
----------------------------------------------------------------------

U   mlton/trunk/doc/changelog

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

Modified: mlton/trunk/doc/changelog
===================================================================
--- mlton/trunk/doc/changelog	2007-07-27 01:17:05 UTC (rev 5794)
+++ mlton/trunk/doc/changelog	2007-07-27 01:29:38 UTC (rev 5795)
@@ -1,5 +1,10 @@
 Here are the changes since version 20051202.
 
+* 2007-07-26
+   - Fixed bug in treatment of floating-point operations.  FP ops
+     depend on the current rounding mode, but were being treated as
+     pure.  Thanks to Sean McLaughlin for the bug report.
+
 * 2007-07-13
    - Added MLton.Exn.{default,get,set}TopLevelHandler.
 




More information about the MLton-commit mailing list