[MLton-commit] r4193
Matthew Fluet
MLton@mlton.org
Thu, 10 Nov 2005 12:27:09 -0800
Record Time.scan bugfix in changelog
----------------------------------------------------------------------
U mlton/trunk/doc/changelog
----------------------------------------------------------------------
Modified: mlton/trunk/doc/changelog
===================================================================
--- mlton/trunk/doc/changelog 2005-11-10 20:04:43 UTC (rev 4192)
+++ mlton/trunk/doc/changelog 2005-11-10 20:27:08 UTC (rev 4193)
@@ -1,5 +1,11 @@
Here are the changes since version 20041109.
+* 2005-11-10
+ - Fixed two bugs in Time.scan. One would raise Time on a string with a
+ large fractional component. Thanks to Carsten Varming for the bug
+ report. The other failed to scan strings with an explicit sign
+ followed by a decimal point.
+
* 2005-11-03
- Removed MLton.GC.setRusage.
- Added MLton.Rusage.measureGC.