Updates
[mono.git] / mono / interpreter / ChangeLog
1 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
2
3         * interp.c (newobj): Added function to handle newobj opcode.
4
5 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
6
7         * interp.c (ves_exec_method): Make the interpreter abort with more
8         information than it currently does.
9
10         Enable the slow processor, as it is easier to debug.
11
12 Sun Jul 15 17:50:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13
14         * Started changelog.
15         * interp.c: use new mono_get_method () function to get the complete
16         info on a method invocation: we support now method invocation with
17         multiple (or zero) simple arguments and with or without a return value.
18         Implement also a couple more opcodes.