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