(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System / Microsoft.VisualBasic / ChangeLog
blob2828173787635e8e9dbf49d8078ea0d53737c749
1 2004-08-21  Jochen Wezel <jwezel@compumaster.de>
2         * VBCodeGenerator.cs: Removed some indentation commenting in generated
3           source code
5 2004-08-09  Jambunathan K  <kjambunathan@novell.com>
6         * VBCodeCompiler.cs: Regex pattern in CreateErrorFromString() now
7           reads (?<level>error|warning) instead of (?<level>\w*). This is
8           so that mbas's ALPHA message doesn't get captured as a error
9           string.
11 2004-06-28  Atsushi Enomoto  <atsushi@ximian.com>
13         * VBCodeCompiler.cs : (only for windows) First check mono.bat, then
14           check mono.exe. It enables xsp working with mono windows installer.
16 2004-06-24  Atsushi Enomoto <atsushi@ximian.com>
18         * VBCodeCompiler.cs : On windows we use fixed mono.exe and mbas.exe
19           located by mscorlib.dll. (The same fix as that of CSharpCodeCompiler)
21 2004-06-03  Jochen Wezel <jwezel@compumaster.de>
23         * VBCodeGenerator.cs: MemberAttributes made more compatible to MS
24         style (e. g. NotOverridable), Properties ReadOnly/WriteOnly fixed,
25         Property Set fixed, successless analysis of wrong indentation of last 
26         line which contains "End Namespace" (should be on the very left)
28 2004-04-26  Jochen Wezel <jwezel@compumaster.de>
30         * VBCodeGenerator.cs: GenerateAttributeDeclarationsEnd: Fix of line break
32 2004-02-10  Jackson Harper <jackson@ximian.com>
34         * VBCodeCompiler.cs: Use the temp files collection for
35         creating temp files.
36         
37 2004-02-05  Jackson Harper <jackson@ximian.com>
39         * VBCodeCompiler.cs: Set file extensions properly.
40         
41 2003-11-27  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
43         * Microsoft.VisualBasic/VBCodeGenerator.cs: Support for Option Strict/Option Explicit
44         
45 2003-11-27  Jackson Harper <jackson@ximian.com>
47         * VBCodeCompiler.cs: Put a space between Property and the
48         properties name. Only add a closing quote to strings if we are
49         still in a quote. Use BaseType == "System.Void" to determine if a
50         method is void. This prevents getting As Nothing functions. Many
51         thanks to Anirban for helping me with VB Syntax.
52         
53 2003-11-27  Jackson Harper <jackson@ximian.com>
55         * VBCodeCompiler.cs: use /wlevel for warning level. This is what
56         mbas uses.
57         
58 2003-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
60         * VBCodeGenerator.cs: some corrections regarding missing spaces in
61         generated code (e. g. "Property "). QuoteSnippetString implemented.
62         Patch by Jochen Wezel (jwezel@compumaster.de).
64 2003-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
66         * Microsoft.VisualBasic/VBCodeGenerator.cs: Sub or Function generation
67         is switched by method.ReturnType being "System.Void"
69 2003-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
71         * Microsoft.VisualBasic/VBCodeCompiler.cs: Inserts "--" before file
72         names block
73         * Microsoft.VisualBasic/VBCodeGenerator.cs: Indexer should be
74         ".Item(xx)"
76 2003-10-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
78         * Microsoft.VisualBasic/VBCodeCompiler.cs: New.
79         * Microsoft.VisualBasic/VBCodeGenerator.cs:
80         * Microsoft.VisualBasic/VBCodeProvider.cs: modified others to use the
81         new CodeCompiler.
83         New VBCodeCompiler by Jochen Wezel <jwezel@compumaster.de>.
86 2003-07-07  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
88         * VBCodeProvider.cs: Removed unneccesary attributes according to
89         corecompare
91 2003-06-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
93         * VBCodeGenerator.cs: Added and nearly completely implemented
94                 (it compiles, but the functionallity is completely untested)
95                 (also without a working mbas the compilaton options will fail)
96                 (once all command line arguments for mbas are final and the
97                 warning output is final change the apropriate code to generate
98                 these options)
100         * VBCodeProvider.cs: Added and implemented