[Mono-dev] [PATCH] Fix float.Parse, float.TryParse and XmlConvert.ToString for float.MaxValue, float.PositiveInfinity and TimeSpan.MinValue
Tiaan Geldenhuys
tagdev at gmail.com
Sat Jan 23 00:04:15 EST 2010
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Tests_trunk-and-mono-2-6.patch
Type: application/octet-stream
Size: 20531 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100122/40e1f410/attachment-0004.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: System.Xml.XmlConvert_trunk-and-mono-2-6.patch
Type: application/octet-stream
Size: 566 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100122/40e1f410/attachment-0005.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: System.Single_trunk.patch
Type: application/octet-stream
Size: 2526 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100122/40e1f410/attachment-0006.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: System.Single_mono-2-6.patch
Type: application/octet-stream
Size: 2526 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100122/40e1f410/attachment-0007.obj
More information about the Mono-devel-list
mailing list