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