use the version from configure.in
[mono.git] / mcs / ilasm / ChangeLog
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-05-13 Atsushi Eno2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
2005-05-12 Ankit JainIn ilasm:
2005-04-21 Raja R Harinath* Makefile (NO_SIGN_ASSEMBLY, NO_INSTALL): Set. The...
2005-04-21 Raja R Harinath* Makefile (PROGRAM): Make profile-specific.
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2004-12-14 Marek SafarCopied remotely
2004-12-08 Miguel de IcazaRename the tool
2004-12-08 Sebastien Pouliot2004-12-08 Sebastien Pouliot <sebastien@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 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-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-27 Jackson Harper * Report.cs: Fix quiet.
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-19 Jackson Harper * ilasm.exe.sources: Add MethodPointerTypeRef...
2004-06-15 Jackson Harper * ilasm.exe.sources: Add FileRef.cs
2004-06-10 Jackson Harper * Driver.cs: Handle tokenization errors with...
2004-06-04 Jackson Harper * Driver.cs: Do everything using the invariant...
2004-04-27 Jackson HarperPut libraries in profile dependant directories so we...
2004-04-05 Jackson Harper * Driver.cs: Accept output option. Usage shows...
2004-04-05 Jackson Harper * Driver.cs: Accept output option.
2004-04-01 Jackson Harper * Driver.cs: The parser now needs to take a...
2004-02-18 Jackson Harper * ilasm.exe.sources: Add ExternTypeRefInst...
2003-11-16 Jackson Harper * Driver.cs: Give the parser an instance of...
2003-11-16 Jackson Harper * Driver.cs: If an arg isn't a switch and start...
2003-10-28 Jackson Harper * Driver.cs: Stub some command line args to...
2003-10-02 Jackson Harper * Driver.cs: Remove delete on error, add quiet option.
2003-09-22 Jackson Harper * Driver.cs: Give codegen a report object
2003-08-15 Jackson Harper * Driver.cs: Report entry for each il file...
2003-08-13 Jackson Harper * AssemblyInfo.cs: Bump up the vizzity-version...
2003-07-31 Jackson Harper * Driver.cs: Throw compile errors for now
2003-07-30 Jackson Harper * Driver.cs: Add some basic line number feedback when...
2003-07-18 Jackson Harper * ilasm.exe.sources: Add corlib/GenericTypeRef...
2003-07-16 Jackson Harper * Driver.cs: Use WriteLine for 'compilation...
2003-07-16 Peter Williams2003-07-16 Peter Williams <peter@newton.cx>
2003-07-15 Jackson Harper * Makefile: Add the class/lib directory to the lib...
2003-06-09 Jackson Harper * AssemblyInfo.cs: Bump version number up ...
2003-05-20 Jackson Harper * Driver.cs: Exit with 1 return code when no...
2003-05-19 Jackson Harper * Driver.cs: Add command switch to delete outpu...
2003-05-19 Jackson Harper * Driver.cs: Print error exception when compila...
2003-05-19 Jackson Harper * Driver.cs: Return an error code if any errors...
2003-05-02 Jackson Harper* AssemblyInfo.cs: Bump up version number
2003-05-01 Jackson Harper * makefile: Add instructions to build
2003-04-20 Jackson Harper * makefile: Add DataDef to build
2003-04-18 Jackson Harper * makefile: Add new types to build
2003-04-18 Jackson Harper* AssemblyInfo.cs: Increase version number.
2003-04-18 Jackson Harper * Driver.cs: Call new codegen methods.
2003-03-30 Jackson Harper* Driver.cs: de-tabbify
2003-03-30 Jackson Harper* Driver.cs: Add switch to display parser debugging...
2003-03-17 Jackson Harper* Driver.cs: Add switch to display method definitions...
2003-03-16 Jackson Harper* Driver.cs: Add switch to display tokens as they are...
2003-03-15 Jackson Harper* makefile, makefile.gnu: Add FieldTable to build
2003-03-14 Paolo MolaroFri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus@ximian...
2003-03-14 Jackson Harper * makefile, makefile.gnu: Add InstrTable to build
2003-03-13 Jackson Harper* makefile, makefile.gnu: Add MethodTable and TypeRef...
2003-03-09 Jackson Harper * makefile, makefile.gnu: Add ExternTable to build
2003-03-08 Jackson Harper * Driver.cs: If a file does not exist print an error...
2003-03-07 Alp Toker2003-03-07 Alp Toker <alp@atoker.com>
2003-03-07 Jackson Harper * makefile, makefile.gnu: Add AssemblyInfo.cs to build
2003-03-07 Jackson Harper * AssemblyInfo.cs: Bump up version number, this new...
2003-03-07 Jackson Harper * codegen/ClassTable.cs: Add method to check for undef...
2003-03-07 Jackson Harperchangelog
2003-02-22 Jackson Harper * Driver.cs: Add version option, fix bug that allowed...
2003-02-22 Jackson Harper * AssemblyInfo.cs: Add file
2003-02-09 Jackson Harperoops
2003-02-04 Jackson HarperRemove some debugging info.
2003-02-02 Jackson HarperUse new Driver.cs instead of Main.cs