[Mono-bugs] [Bug 61511][Nor] Changed - WaitHandle.WaitAny does not behave correctly with AutoResetEvents

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 15:41:44 -0400 (EDT)


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 dick@ximian.com.

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

--- shadow/61511	2004-07-14 09:57:36.000000000 -0400
+++ shadow/61511.tmp.13273	2004-07-14 15:41:44.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61511
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien.robitaille@croesus.com               
 QAContact: mono-bugs@ximian.com
@@ -159,6 +159,13 @@
 > 		{
 > 			if (_wapi_handle_issignalled (handles
 [*lowest])) {
 > 				_wapi_handle_ops_own (handles
 [*lowest]);
 
+
+------- Additional Comments From dick@ximian.com  2004-07-14 15:41 -------
+In future, please use unified context diffs (diff -u) - they are much
+easier to read!
+
+Patch applied to CVS HEAD and 1.0, thanks.
+