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