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