X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FChangeLog;h=544992a68f13a388c8f661fb393410742a848ed0;hb=1d31585645024f6b5f51140e02e872cb62264caa;hp=40f35ce7568b8e85ea8f2364181a59f669dfc705;hpb=1de09d9c93aee402eed1e4301c76385a37cf5f05;p=mono.git diff --git a/mcs/ChangeLog b/mcs/ChangeLog index 40f35ce7568..544992a68f1 100644 --- a/mcs/ChangeLog +++ b/mcs/ChangeLog @@ -1,3 +1,174 @@ +2003-02-15 Nick Drochak + + * makefile.gnu: Add testcorlib target to run just the corlib unit tests. + +2003-02-10 Nick Drochak + + * makefile: Add testcorlib target to run just the corlib unit tests. + +2003-01-16 Nick Drochak + + * makefile.gnu: Add corlib target to just build that. + +2003-01-14 Duncan Mak + + * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that + it's no longer in the interface. + +2003-01-13 Duncan Mak + + * ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method + in the tokenizer. This fixes the build. + +2003-01-10 Gonzalo Paniagua Javier + + * README.building: New file. + * makefile.gnu: install README.building file. + +2003-01-09 Sebastien Pouliot + + * AUTHORS: add myself to class library list + +2002-12-15 Alp Toker + + * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read + INSTALL.txt + +2002-12-10 Daniel Morgan + + * makefile + * tools/makefile + * tools/makefile.gnu: change target + from SqlSharpCli.exe + to sqlsharp.exe + +2002-12-10 Alp Toker + + * ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644 + * ilasm/makefile: ditto + +2002-12-10 Gaurav Vaish + + * AUTHORS: Corrected my email-ID. + +2002-11-29 Daniel Morgan + + * INSTALL: renamed to INSTALL.txt because INSTALL + interferred with "make install" on windows + + * makefile: changes to get "make install" work + on windows + + * class/makefile.gnu: flush + + * ilasm/makefile: updated for windows build + + * monoresgen/makefile: updated for windows build + + * tools/SqlSharp/SqlSharpCli.build: flush + + * winexe.in: add file to be template for executable assemblies + to be installed on windows via "make install" by providing + a script that runs mono and the assembly + like mcs runs mono mcs.exe + +2002-11-28 Daniel Morgan + + * makefile.gnu: added tools directory to linux build + + * tools/makefile.gnu: added new file to built tools and install. + dist works too. test is just blank. + +2002-11-16 Martin Baulig + + * makefile.gnu: `binary-snapshot' is now an alias for `dist'. + Please update your scripts, the `dist' target will disappear soon. + +2002-11-09 Nick Drochak + + * makefile: have test target be smart about windows/linux + +2002-11-07 Nick Drochak + + * makefile: for the clean target, handle linux and windows differently. + +2002-10-13 Daniel Morgan + + * class/library.build: added Mono.Data.SqliteClient + directory to windows build + +2002-10-10 Daniel Morgan + + * class/library.build: added Mono.Data.MySql directory to windows build. + +2002-10-10 Rodrigo Moya + + * class/makefile.gnu: added Mono.Data.MySql directory to linux build. + +2002-10-09 Rodrigo Moya + + * class/makefile.gnu: added System.Data.Odbc directory. + +2002-09-14 Piers Haken + + * */makefile.gnu: + use $(topdir) + build nunit into $(topdir)/class/lib + +2002-08-27 Gonzalo Paniagua Javier + + * makefile.gnu: + * class/library.make: + * class/makefile.gnu: + * class/I18N/makefile.gnu + * class/corlib/makefile.gnu: + * class/corlib/Test/ChangeLog: + * class/corlib/Test/corlib_linux_test.args: + * class/corlib/Test/makefile.gnu: + * class/corlib/Test/run_test.sh: + * jay/makefile.gnu: + * mcs/makefile.gnu: + * monoresgen/makefile.gnu: + * nunit/makefile.gnu: + + Allow running 'make -f makefile.gnu test' from top directory. + In the libraries makefile.gnu you just have to add TEST_DIR=dirname + with the name where tests reside. + +2002-08-23 Martin Baulig + + * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build. + +2002-08-13 Piers Haken + + * class/library.make: merge back original makefile.gnu behavior + * */makefile.gnu: merge back original makefile.gnu behavior + +2002-08-12 Piers Haken + + * class/library.make: use 'find' to specify source files, instead of static files + * */makefile.gnu: specify include/exclude patterns for source files + +2002-08-07 Peter Williams + + * class/library.make (.makefrag): Fix this rule a bit; was using + $^ instead of $< + +2002-07-29 Peter Williams + + * makefile.gnu: 'make install' wasn't actually working due to $@, + fix it. + +2002-07-29 Martin Baulig + + * makefile.gnu: Don't force people to install. The default must also + be `all' and not `install'. + +2002-07-26 Alp Toker + + * INSTALL: Wrote a guide to mcs installation. + * README: Updated to reflect the new INSTALL guide. + 2002-07-23 Alp Toker * makefile.gnu: Added an install target (which sets permissions and @@ -47,20 +218,20 @@ * makefile (linux): Abandon the build if any of the subdir makes fail -2002-03-07 Nick Drochak - - * makefile: Change order of build so corlib is built before nunit since - Nunit needs corlib now. - -2002-02-14 Nick Drochak - - * makefile: Build mcs/doctools too when one does 'make' - -2002-01-20 Nick Drochak - - * on the 'test' target, make sure NUnit is built first before building - and running tests - -2002-01-20 Nick Drochak - +2002-03-07 Nick Drochak + + * makefile: Change order of build so corlib is built before nunit since + Nunit needs corlib now. + +2002-02-14 Nick Drochak + + * makefile: Build mcs/doctools too when one does 'make' + +2002-01-20 Nick Drochak + + * on the 'test' target, make sure NUnit is built first before building + and running tests + +2002-01-20 Nick Drochak + * add nunit directory to the list of dirs to build in