2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / ilasm / parser / ChangeLog
2004-12-14 Marek SafarCopied remotely
2004-12-06 Miguel de Icaza2004-12-02 Miguel de Icaza <miguel@ximian.com>
2004-12-04 Martin Baulig**** Merged r36954 from MCS ****
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-21 Jackson Harper * ILParser.jay: Clones ExternTypeRefInsts as...
2004-07-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-09 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-08 Jackson Harper * ILParser.jay: Add custom attributes to assemb...
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-27 Jackson Harper * ILParser.jay: vtable fixups use the int32...
2004-06-19 Jackson Harper * ILParser.jay: Resolve method pointers that...
2004-06-19 Jackson Harper * ILParser.jay: Resolve other modules global...
2004-06-15 Jackson Harper * ILParser.jay: Add file refs.
2004-06-15 Jackson Harper * ILParser.jay: Add module refs, allow them...
2004-06-14 Jackson Harper * ILParser.jay: Set module names.
2004-05-26 Jackson Harper * ILParser.jay: Fix casting for data type const...
2004-05-22 Jackson Harper * ILParser.jay: [,] is short form for [......
2004-05-22 Jackson Harper * ILParser.jay: Handle wchar, it is just an...
2004-05-05 Jackson Harper * ILParser.jay: Handle endian issues when conve...
2004-04-15 Jackson Harper * ILParser.jay: Correct args for version numbers.
2004-04-03 Jackson Harper * ILParser.jay: Dont use hash alg enum its...
2004-04-03 Jackson Harper * ILParser.jay: Set assembly info.
2004-04-01 Jackson Harper * ILParser.jay: Set a flag in the tokenizer...
2004-03-29 Jackson Harper * ILParser.jay: Fix typo.
2004-03-28 Jackson Harper * ILParser.jay: Set true and false literals...
2004-02-18 Jackson Harper * ILParser.jay: Create ExternTypeRefInsts when...
2003-12-10 Jackson Harper * ILParser.jay: When modifying extern types...
2003-12-10 Jackson Harper * ILParser.jay: Use the extern table for all...
2003-12-10 Jackson Harper * ILParser.jay: Add COMP_NAME token.
2003-12-10 Jackson Harper * ILParser.jay: vtable fixups can be int32s
2003-11-18 Jackson Harper * ILParser.jay: Add zeroinit.
2003-11-17 Jackson Harper * ILParser.jay: Create strings from byte arrays...
2003-11-16 Jackson Harper * ILParser.jay: Handle string instructions...
2003-10-28 Jackson Harper * ILParser.jay: Use the ExternTable to create...
2003-10-18 Jackson Harper * ILParser.jay: Set value types, set enums as...
2003-10-11 Jackson Harper * ILParser.jay: Create generic method refs.
2003-10-08 Jackson Harper * ILParser.jay: Attach generic type parameters...
2003-09-27 Jackson Harper * ILParser.jay: Set pinvoke info. Allow param...
2003-09-22 Jackson Harper * ILParser.jay: Define data
2003-09-16 Jackson Harper * ILParser.jay: dashed names aren't legal for...
2003-09-13 Jackson Harper * ILParser.jay: Fix typo in field inits. Method...
2003-08-20 Jackson Harper * ILParser.jay: Implement address constants...
2003-08-19 Jackson Harper * ILParser.jay: Add override methods.
2003-08-10 Jackson Harper * ILParser.jay: Create an empty array list...
2003-08-04 Jackson Harper * ILParser.jay: Use new sentinel type. Create valuetypes.
2003-08-03 Jackson Harper * ILParser.jay: Make value types and enum types.
2003-08-03 Jackson Harper * ILParser.jay: Create label references where appropri...
2003-08-02 Jackson Harper * ILParser.jay: Set from label, not to label for filte...
2003-07-31 Jackson Harper * ILParser.jay: Create branch instructions with explic...
2003-07-29 Jackson Harper * ILParser.jay: Use new labeling system for handler...
2003-07-29 Jackson Harper * ILParser.jay: No longer need to supply method references
2003-07-28 Jackson Harper * ILParser.jay: Use TypeRef.Ellipsis instead of null...
2003-07-22 Jackson Harper * ILParser.jay: Set maxstack
2003-07-20 Jackson Harper * ILParser.jay: Do not use the AsClassRef metho...
2003-07-18 Jackson Harper * ILParser.jay: Add generic type refs, and fake generi...
2003-07-16 Jackson Harper * ILParser.jay: Add generic type constraints...
2003-07-16 Peter Williams2003-07-16 Peter Williams <peter@newton.cx>
2003-07-15 Jackson Harper * ILParser.jay: Seperate generic constraints from...
2003-06-15 Jackson Harper * ILParser.jay: Add set imagebase, subsystem...
2003-06-15 Jackson Harper * ILParser.jay: Implement custom modified types.
2003-06-09 Jackson Harper * ILParser.jay: Implement properties
2003-06-08 Jackson Harper * ILParser.jay: Add generic type parameters...
2003-06-05 Jackson Harper * ILParser.jay: Assembly and module names may...
2003-06-01 Jackson Harper * ILParser.jay: Set assembly names. When lookin...
2003-05-31 Jackson Harper * ILParser.jay: Use type instead of params...
2003-05-31 Jackson Harper * ILParser.jay: When looking up types first...
2003-05-25 Jackson Harper * ILParser.jay: Pass call conv to methoref...
2003-05-24 Jackson Harper * ILParser.jay: Remove top secret debugging...
2003-05-23 Jackson Harper * ILParser.jay: Implement label form structured...
2003-05-23 Jackson Harper * ILParser.jay: Comment out K_IMF and K_NAN...
2003-05-22 Jackson Harper* ILParser.jay: Add ldc.r4 to INSTR_R int also fix...
2003-05-22 Jackson Harper * ILParser.jay: When converting from int32 to int64...
2003-05-22 Jackson Harper * ILParser.jay: INT_I8s are not int instruction...
2003-05-19 Jackson Harper* ILParser.jay: Same as below but with float64 ()
2003-05-19 Jackson Harper * ILParser.jay: When the float32 (0xFFFFFF...
2003-05-19 Jackson Harper * ILParser.jay: Use new methods for converting...
2003-05-18 Jackson Harper * ILParser.jay: Convert cast integers to floats.
2003-05-11 Jackson Harper * ILParser.jay: Add tokens for instructions...
2003-05-11 Jackson Harper * ILParser.jay: Set size and packing informatio...
2003-05-11 Jackson Harper * ILParser.jay: Add field instructions
2003-05-10 Jackson Harper * ILParser.jay: Add global method references
2003-05-10 Jackson Harper * ILParser.jay: Add locals, method references...
2003-05-08 Jackson Harper * ILParser.jay: Add type instructions. NOTE - type_spe...
2003-05-07 Jackson Harper * ILParser.jay: Remove dotted_name, it is not...
2003-05-07 Jackson Harper * ILParser.jay: Remove extraneous dotted_name...
2003-05-06 Jackson Harper * ILParser.jay: Emit INSTR_I8 instructions...
2003-05-06 Jackson Harper * ILParser.jay: Add labels to methods, add...
2003-05-04 Jackson Harper* ILParser.jay: Use new MiscInstr.ldstr for ldstr,...
2003-05-04 Jackson Harper * ILParser.jay: Set int64's masquerading as...
next