* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / ChangeLog
index 1f5d859f983643207ce6bc5f762181f4a4976700..f83309a0732b6520ad6c3b6aea49dd9c723ad505 100644 (file)
@@ -1,3 +1,48 @@
+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
+       * DoubleType.cs: corrected, TryParse is now internal
+       * ObjectType.cs: corrected, CTypeHelper(string, Type) overload is now internal
+       * Utils.cs: corrected, SetTime and SetDate are now internal
+
+2005-05-25  Satya Sudha K <ksathyasudha@novell.com>
+       * ObjectType.cs : Some fixes to Narrowing conversions
+
+2005-05-23  Satya Sudha K <ksathyasudha@novell.com>
+       * VBBinder.cs : Support for named arguments
+
 2005-05-12  Ankit Jain  <ankit@corewars.org>
 
        * StandardModuleAttribute.cs (AttributeUsage)