* TimeSpan.cs: When parsing ticks, we used to only parse
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 23 Mar 2010 01:59:52 +0000 (01:59 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 23 Mar 2010 01:59:52 +0000 (01:59 -0000)
commit32700ed8003135c4c0e2ba8c7f8427d19b4ab124
tree8840a4362c61ebf3157d0724f2e34f2a2cc2d40f
parent25bbd6d6f11405f3a0974aad8ad02a9f6bb88249
* TimeSpan.cs: When parsing ticks, we used to only parse
the first 7 digits, and more than that would cause a FormatException -
starting in 4.0 we need to throw an OverflowException, however. Also,
for hours/minutes/seconds, two or more preceding zeroes will cause an
OverflowException as well.

2010-03-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>

svn path=/trunk/mcs/; revision=154033
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/TimeSpan.cs