Flush
[mono.git] / mcs / ChangeLog
index 7b3f36925db0d2e741ae140955a84f4880de64f4..156bcaa6131ddd05daa9bb6a1e7314b7afd91939 100644 (file)
@@ -1,3 +1,173 @@
+2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: added target run-test-ondotnet.
+
+2004-05-26  Raja R Harinath  <rharinath@novell.com>
+
+       * nunit20/util/Makefile (EXTRA_DISTFILES): Remove
+       Transform.resources.
+       ($(the_lib)): Make Transform.resources using internal resgen.
+       * nunit20/util/Transform.resources: Rebuild.
+
+2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * nunit.key: New. NUnit private key. Due to build issues the key
+       must be present in this directory.
+
+2004-05-20  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (SUBDIRS): Move 'monoresgen' ahead of 'class'.
+
+2004-05-17  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (all, clean): Remove indirection.
+       (clean-profiles): New.
+
+2004-05-13  Jackson Harper  <jackson@ximian.com>
+
+       * Makefile: default build is no longer the multi profile build. Do
+       build both 1.1 and 2.0 profiles use the all-profiles target.
+       
+2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Makefile: disable net_2_0 on windows. It doesn't build. Don't
+       try to build net_1_0 and net_2_0 if we provide a PROFILE=xxx in the
+       command line.
+
+2004-05-10  Raja R Harinath  <rharinath@novell.com>
+
+       * INSTALL.txt: Don't mention 'fullbuild'.  Mention 'bootstrap'
+       instead.  Update instructions for 'monocharge'.
+
+2004-04-30  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (SUBDIRS): Remove 'gmcs' for now.
+       (all): Simplify.
+       (clean): Quick hack to get 'make clean' to work better.
+
+2004-04-29  Jackson Harper  <jackson@ximian.com>
+
+       * Makefile: Put the PROFILE= stuff before the target, this is more
+       pleasurable to cygwin users.
+       
+2004-04-28  Jackson Harper  <jackson@ximian.com>
+
+       * Makefile: build the net_1_1 and net_2_0 profiles by default.
+       
+2004-01-14  Martin Willemoes Hansen  <mwh@sysrq.dk>
+
+       * INSTALL.txt: Fixed, autogen should be autogen.sh
+
+2003-12-01  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
+
+       * Added dirs mcs/jtest and mcs/jerrors.
+
+2003-10-28 Jackson Harper <jackson@ximian.com>
+
+       * INSTALL.txt: Tell users where to find monocharges, do not
+       reference README.building.
+       
+2003-07-22  Peter Williams  <peter@newton.cx>
+
+       * README: INSTALL.txt, not INSTALL.
+
+2003-07-20  Peter Williams  <peter@newton.cx>
+
+       * nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe
+       in $(topdir)/class/lib so we can find our DLL's.
+
+2003-07-18  Peter Williams  <peter@newton.cx>
+
+       * build/library.make (dist-local): Fancy make dist magic gives
+       way to boring old 'for'.
+
+       * build/executable.make (dist-local): Ditto.
+
+2003-07-17  Peter Williams  <peter@newton.cx>
+
+       * build/profiles/default.make: Actually fix this. Use the platform
+       compiler all the way.
+
+2003-07-17  Peter Williams  <peter@newton.cx>
+
+       * build/profiles/default.make: Try to make this smarter so
+       that we can build on Windows. Specifically, don't require
+       the mono runtime. Combined with the corlib $(BOOT_COMPILE) change,
+       this should make corlib build out of the box, I think.
+
+2003-07-16  Peter Williams  <peter@newton.cx>
+
+       A whole passel of build system changes. Doc updates:
+       
+       * build/README.makefiles: Doc updates.
+
+       * build/profiles/net_1_0.make: Doc changes.
+
+       * INSTALL.txt: A few more touchups.
+
+       Better defaults:
+       
+       * build/config-default.make (prefix): Default install prefix
+       should be /usr/local.
+
+       * build/profiles/bootstrap.make: This profile ...
+
+       * build/profiles/default.make: ... is now the default.
+
+       * build/profiles/atomic.make: And the default is now this.
+
+       Fixes for pre-build checks:
+       
+       * Makefile: Do the platform and (new) profile checks
+       before the build, which took some infrastructure changes.
+
+       * build/rules.make: Allow a Makefile to specify its own all/install/etc
+       targets.
+
+       * build/profiles/default.make (profile-check): Add a blank
+       target here.
+
+       * build/profiles/atomic.make: Check for a full MCS install to 
+       build against.
+
+       HP/UX fixes with help from Bernie Solomon:
+       
+       * build/config-default.make (ECHO_ESCAPE): HP/UX 'echo'
+        doesn't need a -e parameter to interpret escape codes. Test for
+        that and define a configuration parameter.
+
+        * build/library.make ($(makefrag)): Use $(ECHO_ESCAPE)
+        instead of assuming that 'echo -e' will interpret escape
+        codes.
+
+        * build/executable.make ($(makefrag)): Here too.
+
+       A make distcheck fix:
+
+       * Makefile: Inherit the current prefix so that the build can
+       find the right System.Xml.dll.
+       
+       And Windows build fixes with the invaluable help of Sebastian
+       Pouliot (in various subdirectories).
+       
+2003-07-14  Peter Williams  <peter@newton.cx>
+
+       * build/rules.make (dist-recursive): Fix recursive rules
+       to work on HP/UX /bin/sh. Patch from Bernie Solomon
+       <bernard@ugsolutions.com>.
+
+2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * makefile:
+       * makefile.gnu: don't use -C when running make.
+
+2003-05-05 Ben Maurer <bmaurer@users.sourceforge.net>
+       * AUTHORS: Added self.
+
+2003-04-15 Nick Drochak <ndrochak@gol.com>
+
+       * makefile: Remove nunit version 1 from build
+
 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
 
        * class/makefile.gnu
        which includes a MySQL ADO.NET Provider.  
        Contributed by Reggie Burnett <rykr@bellsouth.net>
        from ByteFX, Inc.
