2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / System.Text.RegularExpressions / ChangeLog
index c2f823fb2d82c7b9aa77372f17e1793b8d2e8162..bb47e9f7650b3cb24a05dff6869439b256c4f73e 100644 (file)
@@ -1,3 +1,38 @@
+2005-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * quicksearch.cs: handle IgnoreCase when getting the shift distance.
+       Fixes bug #69065. Patch by mei@work.email.ne.jp.
+
+2005-01-08  Miguel de Icaza  <miguel@ximian.com>
+
+       * syntax.cs: Applied patch from mei@work.email.ne.jp to fix bug
+       #71077.
+
+       * parser.cs: Turns out that \digit sequences are octal sequences
+       (no leading zero is needed);  And the three octal digit rule
+       applies to the leading zero as well.
+
+       This fixes the Unescape method.
+
+2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * regex.cs: use NextMatch to move on to the next match. Fixes bug
+       #57274.
+
+2004-11-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * parser.cs : cast.
+
+2004-11-08  Ben Maurer  <bmaurer@ximian.com>
+
+       * 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-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * regex.cs: in Replace, when count is negative, replacement continues