2003-02-01 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / ChangeLog
index 965e3cdd81217475b7267eafefb147a05db2efbf..01054d1d33b6772b58bb01a61e5fd6385d6a468f 100644 (file)
@@ -1,3 +1,43 @@
+2003-02-16  Martin Baulig  <martin@ximian.com>
+
+       * docs/compiler: Added a few works about the new `Location' code.
+
+2003-02-15  Nick Drochak  <ndrochak@gol.com>
+
+        * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
+
+2003-02-10  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile: Add testcorlib target to run just the corlib unit tests.
+
+2003-01-16  Nick Drochak <ndrochak@gol.com>
+
+       * makefile.gnu: Add corlib target to just build that.
+
+2003-01-14  Duncan Mak  <duncan@ximian.com>
+
+       * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that
+       it's no longer in the interface.
+
+2003-01-13  Duncan Mak  <duncan@ximian.com>
+
+       * ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method
+       in the tokenizer. This fixes the build.
+
+2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * README.building: New file.
+       * makefile.gnu: install README.building file.
+
+2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * AUTHORS: add myself to class library list
+
+2002-12-15  Alp Toker  <alp@atoker.com>
+
+       * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
+       INSTALL.txt
+
 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
 
        * makefile
 
        * makefile (linux): Abandon the build if any of the subdir makes fail
 
-2002-03-07  Nick Drochak  <ndrochak@gol.com>\r
-\r
-       * makefile: Change order of build so corlib is built before nunit since\r
-       Nunit needs corlib now.\r
-\r
-2002-02-14  Nick Drochak  <ndrochak@gol.com>\r
-\r
-       * makefile: Build mcs/doctools too when one does 'make'\r
-\r
-2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
-\r
-       * on the 'test' target, make sure NUnit is built first before building\r
-       and running tests\r
-\r
-2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
-\r
+2002-03-07  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile: Change order of build so corlib is built before nunit since
+       Nunit needs corlib now.
+
+2002-02-14  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile: Build mcs/doctools too when one does 'make'
+
+2002-01-20 Nick Drochak  <ndrochak@gol.com>
+
+       * on the 'test' target, make sure NUnit is built first before building
+       and running tests
+
+2002-01-20 Nick Drochak  <ndrochak@gol.com>
+
        * add nunit directory to the list of dirs to build in