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