[Mono-dev] [PATCH] Fix float.Parse, float.TryParse and XmlConvert.ToString for float.MaxValue, float.PositiveInfinity and TimeSpan.MinValue

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Mon Jan 25 00:42:54 EST 2010


The patch was checked in trunk and 2.6. Thanks.

Atsushi Eno

Tiaan Geldenhuys wrote:
> These patches fix the parsing of float.MaxValue and float.PositiveInfinity
> on the System.Single class, and the serialization of TimeSpan.MinValue on
> the System.Xml.XmlConvert.ToString method.  Tests are included for the
> root-causes themselves, as well as for the System.Xml.Linq classes through
> which the problems were initially discovered. 
>
> Please commit to trunk and the 2.6 branch.
>
> Thanks,
> Tiaan.
>
>
>   



More information about the Mono-devel-list mailing list