-       ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc.\r
-       \r
-       Added the following files and directories:\r
+       ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc.
+       
+       Added the following files and directories:
+               
+       class/ByteFX.Data/AssemblyInfo.cs    
+       class/ByteFX.Data/list
+       class/ByteFX.Data/ByteFX.Data.build  
+       class/ByteFX.Data/makefile.gnu
+       class/ByteFX.Data/ChangeLog.txt      
+       class/ByteFX.Data/readme.txt
+       class/ByteFX.Data/lgpl.txt: new files
                
-       class/ByteFX.Data/AssemblyInfo.cs    \r
-       class/ByteFX.Data/list\r
-       class/ByteFX.Data/ByteFX.Data.build  \r
-       class/ByteFX.Data/makefile.gnu\r
-       class/ByteFX.Data/ChangeLog.txt      \r
-       class/ByteFX.Data/readme.txt\r
-       class/ByteFX.Data/lgpl.txt: new files\r
-               \r
-       BitStream.cs  \r
-       Connection.cs        \r
-       Field.cs        \r
-       Inflater.cs\r
-    ConnectionString.cs  \r
-    HuffmanTree.cs  \r
-    NamedPipeStream.cs\r
-    class/ByteFX.Data/Common: added files to new directory\r
-\r
-       Driver.cs     \r
-       command.resx            \r
-       todo.txt\r
-       CommandBuilder.cs  \r
-       Exception.cs  \r
-       dataadapter.cs           \r
-       transcaction.cs\r
-       Connection.cs      \r
-       Field.cs      \r
-       datareader.cs\r
-       Connection.resx    \r
-       MysqlDefs.cs  \r
+       BitStream.cs  
+       Connection.cs        
+       Field.cs        
+       Inflater.cs
+    ConnectionString.cs  
+    HuffmanTree.cs  
+    NamedPipeStream.cs
+    class/ByteFX.Data/Common: added files to new directory
+
+       Driver.cs     
+       command.resx            
+       todo.txt
+       CommandBuilder.cs  
+       Exception.cs  
+       dataadapter.cs           
+       transcaction.cs
+       Connection.cs      
+       Field.cs      
+       datareader.cs
+       Connection.resx    
+       MysqlDefs.cs  
        parameter.cs
-       class/ByteFX.Data/mysqlclient: added files to new directory\r
+       class/ByteFX.Data/mysqlclient: added files to new directory
 
        command.cs    
        parameter_collection.cs