* MethodDef.cs (CreateSignature): Add a space in generated signature.
[mono.git] / mcs / ilasm / codegen / MethodDef.cs
2004-12-14 Raja R Harinath* MethodDef.cs (CreateSignature): Add a space in genera...
2004-12-14 Marek SafarCopied remotely
2004-12-13 Miguel de Icaza2004-12-13 Miguel de Icaza <miguel@ximian.com>
2004-12-04 Martin Baulig**** Merged r36954 from MCS ****
2004-12-03 Jackson Harper * MethodDef.cs: Abstract methods don't get bodies...
2004-12-02 Jackson Harper * MethodDef.cs: If the type is an interface auto set...
2004-12-02 Miguel de Icaza2004-12-02 Miguel de Icaza <miguel@ximian.com>
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-24 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-19 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-02 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-04 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-03 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-27 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-26 Martin Baulig2004-07-27 Martin Baulig <martin@ximian.com>
2004-07-23 Jackson Harper * MethodDef.cs: Params are 1 based if the metho...
2004-07-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-13 Jackson Harper * MethodDef.cs: Local lists are not lazyily...
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-27 Jackson Harper * TypeDef.cs: Preserve the order of fields...
2004-06-24 Jackson Harper * MethodDef.cs: Report when defining methods...
2004-06-23 Jackson Harper * MethodDef.cs: sigh, another varargs fix that...
2004-06-19 Jackson Harper * MethodDef.cs: Add a method to create vararg...
2004-05-23 Jackson Harper * MethodDef.cs: Cache vararg signatures so...
2003-11-18 Jackson Harper * MethodDef.cs: Add support for .zeroinit....
2003-10-13 Jackson Harper * MethodDef.cs: Check for null param lists...
2003-10-08 Jackson Harper * InstrTable.cs: Add unbox.any instruction.
2003-10-06 Jackson Harper * MethodInfo.cs: Use report to display no label...
2003-09-27 Jackson Harper * MethodDef.cs: Allow PInvoke info to be added.
2003-09-22 Jackson Harper * CodeGen.cs: Add methods for adding data....
2003-08-19 Jackson Harper * IClassRef.cs: Removed methods that have been...
2003-08-04 Jackson Harper * IClassRef.cs: Add method for making types into value...
2003-08-03 Jackson Harper * LabelInfo.cs: Move this type outside of MethodDef...
2003-08-02 Jackson Harper * ExternMethodRef.cs: Remove top secret debugging...
2003-08-01 Jackson Harper * MethodDef.cs: Allow 0 offsets for labels, and make...
2003-08-01 Jackson Harper * MethodDef.cs: Allow 0 offsets for labels
2003-07-29 Jackson Harper * FilterBlock.cs: Use a handler block for the this...
2003-07-29 Jackson Harper * IInstr.cs: Instructions now get their parent method...
2003-07-28 Jackson Harper * ExternFieldRef.cs: Resolve as a typespec field if...
2003-07-25 Jackson Harper * MEthodDef.cs: If methods do not have the...
2003-07-22 Jackson Harper * MethodDef.cs: Do not decremint param count...
2003-06-01 Jackson Harper * CodeGen.cs: Allow this assembly name to be...
2003-05-31 Jackson Harper * CustomAttr.cs: New file - Custom attributes
2003-05-25 Jackson Harper * CodeGen.cs: Add method to resolve global...
2003-05-24 Jackson Harper * CatchBlock.cs: Remove typo causing to labels...
2003-05-11 Jackson Harper * MethodDef.cs: Add named param table and metho...
2003-05-10 Jackson Harper * MethodDef.cs: Allways set max stack
2003-05-10 Jackson Harper * IMethodRef.cs: New file - Interface that method...
2003-05-06 Jackson Harper * MethodDef.cs: Add ability to add and emit...
2003-05-01 Jackson Harper * MethodDef.cs: Accept and emit instructions.
2003-04-19 Jackson Harper * FieldDef.cs: Change peapi fielddef name.
2003-04-18 Miguel de IcazaCouple of fixes to the build: clash of name and parent...
2003-04-18 Jackson Harper * MethodDef.cs: New file - definition of a...