Actually set the `class' and `struct' constraint on the GenericTypeParameterBuilder.
[mono.git] / mcs / ilasm / ChangeLog
1 2004-04-05  Jackson Harper  <jackson@ximian.com>
2
3         * Driver.cs: Accept output option. Usage shows /output instead of
4         /out like MS.
5         
6 2004-04-01  Jackson Harper  <jackson@ximian.com>
7
8         * Driver.cs: The parser now needs to take a scanner object in its
9         constructor so it can set a flag when parsing byte arrays.
10         
11 2004-02-18  Jackson Harper <jackson@ximian.com>
12
13         * ilasm.exe.sources: Add ExternTypeRefInst to the build.
14         
15 2003-11-16 Jackson Harper <jackson@ximian.com>
16
17         * Driver.cs: Give the parser an instance of the stream reader so
18         it can get the streams encoding.
19         
20 2003-11-16 Jackson Harper <jackson@ximian.com>
21
22         * Driver.cs: If an arg isn't a switch and starts with a / add it
23         as a file to be compiled. This fixes bug #51041.
24         
25 2003-10-28 Jackson Harper <jackson@ximian.com>
26
27         * Driver.cs: Stub some command line args to maintain compatibility
28         with MS.
29         
30 2003-10-01 Jackson Harper <jackson@latitudegeo.com>
31
32         * Driver.cs: Remove delete on error, add quiet option.
33         * Report.cs: Can be quiet
34                 
35 2003-09-21 Jackson Harper <jackson@latitudegeo.com>
36
37         * Driver.cs: Give codegen a report object
38         * Report.cs: Remove silly methods that wouldnt have worked. Errors
39         are just string messages.
40         
41 2003-08-14 Jackson Harper <jackson@latitudegeo.com>
42
43         * Driver.cs: Report entry for each il file processed
44         * Report.cs: New file - All error/warning/progress reporting will
45         go through here.
46         * ilasm.exe.sources: Add report to build
47                 
48 2003-08-12 Jackson Harper <jackson@latitudegeo.com>
49
50         * AssemblyInfo.cs: Bump up the vizzity-version number.
51                 
52 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
53
54         * Driver.cs: Throw compile errors for now
55         
56 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
57
58         * Driver.cs: Add some basic line number feedback when an error
59         occurs
60         
61 2003-07-17 Jackson Harper <jackson@latitudegeo.com>
62
63         * ilasm.exe.sources: Add corlib/GenericTypeRef.cs to build
64         
65 2003-07-15 Jackson Harper <jackson@latitudegeo.com>
66
67         * Driver.cs: Use WriteLine for 'compilation succeeded' message.
68                 
69 2003-07-16  Peter Williams  <peter@newton.cx>
70
71         * Makefile (ILParser.cs): Move this from parser/ so we avoid
72         slash direction issues on the Windows build.
73
74         * .cvsignore: Add ILParser.cs here.
75
76 2003-07-14 Jackson Harper <jackson@latitudegeo.com>
77
78         * Makefile: Add the class/lib directory to the lib path so the
79         newest PEAPI is allways loaded.
80         
81 2003-06-08 Jackson Harper <jackson@latitudegeo.com>
82
83         * AssemblyInfo.cs: Bump version number up (way up) lots of
84         features have been implemented since last version.
85                 
86 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
87
88         * Driver.cs: Exit with 1 return code when no arguments are supplied.
89                 
90 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
91
92         * Driver.cs: Add command switch to delete output files created if
93         there is an error. 
94                 
95 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
96
97         * Driver.cs: Print error exception when compilation fails.
98                 
99 2003-05-18 Jackson Harper <jackson@latitudegeo.com>
100
101         * Driver.cs: Return an error code if any errors occur during
102         compiling. Also print a success or error message.
103                 
104 2003-05-02 Jackson Harper <jackson@latitudegeo.com>
105
106         * AssemblyInfo.cs: Bump up version number
107                 
108 2003-04-30 Jackson Harper <jackson@latitudegeo.com>
109
110         * makefile: Add instructions to build
111         * makefile.gnu: Add instructions to build
112         
113 2003-04-20 Jackson Harper <jackson@latitudegeo.com>
114
115         * makefile: Add DataDef to build
116         * makefile.gnu: Add DataDef to build
117                 
118 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
119
120         * makefile: Add new types to build
121         * makefile.gnu: Add new types to build
122                 
123 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
124
125         * AssemblyInfo.cs: Increase version number.
126                 
127 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
128
129         * Driver.cs: Call new codegen methods.
130         * makefile: Add new types to build
131         * makefile.gnu: Add new types to build
132                 
133 2003-03-31 Jackson Harper <jackson@latitudegeo.com>
134
135         * Driver.cs: de-tabbify
136                 
137 2003-03-29 Jackson Harper <jackson@latitudegeo.com>
138
139         * Driver.cs: Add switch to display parser debugging information.
140                 
141 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
142
143         * Driver.cs: Add switch to display method definitions and references.
144
145 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
146
147         * Driver.cs: Add switch to display tokens as they are generated.
148
149 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
150
151         * makefile, makefile.gnu: Add FieldTable to build
152         
153 Fri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus@ximian.com>
154
155         * codegen/InstrTable.cs: fix break instruction name.
156         * codegen/Method.cs: use ArgumentNullException.
157         * parser/ILParser.jay: handle stdcall convention.
158
159 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
160
161         * makefile, makefile.gnu: Add InstrTable to build
162
163 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
164
165         * makefile, makefile.gnu: Add MethodTable and TypeRef to build.
166
167 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
168
169         * makefile, makefile.gnu: Add ExternTable to build
170
171 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
172
173         * Driver.cs: If a file does not exist print an error and exit.
174
175 2003-03-07 Alp Toker <alp@atoker.com>
176
177         * makefile, makefile.gnu: reference PEAPI.dll instead of including
178         PEAPI.cs
179
180 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
181
182         * AssemblyInfo.cs: Bump up version number, this new version is a major 
183         structural change, PEAPI is now being used for code emission.
184         * makefile, makefile.gnu: Add AssemblyInfo.cs to build
185         
186 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
187
188         * Driver.cs: Check that all types are defined before writing pe file
189         
190 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
191
192         * makefile, makefile.gnu: Include PEAPI.cs instead of linking to it, this fixes build but is not ideal.
193
194 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
195
196         * Driver.cs: Change a few calls to match new CodeGen
197         * makefile: Build with PEAPI
198         * makefile.gnu: Build with PEAPI
199
200 2003-02-22 Jackson Harper <jackson@latitudegeo.com>
201
202         * Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /-
203
204 2003-02-21 Jackson Harper <jackson@latitudegeo.com>
205
206         * AssemblyInfo.cs: Add file
207         * makefile: Add AssemblyInfo to build
208         * makefile.gnu: Add AssemblyInfo to build
209
210 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
211
212         * makefile: Add TypeManager.cs to build
213         * makefile.gnu: Add TypeManager.cs to build
214
215 2003-02-03 Jackson Harper <jackson@latitudegeo.com>
216
217         * Driver.cs: Remove some debugging info.
218
219 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
220
221         * makefile.gnu: Use new Driver.cs instead of Main.cs
222
223 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
224
225         * Driver.cs: Add new Driver
226         * tests: Add new tests directory
227         * makefile: Use new Driver.cs instead of Main.cs