In .:
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / ChangeLog
index 384599a4f2a6b505e3f718aad1247ca2f75447b6..6492897793a698e84fde65db5647d89121da0d6e 100644 (file)
@@ -1,3 +1,92 @@
+2006-03-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Collection.cs (DefaultParameterValueAttribute) [ONLY_1_1]:
+       Alias to __DefaultParameterValueAttribute.
+       (*): Change __DefaultArgumentValue to DefaultParameterValue or
+       __DefaultParameterValue as appropriate.  The '__' variant is used
+       if the type of the default value doesn't match the parameter type,
+       which is probably an enum type.
+       * DateAndTime.cs, ErrObject.cs, FileSystem.cs: Likewise.
+       * Financial.cs, Information.cs, Interaction.cs: Likewise.
+       * Strings.cs: Likewise.
+
+2005-10-27  Alexandre Rocha Lima e Marcondes  <alexandre@psl-pr.softwarelivre.org>
+       * FileSystem.cs : ChdDrive throws InvalidOperationException on Unix platforms.
+       
+2005-09-06 Satya Sudha K <ksathyasudha@novell.com>
+       * Strings.cs, FileSystem.cs : Minor fixes to the 'Join' and 'FileOpen'
+                methods respectively.
+
+2005-08-30 Manjula GHM <mmanjula@novell.com>
+       * BinaryVBFile.cs : Handle trailing '#" for bool and date 
+       * OutPutVBFile.cs : Minor fixes
+
+2005-08-22 Satya Sudha K <ksathyasudha@novell.com>
+       * Conversion.cs : Minor fix for the 'Val' function
+
+2005-08-19 Satya Sudha K <ksathyasudha@novell.com>
+       * Interaction.cs : 
+               'CallByName' : Checking for the correct call type.
+       * Conversion.cs :
+               'Int' : Support converion of bool/string to int
+       * Strings.cs : Implemented the 'Split' method (was using 'System.String.Split'
+                       for spitting and was not correct since it splits on char and 
+                       not on strings)
+       * DateAndTime.cs :
+                       Minor fixes to the 'DateValue' and the 'WeekDayName' methods
+       * FileSystem.cs : Using 'File.Move' instead of 'Directory.Move'
+
+
+2005-08-12  Manjula GHM <mmanjula@novell.com>
+       *InputVBFile.cs: Handle trailing '#" for bool and date in Input function
+
+2005-08-09  Manjula GHM <mmanjula@novell.com>
+        *Interaction.cs:
+        *FileSystem.cs : Add ParamArray keyword in relevant location
+
+2005-08-08  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * Collection.cs: Various fixes to match the MS.NET IList 
+       implementation; IEnumerator.Current returns null if MoveNext has
+       not been called on .NET 2.0. IList index-based members use first
+       entry if -1 is specified as index value (and there's at lease one 
+       entry). 
+
+2005-08-05  Satya Sudha K  <ksathyasudha@novell.com>
+       * Strings.cs : Minor fixes to a few functions
+
+2005-08-02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * Strigns.cs: Correcting InStrRev function
+               - parameter name in message for first exception
+               - use LastIndexOf (FIXME pending managed collation(corlib) working)
+               
+2005-06-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Collection.cs : csc build fix.
+
+2005-06-06:2  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * FileSystem.cs: Killed unneeded overload FileGet(in, ref Object, ...)
+               
+2005-06-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * Collection.cs (Item [indexer]): Correcting API according to
+       FX1.1 class status page
+       * FileSystem.cs: Killed unneeded overload of Dir method
+               All FileGet overloads grouped together in the source file
+       * VariantType.cs: Killed extraneous enum value
+       * Information.cs: Corrected, was using the VariantType extraneous value
+
+2005-05-25  Ben Maurer  <bmaurer@ximian.com>
+
+       * Conversion.cs (Val): Do a correct impl of Val (char). Fixes bug
+       #67810.
+
+2005-05-12 Ankit Jain  <ankit@corewars.org>
+
+       * Strings.cs : Sealed.
+       * FileSystem.cs (FileSystem.FileGet): Add attributes Optional and
+       __DefaultArgumentValue to 'recordNumber' parameter.
+       * VBFixedStringAttribute.cs (AttributeUsage): Set Inherited = false.
+
 2005-03-27 Trent Lloyd <lathiat@bur.st>, Shane Mitchell <shane@extadi.com>
 
           * Information.cs(RGB): Change colour ordering, its BGR not RGB