2004-10-25 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / cil / ChangeLog
index 897fa0faabcb9dcaedf9cfbd7c9e216a3c49315d..1515b38de2fe5d90938bab85d320c082ce824055 100644 (file)
@@ -1,6 +1,18 @@
+2004-08-05  Duncan Mak  <duncan@ximian.com>
+
+       * cil-opcodes.xml: 
+       * opcode.def: Rename "stelem" to "stelem.any"
+       and "ldelem" to "ldelem.any".
+       
+2004-08-02  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (opcode.def): Make $(srcdir)!=$(builddir) safe.
+       * make-opcodes-def.pl (OUTPUT): Use $ARGV[1].
+       (parsefile): Parse $ARGV[0].
+
 2004-07-30  Duncan Mak  <duncan@ximian.com>
 
-       * cil-opcodes.xml: Added OperandType information to each of the
+       * cil-opcodes.xml: Added OpCodeType information to each of the
        public opcodes with the new "type" attribute. Removed mono_func_*
        from the opcodes and updated the "o2" attribute for the mono_*
        opcodes to match the values in the existing opcode.def. Added