This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mono / cil / ChangeLog
1 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
2
3         * opcode.def: Add mono_save_lmf and mono_restore_lmf.
4
5 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
6
7         * opcode.def: Add mono_func2.
8
9 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
10
11         * opcode.def, cil-opcodes.xml: Added two new opcodes for type checking:
12         mono_cisinst and mono_ccastclass.
13
14 Thu May 29 12:52:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
15
16         * opcode.def, cil-opcodes.xml: fix opcode entries.
17
18 Wed Sep 5 15:54:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
19
20         * opcode.def: cvs add to reduce build dependencies for
21         people using the snapshots or cvs.
22
23 Wed Jul 11 18:50:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
24
25         * cil-opcodes.xml: change duplicate unused entry.
26
27 Mon Jul  2 15:31:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
28
29         * cil-opcodes.xml: use a more proper XML format (single root tag).
30         * make-opcodes-def.pl: use XML::Parser, remove debugging print that
31         broke compilation, corrected opcode byte len.
32
33 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
34
35         * cil-opcodes.xml: New file that describes the CIL opcodes in
36         XML format.
37
38         * make-opcodes-def.pl: Perl script that parses the above file and
39         generates a Annex V/C.2 compliant opcode.def file.
40
41