2002-02-25 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / tools / ChangeLog
index 8d0a85c2b77ed4c85651e5323f87412b0742e8a5..f76f8fb896d8f654555562e3bf0192cc007b252a 100644 (file)
@@ -1,3 +1,93 @@
+2002-02-22  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * makefile: move corcompare to it's own directory to hold multiple\r
+       class files.  still makes old corcompare for now.  will remove that\r
+       soon.\r
+\r
+2002-02-18  Duncan Mak  <duncan@ximian.com>\r
+\r
+       * serialize.cs: When appropriate, changed Type.GetType calls to\r
+       the faster typeof operator.\r
+\r
+2002-02-19  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * corcompare.cs: Reorganized into collaberating classes to analyze\r
+       and generate reports.  Still needs to find the MonoTODO's, and\r
+       has a little more prototype code in there, but it's almost done.\r
+\r
+       * makefile: output XML file in the tools directory for now.\r
+\r
+2002-02-15  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * corcompare.cs: Adding stuff to collect all the missing and todo\r
+       information need to generate nice looking HTML pages.  Not quite \r
+       done and needs some re-org, but Duncan can take a look.\r
+\r
+       * sample.xml: an example of how the XML will look that corcompare\r
+       will generate.  Can be used to start working on the XSLT.\r
+\r
+2002-02-13  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * makefile: 'clean' target now removes file generated by CorCompare\r
+\r
+2002-02-03  Duncan Mak  <duncan@ximian.com>\r
+\r
+       * serialize.cs: Added namespace block.\r
+\r
+2002-02-01  Duncan Mak  <duncan@ximian.com>\r
+\r
+       * serialize.cs: Added a new tool for serializing objects. It\r
+       can create new types dynamically, but can only handle\r
+       arguments that are of primitive types.\r
+\r
+2002-01-26  Gaurav Vaish <gvaish@iitk.ac.in>\r
+\r
+       * EnumCheckAssemblyCollection.cs,\r
+       * assemblies.xml:  Files related to EnumCheck checked-in. Now EnumCheck does\r
+                          not have any path hardcoded. It takes the assemblies to\r
+                          search from a xml files, which by default is assemblies.xml\r
+\r
+2002-01-25  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * .cvsignore: ignore .dll files now since we build NUnitCore.dll ourselves\r
+\r
+2002-01-18  Duncan Mak  <duncan@ximian.com>\r
+\r
+       * EnumCheck.cs: A checkin for Miguel to make EnumCheck not hardcode\r
+       path to corlib.dll.\r
+\r
+2002-01-19  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * makefile: corcompare works again now, so make xml of missing types\r
+       * CorCompare.cs: use exception that .NET v1 throws to get types in mono corlib\r
+\r
+2002-01-18  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.\r
+       don't generate xml from corcompare for now.  it throws an error on v1.0 of .NET\r
+\r
+2002-01-17  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * IFaceDisco.cs, XMLUtil.cs: Added new files for interface discovery tool.\r
+       * makefile: added target for IFaceDisco.exe and added to clean target for same\r
+\r
+2002-01-08  John Barnette <jbarn@httcb.net>\r
+\r
+       * Removed todo.cs and related makefile data.\r
+\r
+\r
+\r
+2002-01-07  John Barnette <jbarn@httcb.net>\r
+\r
+       \r
+\r
+       * makefile: added todo target, fixed EnumCheck target, simplified clean\r
+\r
+       \r
+       * todo.cs: new file.  generates todo list XML and compares assemblies\r
+\r
+\r
+\r
 2002-01-07  Gaurav Vaish <gvaish@iitk.ac.in>\r
 \r
        * EnumCheck.cs:  Get the numerical values of an enumeration.\r
@@ -9,4 +99,4 @@
 2002-01-05  Nick Drochak  <ndrochak@gol.com>\r
 \r
        * makefile: build corcompare\r
-       * corcompare.cs: add new file.  compares an assembly with mscorlib
\ No newline at end of file
+       * corcompare.cs: add new file.  compares an assembly with mscorlib\r