Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/ilasm
AgeCommit message (Expand)Author
2004-08-041.0.1Miguel de Icaza
2004-06-27 * Report.cs: Fix quiet.Jackson Harper
2004-06-27 * ILParser.jay: vtable fixups use the int32 or int64 keyword, notJackson Harper
2004-06-27 * TypeDef.cs: Preserve the order of fields in a class. Then afterJackson Harper
2004-06-24 * MethodDef.cs: Report when defining methods just like MS.Jackson Harper
2004-06-24 * Report.cs: Add new mehtod for displaying messages.Jackson Harper
2004-06-23 * Driver.cs: Use the same success message as MS.Jackson Harper
2004-06-23 * MethodDef.cs: sigh, another varargs fix that probably breaksJackson Harper
2004-06-21 * SwitchInstr.cs: Allow switches with no labels.Jackson Harper
2004-06-21 * InstrTable.cs: Add .u8 opcodes for ldind and ldelem these areJackson Harper
2004-06-20 * ILParser.jay: Resolve method pointers that are being treated asJackson Harper
2004-06-20 * ilasm.exe.sources: Add MethodPointerTypeRef.cs to the build.Jackson Harper
2004-06-20 * MethodPointerTypeRef.cs: New File - represents a method pointerJackson Harper
2004-06-19 * InstrTable.cs: Add undocumented brnull opcode. This is reallyJackson Harper
2004-06-19 * ILParser.jay: Resolve other modules global 'type'.Jackson Harper
2004-06-19 * MethodDef.cs: Add a method to create vararg signatures from aJackson Harper
2004-06-15 * ilasm.exe.sources: Add FileRef.csJackson Harper
2004-06-15 * ILParser.jay: Add file refs.Jackson Harper
2004-06-15 * CodeGen.cs: Allow file refs to be added.Jackson Harper
2004-06-15 * ILParser.jay: Add module refs, allow them to be referenced.Jackson Harper
2004-06-15 * CodeGen.cs: Allow adding module refs.Jackson Harper
2004-06-14 * ILParser.jay: Set module names.Jackson Harper
2004-06-14 * CodeGen.cs: Implement setting module names.Jackson Harper
2004-06-11 * ILTables.cs: Remove opcodes, these are contained in codegen/IntrTab...Jackson Harper
2004-06-11 * ILTokenizingExpcetion.cs: New exception thrown by the tokenizerJackson Harper
2004-06-11 * Driver.cs: Handle tokenization errors with the correct errorJackson Harper
2004-06-10 * errors: This directory will contain assembly files that shouldJackson Harper
2004-06-04 * ILTokenizer.cs: Handle comments first, handle whitespace in hexJackson Harper
2004-06-04 * Driver.cs: Do everything using the invariant culture.Jackson Harper
2004-05-26 * ILParser.jay: Fix casting for data type constants.Jackson Harper
2004-05-23 * MethodDef.cs: Cache vararg signatures so a new memberref is notJackson Harper
2004-05-23 * InstrTable.cs: ldc.i4.M1 is aliased to ldc.i4.m1. Fixes bugJackson Harper
2004-05-23 * ILParser.jay: [,] is short form for [...,...] this fixes bugJackson Harper
2004-05-22 * ILParser.jay: Handle wchar, it is just an alias for char.Jackson Harper
2004-05-22 * GlobalMethodRef.cs: Check for sentinel properly.Jackson Harper
2004-05-05 * ILParser.jay: Handle endian issues when converting numericJackson Harper
2004-04-27Put libraries in profile dependant directories so we can build all profiles a...Jackson Harper
2004-04-21 * ILTokenizer.cs: Handle whitespace in hexbytes.Jackson Harper
2004-04-15 * ILParser.jay: Correct args for version numbers.Jackson Harper
2004-04-05 * Driver.cs: Accept output option. Usage shows /output instead ofJackson Harper
2004-04-05 * Driver.cs: Accept output option.Jackson Harper
2004-04-03 * CodeGen.cs: castJackson Harper
2004-04-03 * ILParser.jay: Dont use hash alg enum its too restrictiveJackson Harper
2004-04-03 * ILParser.jay: Set assembly info.Jackson Harper
2004-04-03 * CodeGen.cs: Allow setting assembly info.Jackson Harper
2004-04-01 * Driver.cs: The parser now needs to take a scanner object in itsJackson Harper
2004-04-01 * ILParser.jay: Set a flag in the tokenizer when parsing byteJackson Harper
2004-04-01 * CodeGen.cs: Add a current assembly ref and methods to create/endJackson Harper
2004-04-01 * ILTokenizer.cs: Add flag and special parsing routine for byteJackson Harper
2004-03-29 * ILParser.jay: Fix typo.Jackson Harper