**** Merged from MCS ****
[mono-project.git] / mcs / class / Microsoft.VisualBasic / ChangeLog
blob226f037b5814edfcc687b5acc24d04436fe84fd3
1 2004-11-02  Atsushi Enomoto  <atsushi@ximian.com>
3         * Makefile : don't use -codepage:utf8. It breaks csc build.
5 2004-10-30 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
6         * Makefile: Added some -codepage:utf8 options for mcs, or our sources (specially for tests) get miscompiled. 
8 2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
9         * Makefile: Added reference to System.Windows.Forms as interface Microsoft.VisualBasic.CompilerServices.IVbHost needs it. 
10         
11 2004-09-05  Jambunathan K  <kjambunathan@novell.com>
12         * Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs
13         * Makefile: Removed '/unsafe' switch to the C# compiler
15 2004-07-31  Jambunathan K  <kjambunathan@novell.com>
16         * Makefile: Added /unsafe switch to the compiler command line.
17         This is required as setting of Today and TimeOfDay makes a libc
18         call - stime(). Thanks to Pablo Cardona for submitting this patch.
20 2004-07-05   Rafael Teixeira <rafaelteixeirabr@hotmail.com>
21         * Strings.cs: corrected 3 long-standing errors as detected by our nunit tests
23 2004-06-28  Raja R Harinath  <rharinath@novell.com>
24         * Makefile ($(TXT_RESOURCES) $(RESX_RESOURCES)): Use $(RESGEN).
26 2004-06-23  Jambunathan K  <kjambunathan@novell.com>
27         * Microsoft.VisualBasic.dll.sources: Added RandomVBFile.cs and BinaryVBFile.cs
29 2004-06-22  Raja R Harinath  <rharinath@novell.com>
31         * Makefile: Use $(PLATFORM_PATH_SEPARATOR) when setting MONO_PATH.
33 2004-06-17  Jambunathan K  <kjambunathan@novell.com>
34         * Microsoft.VisualBasic.dll.sources: Included OutPutVBFile.cs
36 2004-06-16  Jambunathan K  <kjambunathan@novell.com>
37         * Microsoft.VisualBasic.dll.sources: Included VBFile.cs, BaseVBFile.cs,
38         and InputVBFile.cs
40 2004-06-15  Jambunathan K  <kjambunathan@novell.com>
41         * Microsoft.VisualBasic_test.dll.sources: Added FinancialTest.cs 
42         to the list of test files
44 2004-06-07 Jambunathan K <kjambunathan@novell.com>
45         * Makefile: Changed to account for error string resources
46         * Microsoft.VisualBasic.dll.resources: Newly added list of compiled
47         resources for VB.NET
48         * Microsoft.VisualBasic.dll.sources: Included newly created VBErrors.cs
49         
50 2004-4-25       Dennis Hayes <dennish@raytek.com>
51         * Microsoft.VisualBasic.dll.sources: Added internal VBUtils.cs to buld for Mainsoft compatable.
53 2004-03-27  Duncan Mak  <duncan@ximian.com>
55         * Microsoft.VisualBasic_test.dll.sources: Added ForEachEnum and OpenModeTypes.
57 2004-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
58         * Microsoft.VisualBasic_test.dll.sources: Added new test files
60 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
61         * Microsoft.VisualBasic.dll.sources: Added Assembly files
63 2003-03-12  Martin Willemoes Hansen <mwh@sysrq.dk>
64         * Patched makefile.gnu to work with the new NUnit2 tests
66 2002-08-15  Tim Coleman <tim@timcoleman.com>
67         * list:
68         * makefile.gnu:
69                 Added files to allow build on linux.
71 2002-05-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
72         * Microsoft.VisualBasic: Strings.cs - Merged all method implementations provided 
73           by Martin Adoue, with method signatures (specially attributes) provided 
74           by Chris J. Breisch. Some tweaking for the Mid member (two overloads versus third optional parameter).
76 2002-05-18  Chris J Breisch <cjbreisch@altavista.net>
78         * Microsoft.VisualBasic: *.cs/Test/*.cs - Cleaned up code, added
79         implementations for Collection.cs, Conversion.cs and NUnit Tests
80         for both