svn:eol-style native
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 17 May 2005 09:44:58 +0000 (09:44 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 17 May 2005 09:44:58 +0000 (09:44 -0000)
svn path=/trunk/mcs/; revision=44614

mcs/class/System/System.Text.RegularExpressions/ChangeLog

index 0d4bff52d7069c903c1bf22128cf97472a15ef09..d7a0cecdcc2815dc9ec5af1bb4eb0a26b233c338 100644 (file)
 
        * replace.cs, parser.cs: Use stringbuilder for allocation sanity.
 
-2004-10-21 Joerg Rosenkranz <joergr@voelcker.com>\r
-\r
-    * regex.cs: Fixed a bug introduced with the last patch which\r
-      prevented any replacements when a postive count is given.\r
-      This also happens in all overloads without count parameter.
-\r
+2004-10-21  Joerg Rosenkranz  <joergr@voelcker.com>
+
+       * regex.cs: Fixed a bug introduced with the last patch which
+       prevented any replacements when a postive count is given.
+       This also happens in all overloads without count parameter.
+
 2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * regex.cs: in Replace, when count is negative, replacement continues