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