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-11-26In tools/corcompare:Raja R Harinath
2004-11-26ilasm updateMiguel de Icaza
2004-11-25Add yacc_verbose_flag supportMiguel de Icaza
2004-10-29VersionMiguel de Icaza
2004-09-14cvs ignores, sorry about the spamRaja R Harinath
2004-08-06updateMiguel de Icaza
2004-08-012004-08-01 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2004-07-30Ignore *.mdb.Martin Baulig
2004-07-30Use the new symbol writer API.Martin Baulig
2004-07-27 * Driver.cs: Make debug switch compatible with MS's add debug toJackson Harper
2004-07-272004-07-27 Martin Baulig <martin@ximian.com>Martin Baulig
2004-07-272004-07-27 Martin Baulig <martin@ximian.com>Martin Baulig
2004-07-272004-07-27 Martin Baulig <martin@ximian.com>Martin Baulig
2004-07-26fix changelog entryJackson Harper
2004-07-23 * MethodDef.cs: Params are 1 based if the method is static.Jackson Harper
2004-07-21typo on last commitJackson Harper
2004-07-21 * ILParser.jay: Clones ExternTypeRefInsts as well asJackson Harper
2004-07-21 * ExternTypeRefInst.cs: Use the PeapiType so that modified typesJackson Harper
2004-07-16 * ILTokenizer.cs: Handle slashes in multiline commentsJackson Harper
2004-07-16slashes in multiline commentsJackson Harper
2004-07-13 * MethodDef.cs: Local lists are not lazyily allocated so they wereJackson Harper
2004-07-08 * CodeGen.cs: Add assembly custom attributes to the pe file.Jackson Harper
2004-07-08 * ILParser.jay: Add custom attributes to assemblyrefs.Jackson Harper
2004-07-06 * NumberHelper.cs: Handle real numbers. Thanks to steve brown forJackson Harper
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