abf16b2f08fabf13cc234082ca46c6e82ad1a470
[mono.git] / mcs / class / corlib / ChangeLog
1 2003-07-24  Peter Williams  <peter@newton.cx>
2
3         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
4         corlib test library built against the platform corlib. This
5         lets us test our corlib tests. On a non-mono-native platform
6         (Windows) we run those tests only; on a mono-native platform, we
7         run the full corlib test suite on our own tests.
8
9         * corlib_plattest.dll.excludes: Add this. (The result of
10         'grep Mono corlib_test.dll.sources')
11
12         * corlib_test.dll.sources: Extraneous newline was messing things
13         up.
14         
15 2003-07-23  Ravi Pratap  <ravi@ximian.com>
16
17         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
18         from Paolo in response to bug #45993.
19
20 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
21
22         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
23
24 2003-07-20  Peter Williams  <peter@newton.cx>
25
26         * Makefile: Add in corlib_res.dll, which we use as a basis
27         for tests on non-linux platforms. Nearly identical rules to
28         corlib_cmp: corlib - some files that cause the MS runtime to
29         barf.
30
31         * corlib_res.dll.excludes: Added.
32
33 2003-07-20  Peter Williams  <peter@newton.cx>
34
35         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
36
37 2003-07-18  Peter Williams  <peter@newton.cx>
38
39         * Makefile (dist-local): The fancy shell script was neat, but
40         ultimately unnecessary and counterproductive. Alas.
41
42 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
43
44         * corlib.dll.sources:
45         * unix.args: AssemblyInfo.cs added
46
47 2003-07-17  Peter Williams  <peter@newton.cx>
48
49         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
50         which sort of makes sense and is needed on Windows too.
51         ($(corlib)): same.
52         $(cmplib): Don't include the makefrag to save the Windows build and some
53         time.
54
55 2003-07-16  Peter Williams  <peter@newton.cx>
56
57         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
58         portability fixes.
59         (all-local): Don't build $(cmplib) by default, it's not something
60         most people need, and the build is broken on Windows right now anyway.
61
62 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
63
64         * unix.args: Fix UNIX build.
65
66 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
67
68         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
69         Runtime.InteropServices.TypeLibVersionAttribute.cs
70
71 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
72
73         * unix.args: Added SecurityParser.cs to Mono.Xml
74
75 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
76
77         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
78         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
79         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
80         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
81
82 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
83
84         * unix.args: added System.Runtime.Remoting/SoapServices.cs
85
86 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
87
88         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
89         RSAManaged.cs
90
91 2003-05-29  Nick Drochak <ndrochak@gol.com>
92
93         * makefile.gnu: turn on debug since it works again.
94
95 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
96
97         * unix.args: added System.Security/
98         AllowPartiallyTrustedCallersAttribute.cs
99
100 2003-04-05  Nick Drochak  <ndrochak@gol.com>
101
102         * makefile.gnu: revert. debugger support not installed by default in mcs
103
104 2003-04-05  Nick Drochak  <ndrochak@gol.com>
105
106         * makefile.gnu: compile with debug.
107
108 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
109
110         * unix.args: added SEHException.
111
112 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
113
114         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
115         * Updated unix.args with the stubs
116
117 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
118         
119         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
120
121 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
122
123         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
124
125 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
126
127         * unix.args: Added "System.FloatingPointFormatter.cs".
128
129 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
130
131         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
132
133 2003-03-03  Tim Coleman <tim@timcoleman.com>
134         * unix.args: Added
135                 System.Runtime.InteropServices/HandleRef.cs
136
137 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
138
139         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
140
141
142 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
143
144         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
145                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
146                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
147
148 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
149
150         * unix.args: added ModuleResolveEventHandler.cs
151
152 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
153
154         * unix.args: added 
155                 System.Runtime.Remoting/EnvoyInfo.cs
156                 System.Runtime.Remoting.Activation/ActivationServices.cs
157                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
158                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
159                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
160                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
161                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
162                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
163                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
164
165 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
166
167         * unix.args: added MACAlgorithm and HMACAlgorithm.
168
169 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
170
171         * unix.args: Move some class from System.Security.Cryptography
172           into Mono.* for easier reuse.
173
174 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
175
176         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
177
178 2003-02-03  Patrik Torstensson
179
180         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
181           check if we need the libs and if they still are correct.
182
183 2003-02-03  Patrik Torstensson
184
185         * unix.args: added CADMessages.cs
186
187 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
188
189         * unix.args: added RemoteActivator.cs.
190
191 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
192
193         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
194                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
195                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
196                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
197
198 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
199
200         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
201           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
202
203 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
204
205         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
206           System.IO.IsolatedStorage
207
208
209 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
210         * unix.args: Added System/DelegateSerializationHolder.cs, 
211           System/UnitySerializationHolder.cs,
212           System.Runtime.Serialization/ObjectManager.cs,
213           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
214       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
215           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
216
217 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
218
219         * unix.args: added COMException.cs in System.Runtime.InteropServices
220
221 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
222
223         * unix.args: added System.Diagnostics.Process.cs 
224
225 2002-12-28  Duncan Mak  <duncan@ximian.com>
226
227         * unix.args (ASN1.cs): Sebastien forgot to include this file.
228
229 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
230
231         * unix.args: added CryptoTools.cs file.
232
233 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
234
235         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
236         and StrongNameIdentityPermission.cs files.
237
238 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
239
240         * unix.args: added PublisherIdentityPermission.cs,
241         Publisher.cs and PublisherMembershipCondition.cs
242
243 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
244         
245         * updated .build file(s) to correctly contain required buildfile 
246           attribute for nant
247
248 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
249
250         * unix.args: added missing files from System.Security.Cryptography
251         namespace.
252
253 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
254
255         * unix.args: added missing files from System.Security.Cryptography
256         namespace.
257
258 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
259
260         * corlib.build: Removed all excluded cryptographic source code as the
261         cyclic dependency was removed (well commented)
262
263 2002-10-11  Duncan Mak  <duncan@ximian.com>
264
265         * unix.args: Added System.Security.Cryptography.CryptoConfig.
266
267 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
268
269         * Mono/Runtime.cs: New file.
270
271 2002-10-05  Andrew Birkett  <andy@nobugs.org>
272
273         * unix.args: Added System.Security.Cryptography.RC2
274
275 2002-09-12  Dick Porter  <dick@ximian.com>
276
277         * unix.args: Add System.Globalization.SortKey,
278         System.Globalization.StringInfo and
279         System.Globalizaton.TextElementEnumerator
280         
281 2002-09-12  Dick Porter  <dick@ximian.com>
282
283         * unix.args: Add System.ArgIterator and System.TypedReference
284
285         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
286         corcompare showed as missing) causes a SecurityException in
287         corcompare, so exclude Decimal from the corlib_cmp build.
288
289 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
290
291         * unix.args: added a couple of new files in System.Security.Principal.
292
293 2002-08-15  Tim Coleman <tim@timcoleman.com>
294         * unix.args: 
295                 Add System.Globalization/TextInfo.cs
296                 Add System.Runtime.Serialization/FormatterConverter.cs
297
298 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
299
300         * unix.args: added new files from System.Runtime.Remoting.Channels.
301
302 2002-07-31  Duncan Mak  <duncan@ximian.com>
303
304         * unix.args: Added interfaces and enumerations from
305         System.Runtime.Remoting.Channels. 
306
307 2002-07-31  Duncan Mak  <duncan@ximian.com>
308
309         * unix.args: Added new classes in
310         System.Runtime.Remoting.Contexts.
311         
312
313 2002-07-31  Duncan Mak  <duncan@ximian.com>
314
315         * unix.args: Added new Exceptions, Interfaces and various
316         TypeEntries from System.Runtime.Remoting.
317
318 2002-07-29  Martin Baulig  <martin@gnome.org>
319
320         * list: Removed, this isn't used anymore and people are already
321         getting confused which file to use.
322
323 2002-07-24  Duncan Mak  <duncan@ximian.com>
324
325         * unix.args: Added files from Remoting.Lifetime and
326         Remoting.Metadata.
327
328         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
329         and System.Runtime.Remoting.Proxies to their own ChangeLog.
330
331 2002-07-23  Duncan Mak  <duncan@ximian.com>
332
333         * list: 
334         * unix.args: Added new Attributes in
335         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
336
337 2002-07-22  Tim Coleman <tim@timcoleman.com>
338         * list:
339         * unix.args:
340                 Added System.Security.Permission/ReflectionPermission.cs and
341                 System.Security.Permission/EnvironmentPermission.cs and
342
343 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
344
345         * list:
346         * unix.args: added IObjectHandle.cs.
347
348 2002-06-20  Martin Baulig  <martin@gnome.org>
349
350         * unix.args: New file.  This is a mcs response file to compile
351         corlib on GNU/Linux (which doesn't work yet).
352
353 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
354
355         * System/Delegate.cs: Implemented Remove()
356         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
357         done. Plus a fix for Equals().
358         * Test/System/MulticastDelegate.cs: Added. Should reflect above
359         changes.
360         
361 2002-04-27  Martin Baulig  <martin@gnome.org>
362
363         * corlib.build: Added new "mcs-build" target to compile corlib
364         with mcs. This doesn't work yet - it's just to test mcs to find
365         and fix the remaining bugs.
366
367 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
368
369         * corlib.build: removed seperate windows/linux builds. excluded
370         wrapper and PAL classes from all builds.
371
372 2002-03-03  Nick Drochak  <ndrochak@gol.com>
373
374         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
375         that were preventing the tests from running on Windows.
376
377 2002-01-25  Mark Crichton  <crichton@gimp.org>
378
379         * System.Security.Cryptography/RijndaelManaged.cs: added
380         
381         * System.Security.Cryptography/Rijndael.cs: changed constructor
382         to set default values.  Hopefully I did it correctly.
383
384 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
385
386         * Unix/Errno.cs: Added
387
388         * Unix/Wrapper.cs: Updated to new Wrapper
389
390 2002-01-19  Nick Drochak  <ndrochak@gol.com>
391         
392         * corlib.build: exclude Delegate from corlib_cmp.
393
394 2002-01-09  Nick Drochak  <ndrochak@gol.com>
395
396         * corlib.build: Exclude Security Attribute classes that need mcs
397         magic to get them to compile.
398
399 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
400         * corlib.build: Removed <excludes> for System.Resources
401
402 2002-01-05  Nick Drochak  <ndrochak@gol.com>
403
404         * corlib.build: Have the clean target remove any .pdb files that
405         might be around if we compiled with debug on.
406
407 2002-01-05  Nick Drochak  <ndrochak@gol.com>
408
409         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
410         as corlib.dll without Object and ValueType.  It is used by 
411         /mcs/tools/corcompare.exe to compare with mscorlib.
412
413 2002-01-03  Nick Drochak  <ndrochak@gol.com>
414
415         * corlib.build: Put the linux target at the top.  I keep changing the 
416         build for windows 'cause it's at the top.  Then when I do make, nothing
417         changes.  It seems like it always takes me half a day to remember
418         that the linux target comes second.  Old age I guess.
419
420         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
421
422 2002-01-02  Nick Drochak  <ndrochak@gol.com>
423
424         * corlib.build: Removed "exclude CodeAccessPermission.cs"
425
426 2001-12-11  Duncan Mak  <duncan@ximian.com>
427
428         * ChangeLog: Added "System.Resources" to the exclude list.
429
430 2001-12-05  Nick Drochak <ndrochak@gol.com>
431
432         * ChangeLog: Add the change log to this directory
433
434         * 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'.
435