* ILParser.jay: Create external method references
[mono.git] / mcs / ilasm / ChangeLog
1
2 Fri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus@ximian.com>
3
4         * codegen/InstrTable.cs: fix break instruction name.
5         * codegen/Method.cs: use ArgumentNullException.
6         * parser/ILParser.jay: handle stdcall convention.
7
8 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
9
10         * makefile, makefile.gnu: Add InstrTable to build
11
12 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
13
14         * makefile, makefile.gnu: Add MethodTable and TypeRef to build.
15
16 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
17
18         * makefile, makefile.gnu: Add ExternTable to build
19
20 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
21
22         * Driver.cs: If a file does not exist print an error and exit.
23
24 2003-03-07 Alp Toker <alp@atoker.com>
25
26         * makefile, makefile.gnu: reference PEAPI.dll instead of including
27         PEAPI.cs
28
29 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
30
31         * AssemblyInfo.cs: Bump up version number, this new version is a major 
32         structural change, PEAPI is now being used for code emission.
33         * makefile, makefile.gnu: Add AssemblyInfo.cs to build
34         
35 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
36
37         * Driver.cs: Check that all types are defined before writing pe file
38         
39 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
40
41         * makefile, makefile.gnu: Include PEAPI.cs instead of linking to it, this fixes build but is not ideal.
42
43 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
44
45         * Driver.cs: Change a few calls to match new CodeGen
46         * makefile: Build with PEAPI
47         * makefile.gnu: Build with PEAPI
48
49 2003-02-22 Jackson Harper <jackson@latitudegeo.com>
50
51         * Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /-
52
53 2003-02-21 Jackson Harper <jackson@latitudegeo.com>
54
55         * AssemblyInfo.cs: Add file
56         * makefile: Add AssemblyInfo to build
57         * makefile.gnu: Add AssemblyInfo to build
58
59 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
60
61         * makefile: Add TypeManager.cs to build
62         * makefile.gnu: Add TypeManager.cs to build
63
64 2003-02-03 Jackson Harper <jackson@latitudegeo.com>
65
66         * Driver.cs: Remove some debugging info.
67
68 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
69
70         * makefile.gnu: Use new Driver.cs instead of Main.cs
71
72 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
73
74         * Driver.cs: Add new Driver
75         * tests: Add new tests directory
76         * makefile: Use new Driver.cs instead of Main.cs