merge 99422:99508
[mono.git] / mcs / class / corlib / Mono.Globalization.Unicode / ChangeLog
index c637258c8e78b48e7c67cd6103689a03b45ce49f..52809a14213c975695ea14d843d1b765ccfb03e0 100644 (file)
@@ -1,3 +1,37 @@
+2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * create-mscompat-collation-table.cs : I wonder how long its build
+         has been broken ...
+
+2007-03-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SimpleCollator.cs : disable QuickCheckPossible(), which is
+         inaccurate and inefficient. Fixed bug #79714.
+
+2007-02-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SimpleCollator.cs : character filtering is needed for 
+         OrdinalIgnoreCase in 2.0 profile. Fixed bug #80865.
+
+2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SimpleCollator.cs : GetTailContraction() was broken to pick correct
+         contraction/special sortkey out and thus LastIndexOf() failed when 
+         it is involved. Fixed bug #80612.
+
+2007-01-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SimpleCollator.cs : for non-StringSort comparison, level5 (- and ')
+         should be still skipped after initial level5 check is done (while
+         they were simply treated as a normal character). Fixed bug #78748.
+       * SortKeyBuffer.cs : Fixed NRE in french sort.
+
+2006-12-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SimpleCollator.cs : added IndexOf() implementation for Ordinal
+         and OrdinalIgnoreCase, though Ordinal version is not used (since
+         it is slower than icall).
+
 2006-05-30  Miguel de Icaza  <miguel@novell.com>
 
        * MSCompatUnicodeTable.cs: Remove the fixed loading and compute it