* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / ChangeLog
index e0b1cec04e39ea85cea3d11dc2a0b39f7511eb14..f83309a0732b6520ad6c3b6aea49dd9c723ad505 100644 (file)
@@ -1,10 +1,35 @@
+2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ObjectType.cs :
+         getObjTstToInt64() always returned 0. Fixed bug #75386.
+
+2006-03-22  Raja R Harinath  <rharinath@novell.com>
+
+       * DefaultParameterValueAttribute.cs: Rename from
+       DefaultArgumentValueAttribute to reflect similarity to .NET2.0
+       attribute with same function.
+
+2006-03-17  Raja R Harinath  <rharinath@novell.com>
+
+       * ProjectData.cs (Finalize): Change into a destructor.
+
+ 2005-11-07 Maverson Eduardo Schulze Rosa <maverson@gmail.com>
+       * LateBinding.cs: Revised patch from Tobias Käs <tobias.kaes@gmx.de>
+       for fixes data types conversions in LateSet.
+
+2005-11-06 Maverson Eduardo Schulze Rosa <maverson@gmail.com>
+       * LateBinding.cs : Calling 'LateIndexSet' if the member resolves to a
+       field, but arguments length are greater than one.
+
+2005-08-22  Satya Sudha K <ksathyasudha@novell.com>
+       * StringType.cs : Fixed the 'FromObject' function
+
 2005-08-02  Satya Sudha K <ksathyasudha@novell.com>
        * ByteType.cs, ShortType.cs, IntegerType.cs, LongType.cs, 
        * DecimalType.cs, SingleType.cs, DoubleType.cs :
                Modified the 'FromString' method to :
                - Throw an InvalidCastException whenever 'Convert.ToDouble' throws a FormatException
                - Support conversion of octal and hex literals to all numeric types.
-               
 
 2005-06-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
        * VBBinder.cs : Made it internal as it isn't public in 1.1 API