2005-03-16 Alexander Olk <xenomorph2@onlinehome.de>
[mono.git] / mcs / ilasm / ChangeLog
1 2004-12-08  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * Driver.cs: Added support for /key option to strongname assemblies
4         produced by ilasm. Fix bug #69721.
5         * Makefile: Added dependency on Mono.Security.dll assembly to provide
6         strongnaming support.
7
8 2004-12-02  Miguel de Icaza  <miguel@ximian.com>
9
10         * CodeGen.cs: Correctly compute the name of a nested class,
11         currently it was ignoring anything above level 1.
12
13 2004-07-27  Jackson Harper  <jackson@ximian.com>
14
15         * Driver.cs: Make debug switch compatible with MS's add debug to
16         the usage.
17
18 2004-07-27  Martin Baulig  <martin@ximian.com>
19
20         Added debugging support to ilasm :-)
21
22         * Makefile: Depend on Mono.CSharp.Debugger.dll (this is only
23         exposed in DebuggingInfo.cs, so we can easily change that).
24
25         * Driver.cs: Added --debug command line argument to create
26         debugging info; this'll create a .mdb symbol file.
27
28 2004-06-26  Jackson Harper  <jackson@ximian.com>
29
30         * Report.cs: Fix quiet.
31         
32 2004-06-24  Jackson Harper  <jackson@ximian.com>
33
34         * Report.cs: Add new mehtod for displaying messages.
35         
36 2004-06-23  Jackson Harper  <jackson@ximian.com>
37
38         * Driver.cs: Use the same success message as MS.
39         
40 2004-06-19  Jackson Harper  <jackson@ximian.com>
41
42         * ilasm.exe.sources: Add MethodPointerTypeRef.cs to the build.
43         
44 2004-06-14  Jackson Harper  <jackson@ximian.com>
45
46         * ilasm.exe.sources: Add FileRef.cs
47         
48 2004-06-10  Jackson Harper  <jackson@ximian.com>
49
50         * Driver.cs: Handle tokenization errors with the correct error
51         message.
52         * Report.cs: Print error messages properly. Add an extra \n after
53         the assemble file message.
54         * ilasm.exe.sources: Add new exception, remove old one.
55         
56 2004-06-04  Jackson Harper  <jackson@ximian.com>
57
58         * Driver.cs: Do everything using the invariant culture.
59         
60 2004-04-26  Jackson Harper  <jackson@ximian.com>
61
62         * Makefile: Get libs from the default profile directory
63         
64 2004-04-05  Jackson Harper  <jackson@ximian.com>
65
66         * Driver.cs: Accept output option. Usage shows /output instead of
67         /out like MS.
68         
69 2004-04-01  Jackson Harper  <jackson@ximian.com>
70
71         * Driver.cs: The parser now needs to take a scanner object in its
72         constructor so it can set a flag when parsing byte arrays.
73         
74 2004-02-18  Jackson Harper <jackson@ximian.com>
75
76         * ilasm.exe.sources: Add ExternTypeRefInst to the build.
77         
78 2003-11-16 Jackson Harper <jackson@ximian.com>
79
80         * Driver.cs: Give the parser an instance of the stream reader so
81         it can get the streams encoding.
82         
83 2003-11-16 Jackson Harper <jackson@ximian.com>
84
85         * Driver.cs: If an arg isn't a switch and starts with a / add it
86         as a file to be compiled. This fixes bug #51041.
87         
88 2003-10-28 Jackson Harper <jackson@ximian.com>
89
90         * Driver.cs: Stub some command line args to maintain compatibility
91         with MS.
92         
93 2003-10-01 Jackson Harper <jackson@latitudegeo.com>
94
95         * Driver.cs: Remove delete on error, add quiet option.
96         * Report.cs: Can be quiet
97                 
98 2003-09-21 Jackson Harper <jackson@latitudegeo.com>
99
100         * Driver.cs: Give codegen a report object
101         * Report.cs: Remove silly methods that wouldnt have worked. Errors
102         are just string messages.
103         
104 2003-08-14 Jackson Harper <jackson@latitudegeo.com>
105
106         * Driver.cs: Report entry for each il file processed
107         * Report.cs: New file - All error/warning/progress reporting will
108         go through here.
109         * ilasm.exe.sources: Add report to build
110                 
111 2003-08-12 Jackson Harper <jackson@latitudegeo.com>
112
113         * AssemblyInfo.cs: Bump up the vizzity-version number.
114                 
115 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
116
117         * Driver.cs: Throw compile errors for now
118         
119 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
120
121         * Driver.cs: Add some basic line number feedback when an error
122         occurs
123         
124 2003-07-17 Jackson Harper <jackson@latitudegeo.com>
125
126         * ilasm.exe.sources: Add corlib/GenericTypeRef.cs to build
127         
128 2003-07-15 Jackson Harper <jackson@latitudegeo.com>
129
130         * Driver.cs: Use WriteLine for 'compilation succeeded' message.
131                 
132 2003-07-16  Peter Williams  <peter@newton.cx>
133
134         * Makefile (ILParser.cs): Move this from parser/ so we avoid
135         slash direction issues on the Windows build.
136
137         * .cvsignore: Add ILParser.cs here.
138
139 2003-07-14 Jackson Harper <jackson@latitudegeo.com>
140
141         * Makefile: Add the class/lib directory to the lib path so the
142         newest PEAPI is allways loaded.
143         
144 2003-06-08 Jackson Harper <jackson@latitudegeo.com>
145
146         * AssemblyInfo.cs: Bump version number up (way up) lots of
147         features have been implemented since last version.
148                 
149 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
150
151         * Driver.cs: Exit with 1 return code when no arguments are supplied.
152                 
153 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
154
155         * Driver.cs: Add command switch to delete output files created if
156         there is an error. 
157                 
158 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
159
160         * Driver.cs: Print error exception when compilation fails.
161                 
162 2003-05-18 Jackson Harper <jackson@latitudegeo.com>
163
164         * Driver.cs: Return an error code if any errors occur during
165         compiling. Also print a success or error message.
166                 
167 2003-05-02 Jackson Harper <jackson@latitudegeo.com>
168
169         * AssemblyInfo.cs: Bump up version number
170                 
171 2003-04-30 Jackson Harper <jackson@latitudegeo.com>
172
173         * makefile: Add instructions to build
174         * makefile.gnu: Add instructions to build
175         
176 2003-04-20 Jackson Harper <jackson@latitudegeo.com>
177
178         * makefile: Add DataDef to build
179         * makefile.gnu: Add DataDef to build
180                 
181 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
182
183         * makefile: Add new types to build
184         * makefile.gnu: Add new types to build
185                 
186 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
187
188         * AssemblyInfo.cs: Increase version number.
189                 
190 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
191
192         * Driver.cs: Call new codegen methods.
193         * makefile: Add new types to build
194         * makefile.gnu: Add new types to build
195                 
196 2003-03-31 Jackson Harper <jackson@latitudegeo.com>
197
198         * Driver.cs: de-tabbify
199                 
200 2003-03-29 Jackson Harper <jackson@latitudegeo.com>
201
202         * Driver.cs: Add switch to display parser debugging information.
203                 
204 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
205
206         * Driver.cs: Add switch to display method definitions and references.
207
208 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
209
210         * Driver.cs: Add switch to display tokens as they are generated.
211
212 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
213
214         * makefile, makefile.gnu: Add FieldTable to build
215         
216 Fri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus@ximian.com>
217
218         * codegen/InstrTable.cs: fix break instruction name.
219         * codegen/Method.cs: use ArgumentNullException.
220         * parser/ILParser.jay: handle stdcall convention.
221
222 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
223
224         * makefile, makefile.gnu: Add InstrTable to build
225
226 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
227
228         * makefile, makefile.gnu: Add MethodTable and TypeRef to build.
229
230 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
231
232         * makefile, makefile.gnu: Add ExternTable to build
233
234 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
235
236         * Driver.cs: If a file does not exist print an error and exit.
237
238 2003-03-07 Alp Toker <alp@atoker.com>
239
240         * makefile, makefile.gnu: reference PEAPI.dll instead of including
241         PEAPI.cs
242
243 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
244
245         * AssemblyInfo.cs: Bump up version number, this new version is a major 
246         structural change, PEAPI is now being used for code emission.
247         * makefile, makefile.gnu: Add AssemblyInfo.cs to build
248         
249 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
250
251         * Driver.cs: Check that all types are defined before writing pe file
252         
253 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
254
255         * makefile, makefile.gnu: Include PEAPI.cs instead of linking to it, this fixes build but is not ideal.
256
257 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
258
259         * Driver.cs: Change a few calls to match new CodeGen
260         * makefile: Build with PEAPI
261         * makefile.gnu: Build with PEAPI
262
263 2003-02-22 Jackson Harper <jackson@latitudegeo.com>
264
265         * Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /-
266
267 2003-02-21 Jackson Harper <jackson@latitudegeo.com>
268
269         * AssemblyInfo.cs: Add file
270         * makefile: Add AssemblyInfo to build
271         * makefile.gnu: Add AssemblyInfo to build
272
273 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
274
275         * makefile: Add TypeManager.cs to build
276         * makefile.gnu: Add TypeManager.cs to build
277
278 2003-02-03 Jackson Harper <jackson@latitudegeo.com>
279
280         * Driver.cs: Remove some debugging info.
281
282 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
283
284         * makefile.gnu: Use new Driver.cs instead of Main.cs
285
286 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
287
288         * Driver.cs: Add new Driver
289         * tests: Add new tests directory
290         * makefile: Use new Driver.cs instead of Main.cs