In .:
[mono.git] / mcs / class / corlib / System / ChangeLog
index 356715524e242dd3246365b523a2df54162a7323..bc42c3f4fc4b63ff9224a11a9092b3533bdaeb6c 100644 (file)
@@ -1,3 +1,121 @@
+2008-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Exception.cs (GetFullNameForStackTrace): Don't do string
+       concatenation.
+
+2008-06-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * ContextMarshalException.cs:
+       * DllNotFoundException.cs:
+       * EntryPointNotFoundException.cs:
+       * FieldAccessException.cs:
+       * MethodAccessException.cs:
+       * MissingFieldException.cs:
+       * PlatformNotSupportedException.cs: Fix parameter names
+
+2008-06-30  Marek Safar  <marek.safar@gmail.com>
+
+       * String.cs: Tweaked hash code methods for better distibution, and speed-up.
+
+2008-06-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * MonoCustomAttrs.cs (IsDefined): Avoid calling the .Assembly property in some
+       cases.
+
+2008-06-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * Char.cs: Fix formatting, rename wrong named param, remove code duplication
+
+2008-06-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * Enum.cs (GetUnderlyingType): Implement this using an icall.
+       
+       * Enum.cs (Format): Call IsDefined with inherited=false.
+
+       * Exception.cs: Fix a warning.
+
+2008-06-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * Enum.cs (FindName): Avoid calling String.Compare for the !ignoreCase case.
+
+2008-06-27  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Exception.cs: Build method traces using the
+       stack trace StringBuilder.
+
+2008-06-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * Version.cs: Fix parameter names
+       * UInt64.cs: 
+       * UInt32.cs:
+       * UInt16.cs:
+       * Int64.cs: Fix parameter names
+       * Int32.cs: Fix parameter names; some small formatting
+       * Int16.cs: Fix parameter names
+       * Double.cs: Fix parameter names; small formatting
+       * Single.cs:
+       * SByte.cs:
+       * Byte.cs:
+       * Boolean.cs:
+       * DateTime.cs:
+       * Enum.cs:
+       * Decimal.cs: Fix parameter names
+
+2008-06-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * Environment.cs: Bump corlib version.
+
+2008-06-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * Math.cs (IEERemainder): Use the normal BitConverter.Int64BitsToDouble method
+       here to fix this on sparc.
+
+2008-06-07  Marek Safar  <marek.safar@gmail.com>
+
+       * Array.cs (IndexOf, LastIndexOf): Fixed more array element comparers used
+       instead of tested value comparers.
+
+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