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