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