Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tools/ChangeLog')
-rw-r--r--mcs/tools/ChangeLog124
1 files changed, 0 insertions, 124 deletions
diff --git a/mcs/tools/ChangeLog b/mcs/tools/ChangeLog
deleted file mode 100644
index da21df1c32e..00000000000
--- a/mcs/tools/ChangeLog
+++ /dev/null
@@ -1,124 +0,0 @@
-2002-03-09 Martin Baulig <martin@gnome.org>
-
- * 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 <gvaish@iitk.ac.in>
-
- * GenerateDelegate.cs: Generates delegates (EventHandler) as
- specified. The output is quite simple, a delegate that has
- the prototype as -->
- public delegate void <given-name>EventHandler(object sender,
- <given-name>EventArgs e)
-
-2002-03-01 Martin Baulig <martin@gnome.org>
-
- * 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 <martin@gnome.org>
-
- * scan-tests.pl: Moved this script here from ../class/corlib/Test.
-
-2002-02-22 Nick Drochak <ndrochak@gol.com>
-
- * 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 <duncan@ximian.com>
-
- * serialize.cs: When appropriate, changed Type.GetType calls to
- the faster typeof operator.
-
-2002-02-19 Nick Drochak <ndrochak@gol.com>
-
- * 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 <ndrochak@gol.com>
-
- * 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 <ndrochak@gol.com>
-
- * makefile: 'clean' target now removes file generated by CorCompare
-
-2002-02-03 Duncan Mak <duncan@ximian.com>
-
- * serialize.cs: Added namespace block.
-
-2002-02-01 Duncan Mak <duncan@ximian.com>
-
- * 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 <gvaish@iitk.ac.in>
-
- * 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 <ndrochak@gol.com>
-
- * .cvsignore: ignore .dll files now since we build NUnitCore.dll ourselves
-
-2002-01-18 Duncan Mak <duncan@ximian.com>
-
- * EnumCheck.cs: A checkin for Miguel to make EnumCheck not hardcode
- path to corlib.dll.
-
-2002-01-19 Nick Drochak <ndrochak@gol.com>
-
- * 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 <ndrochak@gol.com>
-
- * 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 <ndrochak@gol.com>
-
- * 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 <jbarn@httcb.net>
-
- * Removed todo.cs and related makefile data.
-
-
-
-2002-01-07 John Barnette <jbarn@httcb.net>
-
-
-
- * 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 <gvaish@iitk.ac.in>
-
- * EnumCheck.cs: Get the numerical values of an enumeration.
-
-2002-01-06 Nick Drochak <ndrochak@gol.com>
-
- * corcompare.cs: Catch the FileNotFoundException and handle it nicely.
-
-2002-01-05 Nick Drochak <ndrochak@gol.com>
-
- * makefile: build corcompare
- * corcompare.cs: add new file. compares an assembly with mscorlib