* ilasm.exe.sources: Add ExternTypeRefInst to the build.
[mono.git] / mcs / ilasm / ChangeLog
1 2004-02-18  Jackson Harper <jackson@ximian.com>
2
3         * ilasm.exe.sources: Add ExternTypeRefInst to the build.
4         
5 2003-11-16 Jackson Harper <jackson@ximian.com>
6
7         * Driver.cs: Give the parser an instance of the stream reader so
8         it can get the streams encoding.
9         
10 2003-11-16 Jackson Harper <jackson@ximian.com>
11
12         * Driver.cs: If an arg isn't a switch and starts with a / add it
13         as a file to be compiled. This fixes bug #51041.
14         
15 2003-10-28 Jackson Harper <jackson@ximian.com>
16
17         * Driver.cs: Stub some command line args to maintain compatibility
18         with MS.
19         
20 2003-10-01 Jackson Harper <jackson@latitudegeo.com>
21
22         * Driver.cs: Remove delete on error, add quiet option.
23         * Report.cs: Can be quiet
24                 
25 2003-09-21 Jackson Harper <jackson@latitudegeo.com>
26
27         * Driver.cs: Give codegen a report object
28         * Report.cs: Remove silly methods that wouldnt have worked. Errors
29         are just string messages.
30         
31 2003-08-14 Jackson Harper <jackson@latitudegeo.com>
32
33         * Driver.cs: Report entry for each il file processed
34         * Report.cs: New file - All error/warning/progress reporting will
35         go through here.
36         * ilasm.exe.sources: Add report to build
37                 
38 2003-08-12 Jackson Harper <jackson@latitudegeo.com>
39
40         * AssemblyInfo.cs: Bump up the vizzity-version number.
41                 
42 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
43
44         * Driver.cs: Throw compile errors for now
45         
46 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
47
48         * Driver.cs: Add some basic line number feedback when an error
49         occurs
50         
51 2003-07-17 Jackson Harper <jackson@latitudegeo.com>
52
53         * ilasm.exe.sources: Add corlib/GenericTypeRef.cs to build
54         
55 2003-07-15 Jackson Harper <jackson@latitudegeo.com>
56
57         * Driver.cs: Use WriteLine for 'compilation succeeded' message.
58                 
59 2003-07-16  Peter Williams  <peter@newton.cx>
60
61         * Makefile (ILParser.cs): Move this from parser/ so we avoid
62         slash direction issues on the Windows build.
63
64         * .cvsignore: Add ILParser.cs here.
65
66 2003-07-14 Jackson Harper <jackson@latitudegeo.com>
67
68         * Makefile: Add the class/lib directory to the lib path so the
69         newest PEAPI is allways loaded.
70         
71 2003-06-08 Jackson Harper <jackson@latitudegeo.com>
72
73         * AssemblyInfo.cs: Bump version number up (way up) lots of
74         features have been implemented since last version.
75                 
76 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
77
78         * Driver.cs: Exit with 1 return code when no arguments are supplied.
79                 
80 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
81
82         * Driver.cs: Add command switch to delete output files created if
83         there is an error. 
84                 
85 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
86
87         * Driver.cs: Print error exception when compilation fails.
88                 
89 2003-05-18 Jackson Harper <jackson@latitudegeo.com>
90
91         * Driver.cs: Return an error code if any errors occur during
92         compiling. Also print a success or error message.
93                 
94 2003-05-02 Jackson Harper <jackson@latitudegeo.com>
95
96         * AssemblyInfo.cs: Bump up version number
97                 
98 2003-04-30 Jackson Harper <jackson@latitudegeo.com>
99
100         * makefile: Add instructions to build
101         * makefile.gnu: Add instructions to build
102         
103 2003-04-20 Jackson Harper <jackson@latitudegeo.com>
104
105         * makefile: Add DataDef to build
106         * makefile.gnu: Add DataDef to build
107                 
108 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
109
110         * makefile: Add new types to build
111         * makefile.gnu: Add new types to build
112                 
113 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
114
115         * AssemblyInfo.cs: Increase version number.
116                 
117 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
118
119         * Driver.cs: Call new codegen methods.
120         * makefile: Add new types to build
121         * makefile.gnu: Add new types to build
122                 
123 2003-03-31 Jackson Harper <jackson@latitudegeo.com>
124
125         * Driver.cs: de-tabbify
126                 
127 2003-03-29 Jackson Harper <jackson@latitudegeo.com>
128
129         * Driver.cs: Add switch to display parser debugging information.
130                 
131 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
132
133         * Driver.cs: Add switch to display method definitions and references.
134
135 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
136
137         * Driver.cs: Add switch to display tokens as they are generated.
138
139 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
140
141         * makefile, makefile.gnu: Add FieldTable to build
142         
143 Fri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus@ximian.com>
144
145         * codegen/InstrTable.cs: fix break instruction name.
146         * codegen/Method.cs: use ArgumentNullException.
147         * parser/ILParser.jay: handle stdcall convention.
148
149 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
150
151         * makefile, makefile.gnu: Add InstrTable to build
152
153 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
154
155         * makefile, makefile.gnu: Add MethodTable and TypeRef to build.
156
157 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
158
159         * makefile, makefile.gnu: Add ExternTable to build
160
161 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
162
163         * Driver.cs: If a file does not exist print an error and exit.
164
165 2003-03-07 Alp Toker <alp@atoker.com>
166
167         * makefile, makefile.gnu: reference PEAPI.dll instead of including
168         PEAPI.cs
169
170 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
171
172         * AssemblyInfo.cs: Bump up version number, this new version is a major 
173         structural change, PEAPI is now being used for code emission.
174         * makefile, makefile.gnu: Add AssemblyInfo.cs to build
175         
176 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
177
178         * Driver.cs: Check that all types are defined before writing pe file
179         
180 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
181
182         * makefile, makefile.gnu: Include PEAPI.cs instead of linking to it, this fixes build but is not ideal.
183
184 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
185
186         * Driver.cs: Change a few calls to match new CodeGen
187         * makefile: Build with PEAPI
188         * makefile.gnu: Build with PEAPI
189
190 2003-02-22 Jackson Harper <jackson@latitudegeo.com>
191
192         * Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /-
193
194 2003-02-21 Jackson Harper <jackson@latitudegeo.com>
195
196         * AssemblyInfo.cs: Add file
197         * makefile: Add AssemblyInfo to build
198         * makefile.gnu: Add AssemblyInfo to build
199
200 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
201
202         * makefile: Add TypeManager.cs to build
203         * makefile.gnu: Add TypeManager.cs to build
204
205 2003-02-03 Jackson Harper <jackson@latitudegeo.com>
206
207         * Driver.cs: Remove some debugging info.
208
209 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
210
211         * makefile.gnu: Use new Driver.cs instead of Main.cs
212
213 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
214
215         * Driver.cs: Add new Driver
216         * tests: Add new tests directory
217         * makefile: Use new Driver.cs instead of Main.cs