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