2005-12-02 Alp Toker <alp@atoker.com>
[mono.git] / mcs / class / corlib / System / ChangeLog
index 936cb540698d152f87e9691015bc0dbcf8587aa9..d95a096c8f5f77238a9cc09dea26c50d508d293b 100644 (file)
@@ -1,3 +1,73 @@
+2005-12-02  Alp Toker  <alp@atoker.com>
+
+       * AppDomain.cs: ReflectionOnlyPreBindAssemblyResolve renamed to
+       ReflectionOnlyAssemblyResolve in 2.0 final
+
+2005-12-01  Alp Toker  <alp@atoker.com>
+
+       * String.cs: Add static and non-static Equals(... StringComparison) for
+       2.0.
+
+2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * TermInfoDriver.cs: special case for the escape key. Fixes bug #76781.
+
+2005-11-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * TermInfoDriver.cs: if the cursor_address capability contains a %i, we
+       have to add 1 to x and y when setting the cursor position.
+       Fixes bug #76856.
+
+       * Convert.cs: remove unused variables.
+
+Wed Nov 30 12:14:20 EST 2005 Paolo Molaro <lupus@ximian.com>
+
+       * NumberFormatter.cs: work around arch-specific ulong cast behaviour
+       with large numbers.
+
+Tue Nov 29 05:38:37 EST 2005 Paolo Molaro <lupus@ximian.com>
+
+       * Convert.cs: fix endianess issue when converting to base-8
+       format. All the base code would need a rewrite for efficience.
+
+2005-11-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * String.cs: Added support for Compare(... StringComparison) in 2.0.
+
+2005-11-25  Alp Toker  <alp@atoker.com>
+
+       * Type.cs (IsVisible): New 2.0 property, implemented recursively.
+
+2005-11-17  Dick Porter  <dick@ximian.com>
+
+       * Environment.cs: Incremented corlib version
+
+2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * Int32.cs, UInt32.cs, Int16.cs, UInt16.cs, Int64.cs,
+       UInt64.cs, Byte.cs, SByte.cs, Double.cs : Modify internal Parse
+       methods to return the exception as an out parameter,
+       instead of throwing it. This will be of special help
+       to TryParse methods.
+       * Environment.cs: Update corlib version to 42.
+       
+2005-11-14  Raja R Harinath  <rharinath@novell.com>
+
+       * EventHandler.cs (EventHandler<TEventArgs>): Rename from EventHandler<T>.
+
+2005-11-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * Type.cs (GetPseudoCustomAttributes): Return ComImportAttribute as well.
+
+2005-11-11  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * TimeZone.cs: Removed incorrect double-check lock and unneeded
+       hashtable access.
+
+2005-11-11  Marek Safar  <marek.safar@seznam.cz>
+
+       * Type.cs: IsNested implemented, signature fixes.
+
 2005-11-11  Raja R Harinath  <rharinath@novell.com>
 
        * Array.cs (Resize<T>) [2-argument variant]: Fix nullref.