41e1b7820b7bec6ff81eb6cff98652b022dd79e2
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / ChangeLog
1 2004-05-31      Rafael Teixeira <rafaelteixeirabr@hotmail.com>
2         * Financial.cs:
3                 Correct IRR and MIRR method signatures and prevent public default constructor, all according to Class Status Page (corcompare)
4 \r
5 2004-04-26      Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
6         * DateAndTime.cs:
7                 Catch FormatException and rethrow as InvalidCastException in:
8                 - public static System.DateTime DateValue (string StringDate) - return only the Date Part 
9                 - public static System.DateTime TimeValue (string StringTime) - return only the Time Part \r
10
11 2004-04-26      Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
12         * Collection.cs:
13                 Verify and throw correct exception on Remove for a null key\r
14
15 2004-04-25      Dennis Hayes <dennish@raytek.com>\r
16 \r
17         * VBUtils.cs added for compatablity with Mainsoft code.\r
18 \r
19 2004-04-17      Dennis Hayes <dennish@raytek.com>\r
20         Removed extra parameter from StrCmp\r
21         added check for null to Len(string)\r
22         \r
23         * Strings.cs\r
24 \r
25 2004-03-27  Duncan Mak  <duncan@ximian.com>\r
26 \r
27         * ForEachEnum.cs:\r
28         * OpenModeTypes.cs: Implemented according to the\r
29         Mainsoft Java implementation.\r
30 \r
31         * Globals.cs:\r
32         * VBFixedArrayAttribute.cs:\r
33         * VBFixedStringAttribute: Changes made by Dennis Hayes\r
34         <dennish@raytek.com> from studying the Mainsoft implementation.\r
35 \r
36 2004-03-19      Joerg Rosenkranz <JoergR@voelcker.com>\r
37         * Interaction.cs:\r
38                 Added MonoTODO attributes\r
39                 All not implemented members are throwing NotImplementedException\r
40                 Implemented IIf\r
41                 Implemented Command\r
42                 Implemented Environ\r
43                 \r
44 2004-02-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
45         * ComClassAttibute.cs:\r
46                 Implemented attribute (related to bug #52570)\r
47         * FileAttribute.cs\r
48                 Cosmetic changes\r
49         * VBFixedArrayAttribute.cs:\r
50                 Implemented attribute (related to bug #52570)\r
51         * VBFixedStringAttribute.cs:\r
52                 Implemented attribute (related to bug #52570)\r
53         \r
54 2004-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
55         * FileSystem.cs:\r
56                 Implemented Dir() now throws the right exception \r
57         \r
58 2004-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
59         * Information.cs:\r
60                 Implemented IsNothing(object)\r
61         \r
62 2004-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
63         * FileSystem.cs:\r
64                 Started implementing Dir function\r
65 \r
66 2004-01-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
67         * Information.cs:\r
68                 Implemented IsNumeric(object)\r
69 \r
70 2003-12-29  Jochen Wezel <jwezel@compumaster.de>\r
71 \r
72         * Strings.cs:\r
73                 Fixed bug in Len(Decimal)\r
74 \r
75 2003-12-02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
76         * Microsoft.VisualBasic: Strings.cs \r
77                 Simplified Asc(string) by using Asc(char)\r
78                 Simplified AscW(string) by using AscW(char)\r
79                 Simplified StrReverse\r
80 \r
81 2002-08-15  Tim Coleman <tim@timcoleman.com>\r
82         * ChangeLog:\r
83                 Added a ChangeLog\r
84         * Constants.cs:\r
85                 Make these actual constants so mcs will compile them.\r
86 \r