remove svn:executable from *.cs
[mono.git] / mcs / ilasm /
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-03 Jackson Harper * ExternTypeRefInst.cs: When converting to arrays...
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 Jackson Harper * FieldDef.cs: Set the underlying type for bytearray...
2004-12-02 Jackson Harper * FieldDef.cs: Set the underlying type for data consta...
2004-12-02 Miguel de Icaza2004-12-02 Miguel de Icaza <miguel@ximian.com>
2004-12-02 Miguel de Icaza2004-12-02 Miguel de Icaza <miguel@ximian.com>
2004-11-26 Raja R HarinathIn tools/corcompare:
2004-11-26 Miguel de Icazailasm update
2004-11-25 Miguel de IcazaAdd yacc_verbose_flag support
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-29 Miguel de IcazaVersion
2004-10-29 Miguel de IcazaUpdate
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-17 Miguel de Icazaup this
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-14 Raja R Harinathcvs ignores, sorry about the spam
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-05 Miguel de Icazaupdate
2004-08-04 Miguel de Icaza1.0.1
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-08-01 Atsushi Eno2004-08-01 Atsushi Enomoto <atsushi@ximian.com>
2004-07-30 Martin BauligIgnore *.mdb.
2004-07-30 Martin BauligUse the new symbol writer API.
2004-07-27 Jackson Harper * Driver.cs: Make debug switch compatible with...
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-26 Martin Baulig2004-07-27 Martin Baulig <martin@ximian.com>
2004-07-26 Martin Baulig2004-07-27 Martin Baulig <martin@ximian.com>
2004-07-26 Jackson Harperfix changelog entry
2004-07-23 Jackson Harper * MethodDef.cs: Params are 1 based if the metho...
2004-07-21 Jackson Harpertypo on last commit
2004-07-21 Jackson Harper * ILParser.jay: Clones ExternTypeRefInsts as...
2004-07-21 Jackson Harper * ExternTypeRefInst.cs: Use the PeapiType so...
2004-07-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-16 Jackson Harper * ILTokenizer.cs: Handle slashes in multiline...
2004-07-16 Jackson Harperslashes in multiline comments
2004-07-13 Jackson Harper * MethodDef.cs: Local lists are not lazyily...
2004-07-09 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-08 Jackson Harper * CodeGen.cs: Add assembly custom attributes...
2004-07-08 Jackson Harper * ILParser.jay: Add custom attributes to assemb...
2004-07-06 Jackson Harper * NumberHelper.cs: Handle real numbers. Thanks...
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-27 Jackson Harper * Report.cs: Fix quiet.
2004-06-27 Jackson Harper * ILParser.jay: vtable fixups use the int32...
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-24 Jackson Harper * Report.cs: Add new mehtod for displaying...
2004-06-23 Jackson Harper * Driver.cs: Use the same success message as MS.
2004-06-23 Jackson Harper * MethodDef.cs: sigh, another varargs fix that...
2004-06-20 Jackson Harper * SwitchInstr.cs: Allow switches with no labels.
2004-06-20 Jackson Harper * InstrTable.cs: Add .u8 opcodes for ldind...
2004-06-19 Jackson Harper * ILParser.jay: Resolve method pointers that...
2004-06-19 Jackson Harper * ilasm.exe.sources: Add MethodPointerTypeRef...
2004-06-19 Jackson Harper * MethodPointerTypeRef.cs: New File - represent...
2004-06-19 Jackson Harper * InstrTable.cs: Add undocumented brnull opcode...
2004-06-19 Jackson Harper * ILParser.jay: Resolve other modules global...
2004-06-19 Jackson Harper * MethodDef.cs: Add a method to create vararg...
2004-06-15 Jackson Harper * ilasm.exe.sources: Add FileRef.cs
2004-06-15 Jackson Harper * ILParser.jay: Add file refs.
2004-06-15 Jackson Harper * CodeGen.cs: Allow file refs to be added.
2004-06-15 Jackson Harper * ILParser.jay: Add module refs, allow them...
2004-06-15 Jackson Harper * CodeGen.cs: Allow adding module refs.
2004-06-14 Jackson Harper * ILParser.jay: Set module names.
2004-06-14 Jackson Harper * CodeGen.cs: Implement setting module names.
2004-06-11 Jackson Harper * ILTables.cs: Remove opcodes, these are contai...
2004-06-10 Jackson Harper * ILTokenizingExpcetion.cs: New exception throw...
2004-06-10 Jackson Harper * Driver.cs: Handle tokenization errors with...
2004-06-10 Jackson Harper * errors: This directory will contain assembly...
2004-06-04 Jackson Harper * ILTokenizer.cs: Handle comments first, handle...
2004-06-04 Jackson Harper * Driver.cs: Do everything using the invariant...
2004-05-26 Jackson Harper * ILParser.jay: Fix casting for data type const...
2004-05-23 Jackson Harper * MethodDef.cs: Cache vararg signatures so...
2004-05-22 Jackson Harper * InstrTable.cs: ldc.i4.M1 is aliased to ldc...
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-22 Jackson Harper * GlobalMethodRef.cs: Check for sentinel properly.
2004-05-05 Jackson Harper * ILParser.jay: Handle endian issues when conve...
2004-04-27 Jackson HarperPut libraries in profile dependant directories so we...
2004-04-21 Jackson Harper * ILTokenizer.cs: Handle whitespace in hexbytes.
2004-04-15 Jackson Harper * ILParser.jay: Correct args for version numbers.
2004-04-05 Jackson Harper * Driver.cs: Accept output option. Usage shows...
2004-04-05 Jackson Harper * Driver.cs: Accept output option.
2004-04-03 Jackson Harper * CodeGen.cs: cast
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-03 Jackson Harper * CodeGen.cs: Allow setting assembly info.
2004-04-01 Jackson Harper * Driver.cs: The parser now needs to take a...
2004-04-01 Jackson Harper * ILParser.jay: Set a flag in the tokenizer...
2004-04-01 Jackson Harper * CodeGen.cs: Add a current assembly ref and...
2004-04-01 Jackson Harper * ILTokenizer.cs: Add flag and special parsing...
2004-03-29 Jackson Harper * ILParser.jay: Fix typo.
2004-03-28 Jackson Harper * PeapiTypeRef.cs: Check for null bounds...
next