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

ChangeLog « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da21df1c32e32fdfad007b30f60afc8cf8186c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
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