**** Merged from MCS ****
[mono-project.git] / mcs / ilasm / ChangeLog
blob6ad50268fe5b5b3d47dafa5c671f0a6a5a7207ee
1 2004-07-27  Jackson Harper  <jackson@ximian.com>
3         * Driver.cs: Make debug switch compatible with MS's add debug to
4         the usage.
6 2004-07-27  Martin Baulig  <martin@ximian.com>
8         Added debugging support to ilasm :-)
10         * Makefile: Depend on Mono.CSharp.Debugger.dll (this is only
11         exposed in DebuggingInfo.cs, so we can easily change that).
13         * Driver.cs: Added --debug command line argument to create
14         debugging info; this'll create a .mdb symbol file.
16 2004-06-26  Jackson Harper  <jackson@ximian.com>
18         * Report.cs: Fix quiet.
19         
20 2004-06-24  Jackson Harper  <jackson@ximian.com>
22         * Report.cs: Add new mehtod for displaying messages.
23         
24 2004-06-23  Jackson Harper  <jackson@ximian.com>
26         * Driver.cs: Use the same success message as MS.
27         
28 2004-06-19  Jackson Harper  <jackson@ximian.com>
30         * ilasm.exe.sources: Add MethodPointerTypeRef.cs to the build.
31         
32 2004-06-14  Jackson Harper  <jackson@ximian.com>
34         * ilasm.exe.sources: Add FileRef.cs
35         
36 2004-06-10  Jackson Harper  <jackson@ximian.com>
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>
46         * Driver.cs: Do everything using the invariant culture.
47         
48 2004-04-26  Jackson Harper  <jackson@ximian.com>
50         * Makefile: Get libs from the default profile directory
51         
52 2004-04-05  Jackson Harper  <jackson@ximian.com>
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>
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>
64         * ilasm.exe.sources: Add ExternTypeRefInst to the build.
65         
66 2003-11-16 Jackson Harper <jackson@ximian.com>
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>
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>
78         * Driver.cs: Stub some command line args to maintain compatibility
79         with MS.
80         
81 2003-10-01 Jackson Harper <jackson@latitudegeo.com>
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>
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>
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>
101         * AssemblyInfo.cs: Bump up the vizzity-version number.
102                 
103 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
105         * Driver.cs: Throw compile errors for now
106         
107 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
109         * Driver.cs: Add some basic line number feedback when an error
110         occurs
111         
112 2003-07-17 Jackson Harper <jackson@latitudegeo.com>
114         * ilasm.exe.sources: Add corlib/GenericTypeRef.cs to build
115         
116 2003-07-15 Jackson Harper <jackson@latitudegeo.com>
118         * Driver.cs: Use WriteLine for 'compilation succeeded' message.
119                 
120 2003-07-16  Peter Williams  <peter@newton.cx>
122         * Makefile (ILParser.cs): Move this from parser/ so we avoid
123         slash direction issues on the Windows build.
125         * .cvsignore: Add ILParser.cs here.
127 2003-07-14 Jackson Harper <jackson@latitudegeo.com>
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>
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>
139         * Driver.cs: Exit with 1 return code when no arguments are supplied.
140                 
141 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
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>
148         * Driver.cs: Print error exception when compilation fails.
149                 
150 2003-05-18 Jackson Harper <jackson@latitudegeo.com>
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>
157         * AssemblyInfo.cs: Bump up version number
158                 
159 2003-04-30 Jackson Harper <jackson@latitudegeo.com>
161         * makefile: Add instructions to build
162         * makefile.gnu: Add instructions to build
163         
164 2003-04-20 Jackson Harper <jackson@latitudegeo.com>
166         * makefile: Add DataDef to build
167         * makefile.gnu: Add DataDef to build
168                 
169 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
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>
176         * AssemblyInfo.cs: Increase version number.
177                 
178 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
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>
186         * Driver.cs: de-tabbify
187                 
188 2003-03-29 Jackson Harper <jackson@latitudegeo.com>
190         * Driver.cs: Add switch to display parser debugging information.
191                 
192 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
194         * Driver.cs: Add switch to display method definitions and references.
196 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
198         * Driver.cs: Add switch to display tokens as they are generated.
200 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
202         * makefile, makefile.gnu: Add FieldTable to build
203         
204 Fri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus@ximian.com>
206         * codegen/InstrTable.cs: fix break instruction name.
207         * codegen/Method.cs: use ArgumentNullException.
208         * parser/ILParser.jay: handle stdcall convention.
210 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
212         * makefile, makefile.gnu: Add InstrTable to build
214 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
216         * makefile, makefile.gnu: Add MethodTable and TypeRef to build.
218 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
220         * makefile, makefile.gnu: Add ExternTable to build
222 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
224         * Driver.cs: If a file does not exist print an error and exit.
226 2003-03-07 Alp Toker <alp@atoker.com>
228         * makefile, makefile.gnu: reference PEAPI.dll instead of including
229         PEAPI.cs
231 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
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>
239         * Driver.cs: Check that all types are defined before writing pe file
240         
241 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
243         * makefile, makefile.gnu: Include PEAPI.cs instead of linking to it, this fixes build but is not ideal.
245 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
247         * Driver.cs: Change a few calls to match new CodeGen
248         * makefile: Build with PEAPI
249         * makefile.gnu: Build with PEAPI
251 2003-02-22 Jackson Harper <jackson@latitudegeo.com>
253         * Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /-
255 2003-02-21 Jackson Harper <jackson@latitudegeo.com>
257         * AssemblyInfo.cs: Add file
258         * makefile: Add AssemblyInfo to build
259         * makefile.gnu: Add AssemblyInfo to build
261 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
263         * makefile: Add TypeManager.cs to build
264         * makefile.gnu: Add TypeManager.cs to build
266 2003-02-03 Jackson Harper <jackson@latitudegeo.com>
268         * Driver.cs: Remove some debugging info.
270 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
272         * makefile.gnu: Use new Driver.cs instead of Main.cs
274 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
276         * Driver.cs: Add new Driver
277         * tests: Add new tests directory
278         * makefile: Use new Driver.cs instead of Main.cs