2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / System.Text.RegularExpressions / ChangeLog
index 76318c180eb4e061f490334bee4c02e93043e7ff..bb47e9f7650b3cb24a05dff6869439b256c4f73e 100644 (file)
@@ -1,3 +1,19 @@
+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