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

ChangeLog « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23388f13fefb808f2b9b2c844b6dcf2ce2b8990d (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
2002-06-20  Martin Baulig  <martin@gnome.org>

	* unix.args: New file.  This is a mcs response file to compile
	corlib on GNU/Linux (which doesn't work yet).

2002-04-30  Daniel Stodden  <stodden@in.tum.de>

	* System/Delegate.cs: Implemented Remove()
	* System/MulticastDelegate.cs: Implementation of RemoveImpl()
	done. Plus a fix for Equals().
	* Test/System/MulticastDelegate.cs: Added. Should reflect above
	changes.
	
2002-04-27  Martin Baulig  <martin@gnome.org>

	* corlib.build: Added new "mcs-build" target to compile corlib
	with mcs. This doesn't work yet - it's just to test mcs to find
	and fix the remaining bugs.

2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>

	* corlib.build: removed seperate windows/linux builds. excluded
	wrapper and PAL classes from all builds.

2002-03-03  Nick Drochak  <ndrochak@gol.com>

	* corlib.build: Exclude a bunch of interfaces from corlib_res.dll
	that were preventing the tests from running on Windows.

2002-01-25  Mark Crichton  <crichton@gimp.org>

	* System.Security.Cryptography/RijndaelManaged.cs: added
	
	* System.Security.Cryptography/Rijndael.cs: changed constructor
	to set default values.  Hopefully I did it correctly.

2002-01-23  Miguel de Icaza  <miguel@ximian.com>

	* Unix/Errno.cs: Added

	* Unix/Wrapper.cs: Updated to new Wrapper

2002-01-19  Nick Drochak  <ndrochak@gol.com>
	
	* corlib.build: exclude Delegate from corlib_cmp.

2002-01-09  Nick Drochak  <ndrochak@gol.com>

	* corlib.build: Exclude Security Attribute classes that need mcs
	magic to get them to compile.

2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
	* corlib.build: Removed <excludes> for System.Resources

2002-01-05  Nick Drochak  <ndrochak@gol.com>

	* corlib.build: Have the clean target remove any .pdb files that
	might be around if we compiled with debug on.

2002-01-05  Nick Drochak  <ndrochak@gol.com>

	* corlib.build: Make new build of corlib_cmp.dll.  This is the same
	as corlib.dll without Object and ValueType.  It is used by 
	/mcs/tools/corcompare.exe to compare with mscorlib.

2002-01-03  Nick Drochak  <ndrochak@gol.com>

	* corlib.build: Put the linux target at the top.  I keep changing the 
	build for windows 'cause it's at the top.  Then when I do make, nothing
	changes.  It seems like it always takes me half a day to remember
	that the linux target comes second.  Old age I guess.

	* .cvsignore: ignore corlib.pdb for times when it's built with debug on.

2002-01-02  Nick Drochak  <ndrochak@gol.com>

	* corlib.build: Removed "exclude CodeAccessPermission.cs"

2001-12-11  Duncan Mak  <duncan@ximian.com>

	* ChangeLog: Added "System.Resources" to the exclude list.

2001-12-05  Nick Drochak <ndrochak@gol.com>

	* ChangeLog: Add the change log to this directory

	* corlib.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.