* makefile.gnu: Added test target. Please start using it.
[mono.git] / mcs / class / corlib / ChangeLog
1 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
2
3         * unix.args: added new files from System.Runtime.Remoting.Channels.
4
5 2002-07-31  Duncan Mak  <duncan@ximian.com>
6
7         * unix.args: Added interfaces and enumerations from
8         System.Runtime.Remoting.Channels. 
9
10 2002-07-31  Duncan Mak  <duncan@ximian.com>
11
12         * unix.args: Added new classes in
13         System.Runtime.Remoting.Contexts.
14         
15
16 2002-07-31  Duncan Mak  <duncan@ximian.com>
17
18         * unix.args: Added new Exceptions, Interfaces and various
19         TypeEntries from System.Runtime.Remoting.
20
21 2002-07-29  Martin Baulig  <martin@gnome.org>
22
23         * list: Removed, this isn't used anymore and people are already
24         getting confused which file to use.
25
26 2002-07-24  Duncan Mak  <duncan@ximian.com>
27
28         * unix.args: Added files from Remoting.Lifetime and
29         Remoting.Metadata.
30
31         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
32         and System.Runtime.Remoting.Proxies to their own ChangeLog.
33
34 2002-07-23  Duncan Mak  <duncan@ximian.com>
35
36         * list: 
37         * unix.args: Added new Attributes in
38         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
39
40 2002-07-22  Tim Coleman <tim@timcoleman.com>
41         * list:
42         * unix.args:
43                 Added System.Security.Permission/ReflectionPermission.cs and
44                 System.Security.Permission/EnvironmentPermission.cs and
45
46 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * list:
49         * unix.args: added IObjectHandle.cs.
50
51 2002-06-20  Martin Baulig  <martin@gnome.org>
52
53         * unix.args: New file.  This is a mcs response file to compile
54         corlib on GNU/Linux (which doesn't work yet).
55
56 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
57
58         * System/Delegate.cs: Implemented Remove()
59         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
60         done. Plus a fix for Equals().
61         * Test/System/MulticastDelegate.cs: Added. Should reflect above
62         changes.
63         
64 2002-04-27  Martin Baulig  <martin@gnome.org>
65
66         * corlib.build: Added new "mcs-build" target to compile corlib
67         with mcs. This doesn't work yet - it's just to test mcs to find
68         and fix the remaining bugs.
69
70 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
71
72         * corlib.build: removed seperate windows/linux builds. excluded
73         wrapper and PAL classes from all builds.
74
75 2002-03-03  Nick Drochak  <ndrochak@gol.com>
76
77         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
78         that were preventing the tests from running on Windows.
79
80 2002-01-25  Mark Crichton  <crichton@gimp.org>
81
82         * System.Security.Cryptography/RijndaelManaged.cs: added
83         
84         * System.Security.Cryptography/Rijndael.cs: changed constructor
85         to set default values.  Hopefully I did it correctly.
86
87 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
88
89         * Unix/Errno.cs: Added
90
91         * Unix/Wrapper.cs: Updated to new Wrapper
92
93 2002-01-19  Nick Drochak  <ndrochak@gol.com>
94         
95         * corlib.build: exclude Delegate from corlib_cmp.
96
97 2002-01-09  Nick Drochak  <ndrochak@gol.com>
98
99         * corlib.build: Exclude Security Attribute classes that need mcs
100         magic to get them to compile.
101
102 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
103         * corlib.build: Removed <excludes> for System.Resources
104
105 2002-01-05  Nick Drochak  <ndrochak@gol.com>
106
107         * corlib.build: Have the clean target remove any .pdb files that
108         might be around if we compiled with debug on.
109
110 2002-01-05  Nick Drochak  <ndrochak@gol.com>
111
112         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
113         as corlib.dll without Object and ValueType.  It is used by 
114         /mcs/tools/corcompare.exe to compare with mscorlib.
115
116 2002-01-03  Nick Drochak  <ndrochak@gol.com>
117
118         * corlib.build: Put the linux target at the top.  I keep changing the 
119         build for windows 'cause it's at the top.  Then when I do make, nothing
120         changes.  It seems like it always takes me half a day to remember
121         that the linux target comes second.  Old age I guess.
122
123         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
124
125 2002-01-02  Nick Drochak  <ndrochak@gol.com>
126
127         * corlib.build: Removed "exclude CodeAccessPermission.cs"
128
129 2001-12-11  Duncan Mak  <duncan@ximian.com>
130
131         * ChangeLog: Added "System.Resources" to the exclude list.
132
133 2001-12-05  Nick Drochak <ndrochak@gol.com>
134
135         * ChangeLog: Add the change log to this directory
136
137         * 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'.
138