[Mono-bugs] [Bug 68398][Nor] Changed - PATCH: 2 bugs in Regex.Replace

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Oct 2004 08:48:26 -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 joergr@voelcker.com.

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

--- shadow/68398	2004-10-18 20:01:56.000000000 -0400
+++ shadow/68398.tmp.19926	2004-10-21 08:48:26.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 68398
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: Fedora Core 2
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jlarimer@gmail.com               
 QAContact: mono-bugs@ximian.com
@@ -79,6 +79,13 @@
 
 
 ------- Additional Comments From gonzalo@ximian.com  2004-10-18 20:01 -------
 Patch applied to CVS HEAD and 1-0.
 
 Thanks!
+
+------- Additional Comments From JoergR@voelcker.com  2004-10-21 08:48 -------
+The applied patch causes an regression:
+Replace now doesn't do any replacements when count is a positive
+number. This causes all overloads without count parameter to fail too.
+I have attached a patch to fix this. If you find it OK I will commit
+it to CVS.