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
2005-02-01Update version numbersMiguel de Icaza
2004-12-14* MethodDef.cs (CreateSignature): Add a space in generated signature.Raja R Harinath
2004-12-142004-12-13 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
2004-12-082004-12-08 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
2004-12-082004-12-10 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
2004-12-07updateMiguel de Icaza
2004-12-062004-12-02 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
2004-12-03 * ExternTypeRefInst.cs: When converting to arrays we loose our valuetypedness.Jackson Harper
2004-12-03 * MethodDef.cs: Abstract methods don't get bodies. Even if thereJackson Harper
2004-12-03 * MethodDef.cs: If the type is an interface auto set fields toJackson Harper
2004-12-03 * FieldDef.cs: Set the underlying type for bytearray data constants. ThisJackson Harper
2004-12-03 * FieldDef.cs: Set the underlying type for data constants. ThisJackson Harper
2004-12-022004-12-02 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
2004-12-022004-12-02 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
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