b7ea3093a8fe66ee93dad4739e9e5d1d66f52983
[mono.git] / mcs / class / corlib / ChangeLog
1 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
2
3         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
4           System.IO.IsolatedStorage
5
6
7 2003-01-17
8         * unix.args: Added System/DelegateSerializationHolder.cs, \r
9           System/UnitySerializationHolder.cs,\r
10           System.Runtime.Serialization/ObjectManager.cs,\r
11           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,\r
12       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and\r
13           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
14
15 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
16
17         * unix.args: added COMException.cs in System.Runtime.InteropServices
18
19 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
20
21         * unix.args: added System.Diagnostics.Process.cs 
22
23 2002-12-28  Duncan Mak  <duncan@ximian.com>
24
25         * unix.args (ASN1.cs): Sebastien forgot to include this file.
26
27 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
28
29         * unix.args: added CryptoTools.cs file.
30
31 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
32
33         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
34         and StrongNameIdentityPermission.cs files.
35
36 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
37
38         * unix.args: added PublisherIdentityPermission.cs,
39         Publisher.cs and PublisherMembershipCondition.cs
40
41 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
42         
43         * updated .build file(s) to correctly contain required buildfile 
44           attribute for nant
45
46 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
47
48         * unix.args: added missing files from System.Security.Cryptography
49         namespace.
50
51 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
52
53         * unix.args: added missing files from System.Security.Cryptography
54         namespace.
55
56 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
57
58         * corlib.build: Removed all excluded cryptographic source code as the
59         cyclic dependency was removed (well commented)
60
61 2002-10-11  Duncan Mak  <duncan@ximian.com>
62
63         * unix.args: Added System.Security.Cryptography.CryptoConfig.
64
65 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
66
67         * Mono/Runtime.cs: New file.
68
69 2002-10-05  Andrew Birkett  <andy@nobugs.org>
70
71         * unix.args: Added System.Security.Cryptography.RC2
72
73 2002-09-12  Dick Porter  <dick@ximian.com>
74
75         * unix.args: Add System.Globalization.SortKey,
76         System.Globalization.StringInfo and
77         System.Globalizaton.TextElementEnumerator
78         
79 2002-09-12  Dick Porter  <dick@ximian.com>
80
81         * unix.args: Add System.ArgIterator and System.TypedReference
82
83         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
84         corcompare showed as missing) causes a SecurityException in
85         corcompare, so exclude Decimal from the corlib_cmp build.
86
87 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
88
89         * unix.args: added a couple of new files in System.Security.Principal.
90
91 2002-08-15  Tim Coleman <tim@timcoleman.com>
92         * unix.args: 
93                 Add System.Globalization/TextInfo.cs
94                 Add System.Runtime.Serialization/FormatterConverter.cs
95
96 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
97
98         * unix.args: added new files from System.Runtime.Remoting.Channels.
99
100 2002-07-31  Duncan Mak  <duncan@ximian.com>
101
102         * unix.args: Added interfaces and enumerations from
103         System.Runtime.Remoting.Channels. 
104
105 2002-07-31  Duncan Mak  <duncan@ximian.com>
106
107         * unix.args: Added new classes in
108         System.Runtime.Remoting.Contexts.
109         
110
111 2002-07-31  Duncan Mak  <duncan@ximian.com>
112
113         * unix.args: Added new Exceptions, Interfaces and various
114         TypeEntries from System.Runtime.Remoting.
115
116 2002-07-29  Martin Baulig  <martin@gnome.org>
117
118         * list: Removed, this isn't used anymore and people are already
119         getting confused which file to use.
120
121 2002-07-24  Duncan Mak  <duncan@ximian.com>
122
123         * unix.args: Added files from Remoting.Lifetime and
124         Remoting.Metadata.
125
126         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
127         and System.Runtime.Remoting.Proxies to their own ChangeLog.
128
129 2002-07-23  Duncan Mak  <duncan@ximian.com>
130
131         * list: 
132         * unix.args: Added new Attributes in
133         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
134
135 2002-07-22  Tim Coleman <tim@timcoleman.com>
136         * list:
137         * unix.args:
138                 Added System.Security.Permission/ReflectionPermission.cs and
139                 System.Security.Permission/EnvironmentPermission.cs and
140
141 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
142
143         * list:
144         * unix.args: added IObjectHandle.cs.
145
146 2002-06-20  Martin Baulig  <martin@gnome.org>
147
148         * unix.args: New file.  This is a mcs response file to compile
149         corlib on GNU/Linux (which doesn't work yet).
150
151 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
152
153         * System/Delegate.cs: Implemented Remove()
154         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
155         done. Plus a fix for Equals().
156         * Test/System/MulticastDelegate.cs: Added. Should reflect above
157         changes.
158         
159 2002-04-27  Martin Baulig  <martin@gnome.org>
160
161         * corlib.build: Added new "mcs-build" target to compile corlib
162         with mcs. This doesn't work yet - it's just to test mcs to find
163         and fix the remaining bugs.
164
165 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
166
167         * corlib.build: removed seperate windows/linux builds. excluded
168         wrapper and PAL classes from all builds.
169
170 2002-03-03  Nick Drochak  <ndrochak@gol.com>
171
172         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
173         that were preventing the tests from running on Windows.
174
175 2002-01-25  Mark Crichton  <crichton@gimp.org>
176
177         * System.Security.Cryptography/RijndaelManaged.cs: added
178         
179         * System.Security.Cryptography/Rijndael.cs: changed constructor
180         to set default values.  Hopefully I did it correctly.
181
182 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
183
184         * Unix/Errno.cs: Added
185
186         * Unix/Wrapper.cs: Updated to new Wrapper
187
188 2002-01-19  Nick Drochak  <ndrochak@gol.com>
189         
190         * corlib.build: exclude Delegate from corlib_cmp.
191
192 2002-01-09  Nick Drochak  <ndrochak@gol.com>
193
194         * corlib.build: Exclude Security Attribute classes that need mcs
195         magic to get them to compile.
196
197 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
198         * corlib.build: Removed <excludes> for System.Resources
199
200 2002-01-05  Nick Drochak  <ndrochak@gol.com>
201
202         * corlib.build: Have the clean target remove any .pdb files that
203         might be around if we compiled with debug on.
204
205 2002-01-05  Nick Drochak  <ndrochak@gol.com>
206
207         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
208         as corlib.dll without Object and ValueType.  It is used by 
209         /mcs/tools/corcompare.exe to compare with mscorlib.
210
211 2002-01-03  Nick Drochak  <ndrochak@gol.com>
212
213         * corlib.build: Put the linux target at the top.  I keep changing the 
214         build for windows 'cause it's at the top.  Then when I do make, nothing
215         changes.  It seems like it always takes me half a day to remember
216         that the linux target comes second.  Old age I guess.
217
218         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
219
220 2002-01-02  Nick Drochak  <ndrochak@gol.com>
221
222         * corlib.build: Removed "exclude CodeAccessPermission.cs"
223
224 2001-12-11  Duncan Mak  <duncan@ximian.com>
225
226         * ChangeLog: Added "System.Resources" to the exclude list.
227
228 2001-12-05  Nick Drochak <ndrochak@gol.com>
229
230         * ChangeLog: Add the change log to this directory
231
232         * 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'.
233