* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / Mono.Globalization.Unicode / ChangeLog
index 71d22c55a4dea3fa2c5df9e029afc4434cba7bf7..c637258c8e78b48e7c67cd6103689a03b45ce49f 100644 (file)
@@ -1,3 +1,38 @@
+2006-05-30  Miguel de Icaza  <miguel@novell.com>
+
+       * MSCompatUnicodeTable.cs: Remove the fixed loading and compute it
+       just when we actually consume it.   This only fixes the
+       !USE_C_HEADER case.
+
+2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * README: removed obsolete info.
+       * Normalization.cs : canonical reordering should participate in the
+         decomposition step. In reordering, string append was incomplete.
+         Combining class check is required in NFD check. Icall is written
+         using IntPtr now.
+
+2005-12-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * SimpleCollator.cs: Fix a warning.
+
+2005-11-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SimpleCollator.cs: Fix CAS support. The static ctor/var try to get 
+       the environment variable MUCH too soon (i.e. the security manager 
+       needs the collator).
+
+2005-11-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SimpleCollator.cs : direct fast-path optimization for IndexOf().
+
+2005-11-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SimpleCollator.cs :
+         - CompareQuick(): added immediateBreakup to avoid extraneous sortkey
+           computation.
+         - QuickCheckPossible(): index used for s1 was incorrect.
+
 2005-11-29  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SimpleCollator.cs : added another quick check for CompareInternal()