New test.
[mono.git] / mcs / class / System / System.Text.RegularExpressions / ChangeLog
index e32ce39cfadebf29a10ec41eba659162ad35ed46..5e9a3642bfd9017e2ab8488f018e7294a8e4bb72 100644 (file)
@@ -1,3 +1,46 @@
+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
+       #464135.
+
+2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * cache.cs: avoid infinite loop.
+
+2008-11-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * cache.cs:
+       * Regex.cs: honor CacheSize value.
+
+2008-11-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * RxInterpreter.cs: Fix pc computation in various opcodes. Fixes #443841.
+
 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
 
        * CILCompiler.cs: Implement Reference opcode.