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