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