2008-06-07 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System / ChangeLog
index 6cbb3711ce5408ad775c4ad6c851f78d1cde3809..aaba19c91fa29073eec8eb8c186c998cc6f264b3 100644 (file)
@@ -1,3 +1,65 @@
+2008-06-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * Environment.cs: Bump corlib version.
+
+2008-06-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * String.cs: Managed replacement for Replace method ;)
+
+2008-06-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * Decimal.cs (Divide): Move expensive equality checks to unmanaged code.
+
+2008-06-02  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * MonoType.cs: For property reflection we should strictly match the return 
+       type if available.
+
+2008-06-01  Juraj Skripsky  <js@hotfeet.ch>
+
+       * String.cs (Substring): Blocking bug #395904 has been fixed,
+       re-enable optimization.
+
+2008-06-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * String.cs: Replace Split IndexOf
+
+2008-05-30  Marek Safar  <marek.safar@gmail.com>
+
+       * Array.cs (IndexOf): Use an array element comparer instead of tested value
+       comparer.
+
+2008-05-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * Console.cs (.cctor): Make sdout synchronized in the console case too.
+       Fixes #395069.
+
+2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
+
+       * NumberFormatter.jvm.cs: Fix tables to avoid arithemtic overflow
+         in Double.ToString as exposed by Bug #383531.
+
+2008-05-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * String.cs: Comment out 2.0 compatibility fix for SubString, since it
+       causes regressions in System.Xml.
+
+2008-05-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * String.cs: Changed exception to match MS. Fixed ToCharArray to use
+       startindex for source. In PadLeft and PadRight, only return current
+       string if totalWidth is less than length.
+
+2008-05-24 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
+
+       * Enum.cs: use Array.BinarySearch on the values in IsDefined and
+       GetName instead of looping through the list. Made the cache in
+       MonoEnumInfo thread static to avoid contention.
+
+2008-05-20  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * String.cs: Replace Split function
+
 2008-05-19  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Boolean.cs,