Added VS2005 project files.
[mono.git] / mcs / class / Microsoft.VisualBasic / ChangeLog
1 2006-04-11  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (bootstrap_profile): Remove.
4         (ilasm): Use BOOTSTRAP_PROFILE from $(PROFILE).make.
5
6 2006-03-22  Raja R Harinath  <rharinath@novell.com>
7
8         * Microsoft.VisualBasic.dll.sources, fixup/fixup.pl:
9         Update to rename of attribute.
10
11 2005-11-21  Raja R Harinath  <rharinath@novell.com>
12
13         * Makefile (bootstrap_profile): New.  Defines the bootstrap
14         profile associated with the current profile.
15         (ilasm, ILASM): Use it.
16         ($(the_il)): Don't be too eager to delete temporary files.
17
18 2005-10-23  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * Microsoft.VisualBasic.dll.sources : removed StringsTest.cs (see
21           Test/MS.VB/ChangeLog).
22
23 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
24
25         * Makefile: Replaced /codepage with CODEPAGE.
26
27 2005-08-06  Ankit Jain  <jankit@novell.com>
28
29         * Makefile ($(the_il)): Add /dll switch.
30
31 2005-07-05  Manjula GHM  <mmanjula@novell.com>
32         * DateType.cs : Support "#" in string to DateTime conversion, eg: #7/29/2004#
33
34 2005-06-15  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * Microsoft.VisualBasic.dll.sources :
37           remove duplicate MonoTODOAttribute.cs
38
39 2005-05-20  Raja R Harinath  <rharinath@novell.com>
40
41         * Makefile (SUBDIRS): Add Test/standalone.
42         * Test/standalone/Makefile: Add.
43
44 2005-05-05  Raja R Harinath  <harinath@acm.org>
45
46         * Makefile (with_mono_path): Define.
47
48 2005-05-06  Ankit Jain  <ankit@corewars.org>
49
50         * Microsoft.VisualBasic.dll.resources: Change resource argument to 
51         Microsoft.VisualBasic.VBUtils.resources .
52
53 2005-05-06  Raja R Harinath  <rharinath@novell.com>
54
55         * Microsoft.VisualBasic.VBUtils.txt: Rename from ...
56         * Microsoft.VisualBasic/VBUtils.txt: ... this.
57         * Makefile (TXT_RES): Update.
58         (SUBDIRS): Remove.
59         (LIBRARY_NEEDS_POSTPROCESSING): Define.
60         (the_il, the_lib): New.  Move rules from fixup/Makefile.
61         * fixup/Makefile: Remove.
62
63 2005-04-25  Raja R Harinath  <rharinath@novell.com>
64
65         * fixup/Makefile (ILDISASM): Remove.
66         ($(the_il)): Create temporary files in profile directory.
67
68 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
69
70         * fixup/Makefile :
71           monodis might not be in PATH. Use one from mono tree.
72
73 2005-04-22  Raja R Harinath  <rharinath@novell.com>
74
75         * fixup/Makefile (install-local): Depend on $(the_lib).
76         * fixup/fixup.pl: Be more resilient to varying order of .param
77         custom attributes.
78
79 2005-04-21  Raja R Harinath  <rharinath@novell.com>
80
81         * Makefile (NO_SIGN_ASSEMBLY, NO_INSTALL): Set.  The actual signing
82         and installation is handled by fixup/Makefile.
83         (test_against, test_dep): Point to the fixed up dll.
84         * fixup/Makefile: New makefile.  Handles calling 'fixup.pl' on the
85         build assembly, and installing it.
86         * fixup.pl: Allow input from stdin.
87
88 2005-04-21  Ankit Jain  <ankit@corewars.org>
89
90         * fixup.pl: Add fixup script to convert DefaultArgumentValueAttribute
91         to its corresponding default value in IL.
92         
93 2005-02-03  Manjula GHM  <mmanjula@novell.com>
94           * Added Microsoft.VisualBasic project file
95
96 2004-12-07  Raja R Harinath  <rharinath@novell.com>
97
98         * Makefile ($(TXT_RES)): Pass argument of RESGEN through
99         PLATFORM_CHANGE_SEPARATOR_CMD.
100
101 2004-11-26  Raja R Harinath  <rharinath@novell.com>
102
103         * Makefile (EXTRA_DISTFILES): Add Microsoft.VisualBasic.dll.resources.
104
105 2004-11-25  Raja R Harinath  <rharinath@novell.com>
106
107         * Makefile (EXTRA_DISTFILES): Fix typo.
108
109 2004-11-02  Atsushi Enomoto  <atsushi@ximian.com>
110
111         * Makefile : don't use -codepage:utf8. It breaks csc build.
112
113 2004-10-30 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
114         * Makefile: Added some -codepage:utf8 options for mcs, or our sources (specially for tests) get miscompiled. 
115
116 2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
117         * Makefile: Added reference to System.Windows.Forms as interface Microsoft.VisualBasic.CompilerServices.IVbHost needs it. 
118         
119 2004-09-05  Jambunathan K  <kjambunathan@novell.com>
120         * Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs
121         * Makefile: Removed '/unsafe' switch to the C# compiler
122
123 2004-07-31  Jambunathan K  <kjambunathan@novell.com>
124         * Makefile: Added /unsafe switch to the compiler command line.
125         This is required as setting of Today and TimeOfDay makes a libc
126         call - stime(). Thanks to Pablo Cardona for submitting this patch.
127
128 2004-07-05   Rafael Teixeira <rafaelteixeirabr@hotmail.com>
129         * Strings.cs: corrected 3 long-standing errors as detected by our nunit tests
130
131 2004-06-28  Raja R Harinath  <rharinath@novell.com>
132         * Makefile ($(TXT_RESOURCES) $(RESX_RESOURCES)): Use $(RESGEN).
133
134 2004-06-23  Jambunathan K  <kjambunathan@novell.com>
135         * Microsoft.VisualBasic.dll.sources: Added RandomVBFile.cs and BinaryVBFile.cs
136
137 2004-06-22  Raja R Harinath  <rharinath@novell.com>
138
139         * Makefile: Use $(PLATFORM_PATH_SEPARATOR) when setting MONO_PATH.
140
141 2004-06-17  Jambunathan K  <kjambunathan@novell.com>
142         * Microsoft.VisualBasic.dll.sources: Included OutPutVBFile.cs
143
144 2004-06-16  Jambunathan K  <kjambunathan@novell.com>
145         * Microsoft.VisualBasic.dll.sources: Included VBFile.cs, BaseVBFile.cs,
146         and InputVBFile.cs
147
148 2004-06-15  Jambunathan K  <kjambunathan@novell.com>
149         * Microsoft.VisualBasic_test.dll.sources: Added FinancialTest.cs 
150         to the list of test files
151
152 2004-06-07 Jambunathan K <kjambunathan@novell.com>
153         * Makefile: Changed to account for error string resources
154         * Microsoft.VisualBasic.dll.resources: Newly added list of compiled
155         resources for VB.NET
156         * Microsoft.VisualBasic.dll.sources: Included newly created VBErrors.cs
157         
158 2004-4-25       Dennis Hayes <dennish@raytek.com>
159         * Microsoft.VisualBasic.dll.sources: Added internal VBUtils.cs to buld for Mainsoft compatable.
160
161 2004-03-27  Duncan Mak  <duncan@ximian.com>
162
163         * Microsoft.VisualBasic_test.dll.sources: Added ForEachEnum and OpenModeTypes.
164
165 2004-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
166         * Microsoft.VisualBasic_test.dll.sources: Added new test files
167
168 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
169         * Microsoft.VisualBasic.dll.sources: Added Assembly files
170
171 2003-03-12  Martin Willemoes Hansen <mwh@sysrq.dk>
172         * Patched makefile.gnu to work with the new NUnit2 tests
173
174 2002-08-15  Tim Coleman <tim@timcoleman.com>
175         * list:
176         * makefile.gnu:
177                 Added files to allow build on linux.
178
179 2002-05-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
180         * Microsoft.VisualBasic: Strings.cs - Merged all method implementations provided 
181           by Martin Adoue, with method signatures (specially attributes) provided 
182           by Chris J. Breisch. Some tweaking for the Mid member (two overloads versus third optional parameter).
183
184 2002-05-18  Chris J Breisch <cjbreisch@altavista.net>
185
186         * Microsoft.VisualBasic: *.cs/Test/*.cs - Cleaned up code, added
187         implementations for Collection.cs, Conversion.cs and NUnit Tests
188         for both
189
190
191