[Mono-bugs] [Bug 38674][Nor] Changed - TimeSpan.MinValue.Negate () does not throw

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 22:24:55 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=38674

--- shadow/38674	2003-12-23 21:57:04.000000000 -0500
+++ shadow/38674.tmp.11739	2003-12-23 22:24:55.000000000 -0500
@@ -137,6 +137,11 @@
 According to Partition III, 3.50;
 
 Negation of integral values is standard twos complement negation. In 
 particular, negating the most negative number (which does not have a 
 positive counterpart) yields the most negative number. To detect this 
 overflow use the sub.ovf instruction instead (i.e. subtract from 0).
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-23 22:24 -------
+Created an attachment (id=6319)
+This should fix it
+