* Mono.Posix.dll.sources: Rename Mono.Posix to Mono.Unix.
[mono.git] / mono / cil / ChangeLog
1 2004-08-05  Duncan Mak  <duncan@ximian.com>
2
3         * cil-opcodes.xml: 
4         * opcode.def: Rename "stelem" to "stelem.any"
5         and "ldelem" to "ldelem.any".
6         
7 2004-08-02  Raja R Harinath  <rharinath@novell.com>
8
9         * Makefile.am (opcode.def): Make $(srcdir)!=$(builddir) safe.
10         * make-opcodes-def.pl (OUTPUT): Use $ARGV[1].
11         (parsefile): Parse $ARGV[0].
12
13 2004-07-30  Duncan Mak  <duncan@ximian.com>
14
15         * cil-opcodes.xml: Added OpCodeType information to each of the
16         public opcodes with the new "type" attribute. Removed mono_func_*
17         from the opcodes and updated the "o2" attribute for the mono_*
18         opcodes to match the values in the existing opcode.def. Added
19         "mono_save_lmf" and mono_restore_lmf", which were listed in
20         opcode.def, but not in the XML file.
21         
22 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
23
24         * opcode.def: Remove CEE_MONO_FUNC and related opcodes, replace them
25         with CEE_MONO_ICALL.
26
27 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
28
29         * opcode.def: Add mono_save_lmf and mono_restore_lmf.
30
31 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
32
33         * opcode.def: Add mono_func2.
34
35 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
36
37         * opcode.def, cil-opcodes.xml: Added two new opcodes for type checking:
38         mono_cisinst and mono_ccastclass.
39
40 Thu May 29 12:52:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
41
42         * opcode.def, cil-opcodes.xml: fix opcode entries.
43
44 Wed Sep 5 15:54:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
45
46         * opcode.def: cvs add to reduce build dependencies for
47         people using the snapshots or cvs.
48
49 Wed Jul 11 18:50:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
50
51         * cil-opcodes.xml: change duplicate unused entry.
52
53 Mon Jul  2 15:31:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
54
55         * cil-opcodes.xml: use a more proper XML format (single root tag).
56         * make-opcodes-def.pl: use XML::Parser, remove debugging print that
57         broke compilation, corrected opcode byte len.
58
59 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
60
61         * cil-opcodes.xml: New file that describes the CIL opcodes in
62         XML format.
63
64         * make-opcodes-def.pl: Perl script that parses the above file and
65         generates a Annex V/C.2 compliant opcode.def file.
66
67