[Mono-bugs] [Bug 73032][Maj] Changed - Relational Operators Bugs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 22:58:22 -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 rogerio.araujo@gmail.com.

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

--- shadow/73032	2005-02-28 02:05:55.000000000 -0500
+++ shadow/73032.tmp.528	2005-02-28 22:58:22.000000000 -0500
@@ -69,6 +69,11 @@
 want to evaluate one of them in attachment 14427. I asked to change
 that line:
 
 + results = new bool [4]{(d1 > d2), (d1 >= d2), (d1 < d2), (d1 <= d2)};
 
 Can you provide ChangeLog entries that explains the changes, please.
+
+------- Additional Comments From rogerio.araujo@gmail.com  2005-02-28 22:58 -------
+Created an attachment (id=14455)
+CodeGenerator.patch updated
+