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