New test.
[mono.git] / mcs / class / System / System.Text.RegularExpressions / ChangeLog
index 0eaf2a519d1b4ee6b317947590dbe0fce7f6ede0..5e9a3642bfd9017e2ab8488f018e7294a8e4bb72 100644 (file)
@@ -1,3 +1,28 @@
+2009-02-16  Jb Evain  <jbevain@novell.com>
+
+       * Regex.cs: on the NET_2_1 profile, always use the old engine for now.
+
+2009-02-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * Regex.cs: Add a MONO_NEW_RX variable to enable the new regex
+       engine.
+
+2009-02-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * Regex.cs: Disable the new regex engine for now.
+
+2009-01-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * CILCompiler.cs: Avoid throwing exceptions for a few more unhandled opcodes.
+       Implement the reverse/ignorecase versions of Reference. Fix the reverse
+       version of Bitmap. Error out if a Jump opcode jumps outside the current
+       pc range. This works around #466151.
+
+2009-01-12  Jb Evain  <jbevain@novell.com>
+
+       * RxInterpreter.cs: set trace_rx to false for NET_2_1.
+       * Regex.cs: set old_rx to false for NET_2_1.
+
 2009-01-07  Zoltan Varga  <vargaz@gmail.com>
 
        * RxInterpreter.cs: Add support for constant strings in anchors. Fixes