* Char.cs (Equals): Don't access 'm_value' field of other
[mono.git] / mcs / class / corlib / System / ChangeLog
index 14d54f10cc587e6d37d45eb0f1a10b7bb53f91c6..0ba21e81911f6b2c2239609d0c068fa8eeda540c 100644 (file)
@@ -1,3 +1,45 @@
+2006-04-19  Raja R Harinath  <rharinath@novell.com>
+
+       * Char.cs (Equals): Don't access 'm_value' field of other
+       instances.  Cast directly to 'char'.
+
+2006-04-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTime.cs : implement SpecifyKind(). Patch by Thong Nguyen.
+
+2006-04-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * NumberFormatter.cs : general performance improvements. Avoid 
+         extraneous evaluation for simple formatting. Details are seen in 
+         bug #77792. Patch by Kazuki Oikawa.
+
+2006-04-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTime.cs : implement IsDaylightSavingTime().
+         Patch by Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>.
+
+2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Array.cs :
+         added some more [ReliabilityContract].
+         removed some [CLSCompliant].
+         renamed generic method parameter names.
+
+2006-03-31  Zoltan Varga  <vargaz@gmail.com>
+
+       * Environment.cs (SetEnvironmentVariable): Implement.
+
+2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Array.cs : oops, the last change caused regression. The array must
+         be transparent to ReadOnlyCollection, not create another list.
+
+2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Array.cs : AsReadOnly<T>() in RTM returns ReadOnlyCollection<T>.
+         Thus removed ReadOnlyArray<T> and ReadOnlyArrayEnumerator<T>.
+         In 2.0 some members became non-virtual.
+
 2006-03-23  Atsushi Enomoto  <atsushi@ximian.com>
 
        * String.cs : oops, NET_2_0.