* TimeSpan.cs: In 4.0 if the part parsed as days exceeds the allowed
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Mon, 15 Mar 2010 22:39:42 +0000 (22:39 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Mon, 15 Mar 2010 22:39:42 +0000 (22:39 -0000)
commit27d07d4257f8105c0476485a3ed9fb244640a019
treead4f2b9bd8ec4ca02e2d6cd59789164c04d64b83
parent1e3c80449df4a265eae70cd060b0bb8fb397c8d7
* TimeSpan.cs: In 4.0 if the part parsed as days exceeds the allowed
range -this is, 23-, then it is processed as days instead - opposed to
2.0, where we are throwing an OverflowException.

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

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