2002-02-25 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / tools / ChangeLog
index d490f3cd2d759d2745af66151edbf5a8aa342216..f76f8fb896d8f654555562e3bf0192cc007b252a 100644 (file)
@@ -1,4 +1,40 @@
-2002-2-1  Duncan Mak  <duncan@localhost.localdomain>\r
+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