X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2FChangeLog;h=a95b310a65c67e02757c09db1e2286d75d5830db;hb=3c54f7add56840109eae49f0aed7f3071bfb6640;hp=5798ea21edd139a2c6d460c5a89713752305950a;hpb=7c86c505238023c3156a3d57b29bda4f9f204752;p=mono.git diff --git a/mcs/tools/ChangeLog b/mcs/tools/ChangeLog index 5798ea21edd..a95b310a65c 100644 --- a/mcs/tools/ChangeLog +++ b/mcs/tools/ChangeLog @@ -1,53 +1,301 @@ -2002-01-25 Nick Drochak - - * .cvsignore: ignore .dll files now since we build NUnitCore.dll ourselves - -2002-01-18 Duncan Mak - - * EnumCheck.cs: A checkin for Miguel to make EnumCheck not hardcode - path to corlib.dll. - -2002-01-19 Nick Drochak - - * makefile: corcompare works again now, so make xml of missing types - * CorCompare.cs: use exception that .NET v1 throws to get types in mono corlib - -2002-01-18 Nick Drochak - - * makefile: remove path to beta2 csc.exe. path to csc.exe must be in PATH instead. - don't generate xml from corcompare for now. it throws an error on v1.0 of .NET - -2002-01-17 Nick Drochak - - * IFaceDisco.cs, XMLUtil.cs: Added new files for interface discovery tool. - * makefile: added target for IFaceDisco.exe and added to clean target for same - -2002-01-08 John Barnette - - * Removed todo.cs and related makefile data. - - - -2002-01-07 John Barnette - - - - * makefile: added todo target, fixed EnumCheck target, simplified clean - - - * todo.cs: new file. generates todo list XML and compares assemblies - - - -2002-01-07 Gaurav Vaish - - * EnumCheck.cs: Get the numerical values of an enumeration. - -2002-01-06 Nick Drochak - - * corcompare.cs: Catch the FileNotFoundException and handle it nicely. - -2002-01-05 Nick Drochak - - * makefile: build corcompare - * corcompare.cs: add new file. compares an assembly with mscorlib +2005-07-09 Kamil Skalski + + * Makefile: Include monop in net_2_0 build (for monop2) + +2005-06-06 Ben Maurer + + * Makefile: Depreciate mono-rpm-helpers + +2005-06-06 Raja R Harinath + + * Makefile (net_2_0_SUBDIRS): Add 'compiler-tester'. + +2005-06-06 Marek Safar + + * Makefile: Added compiler-tester. + +2005-05-31 Joanthan Pryor + + * Makefile (SUBDIRS): Add mono-shlib-cop to the build. + +2005-05-06 Raja R Harinath + + * Makefile (net_2_0_SUBDIRS): Add 'corcompare'. + +2005-03-14 Raja R Harinath + + * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'gacutil'. + +2005-03-09 Ben Maurer + + * monogrind.pl: Renamed valgrind-monofunc.pl to this, per + Nat. Updated with Nat's fixes. + +2005-03-08 Ben Maurer + + * valgrind-monofunc.pl: Add this wonderful script from Nat. + +2005-02-12 Cesar Lopez Nataren + + * Makefile: added mjs + +2005-01-31 Geoff Norton + + * Makefile: added macpack + +2004-12-10 Atsushi Enomoto + + * Makefile : added dtd2xsd. + +2004-12-07 Raja R Harinath + + * Makefile (run-test-ondotnet-local, uninstall-local): New. + +2004-11-22 Raja R Harinath + + * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'security' directory. + +2004-10-29 Raja R Harinath + + * Makefile (net_2_0_SUBDIRS): New. Only build 'wsdl' in the + net_2_0 profile. + +2004-06-11 Raja R Harinath + + * Makefile (PROGRAM_INSTALL_DIR): New define. + (install-local, uninstall-local): Use it. + +2004-05-27 Duncan Mak + + * Makefile (Module): Add mono-rpm-helpers + +2004-04-28 Jackson Harper + + * Makefile: Add gacutil to the build + +2004-01-15 Zoltan Varga + + * Makefile: Added al directory. + +2003-12-16 Gonzalo Paniagua Javier + + * Makefile: added browsercaps-updater directory. + +2003-12-03 Lluis Sanchez Gual + + * Makefile: Added soapsuds to build. + +2003-10-21 Lluis Sanchez Gual + + * Makefile: Added disco directory. + +2003-09-28 Gonzalo Paniagua Javier + + * Makefile: added SqlSharp to the build. + +2003-09-17 Lluis Sanchez Gual + + * Makefile: Added genxs directory. + +2003-08-28 Lluis Sanchez Gual + + * Makefile: Added wsdl directory. + +2003-07-16 Peter Williams + + * Makefile (DIST_ONLY_SUBDIRS): Don't build SqlSharp, it's + very old and doesn't build on Windows. + +2003-05-01 Duncan Mak + + * makefile: + * makefile.gnu: Add 'cilc' to the build. + +2003-03-14 Daniel Morgan + + * mono-win32-setup.nsi: added NSIS + (NullSoft Installer System) script file for building + a Mono release for Windows NT/2000/XP + +2003-03-08 Sebastien Pouliot + + * ASN1.cs: Removed - now part of Mono.Security assembly + * cert2spc.cs: Moved to /mcs/tools/security + * makefile: Removed cert2spc and secutil tools and added reference + to makefile inside security directory. + * makefile.gnu: Same. + * secutil.cs: Moved to /mcs/tools/security + +2003/01/20 Nick Drochak + + * makefile: take out type-reflector since it's gone. + +2003-01-18 Sebastien Pouliot + + * makefile, makefile.gnu: Renamed Cert2Spc.exe to cert2spc.exe. + +2003-01-09 Gaurav Vaish + + * assemblies.xml : Needed for Mobile controls enumerations. + +2002-12-31 Jonathan Pryor + + * makefile.gnu: Add support for DIRS to all, install targets. This was done + so type-reflector's install target could be independent/self-contained. + +2002-12-27 Sebastien Pouliot + + * ASN1.cs: New. Classes to manipulate Abstract Syntax Notation 1 + structures. + * cert2spc.cs: New tool to generate Software Publisher Certificate + (SPC) from a list of X509 certificate and CRL. + * secutils.cs: Changed copyright notice. + * makefile: Added cert2spc.exe to Windows build. + * makefile.gnu: Added cert2spc.exe to Linux build. + +2002-12-22 Sebastien Pouliot + + * secutils.cs: New tool to extract strongname and X509 certificate + from assembly (or other signed files). + * makefile: Added secutil.exe to Windows build. + * makefile.gnu: Added secutil.exe to Linux build. + +2002-12-06 Duncan Mak + + * makefile.gnu (clean): Remove *.dbg files. + +2002-10-16 Daniel Morgan + + * SqlSharpCli.cs: SQL query tool moved + from mcs/class/System.Data/Test + to mcs/tools/SqlSharp. Include it in the build + so people can have a place to test connection strings + and the ADO.NET providers + +2002-09-01 Jonathan Pryor + * type-reflector: new tool. See type-reflector/README for more information. + +2002-03-09 Martin Baulig + + * DumpCultureInfo.cs: New tool to dump culture info. Incomplete, + we need to get unicode support working before we can use this. + +2002-03-05 Gaurav Vaish + + * GenerateDelegate.cs: Generates delegates (EventHandler) as + specified. The output is quite simple, a delegate that has + the prototype as --> + public delegate void EventHandler(object sender, + EventArgs e) + +2002-03-01 Martin Baulig + + * scan-tests.pl: Catch exceptions when running the tests so that we + always run all the tests in a test suite even if some of them fail. + +2002-02-27 Martin Baulig + + * scan-tests.pl: Moved this script here from ../class/corlib/Test. + +2002-02-22 Nick Drochak + + * makefile: move corcompare to it's own directory to hold multiple + class files. still makes old corcompare for now. will remove that + soon. + +2002-02-18 Duncan Mak + + * serialize.cs: When appropriate, changed Type.GetType calls to + the faster typeof operator. + +2002-02-19 Nick Drochak + + * corcompare.cs: Reorganized into collaberating classes to analyze + and generate reports. Still needs to find the MonoTODO's, and + has a little more prototype code in there, but it's almost done. + + * makefile: output XML file in the tools directory for now. + +2002-02-15 Nick Drochak + + * corcompare.cs: Adding stuff to collect all the missing and todo + information need to generate nice looking HTML pages. Not quite + done and needs some re-org, but Duncan can take a look. + + * sample.xml: an example of how the XML will look that corcompare + will generate. Can be used to start working on the XSLT. + +2002-02-13 Nick Drochak + + * makefile: 'clean' target now removes file generated by CorCompare + +2002-02-03 Duncan Mak + + * serialize.cs: Added namespace block. + +2002-02-01 Duncan Mak + + * serialize.cs: Added a new tool for serializing objects. It + can create new types dynamically, but can only handle + arguments that are of primitive types. + +2002-01-26 Gaurav Vaish + + * EnumCheckAssemblyCollection.cs, + * assemblies.xml: Files related to EnumCheck checked-in. Now EnumCheck does + not have any path hardcoded. It takes the assemblies to + search from a xml files, which by default is assemblies.xml + +2002-01-25 Nick Drochak + + * .cvsignore: ignore .dll files now since we build NUnitCore.dll ourselves + +2002-01-18 Duncan Mak + + * EnumCheck.cs: A checkin for Miguel to make EnumCheck not hardcode + path to corlib.dll. + +2002-01-19 Nick Drochak + + * makefile: corcompare works again now, so make xml of missing types + * CorCompare.cs: use exception that .NET v1 throws to get types in mono corlib + +2002-01-18 Nick Drochak + + * makefile: remove path to beta2 csc.exe. path to csc.exe must be in PATH instead. + don't generate xml from corcompare for now. it throws an error on v1.0 of .NET + +2002-01-17 Nick Drochak + + * IFaceDisco.cs, XMLUtil.cs: Added new files for interface discovery tool. + * makefile: added target for IFaceDisco.exe and added to clean target for same + +2002-01-08 John Barnette + + * Removed todo.cs and related makefile data. + + + +2002-01-07 John Barnette + + + + * makefile: added todo target, fixed EnumCheck target, simplified clean + + + * todo.cs: new file. generates todo list XML and compares assemblies + + + +2002-01-07 Gaurav Vaish + + * EnumCheck.cs: Get the numerical values of an enumeration. + +2002-01-06 Nick Drochak + + * corcompare.cs: Catch the FileNotFoundException and handle it nicely. + +2002-01-05 Nick Drochak + + * makefile: build corcompare + * corcompare.cs: add new file. compares an assembly with mscorlib