* File.cs: In Move, throw IOException instead of ArgumentException if destination
[mono.git] / mcs / class / corlib / ChangeLog
1 2004-03-11  Martin Baulig  <martin@ximian.com>
2
3         * corlib.dll.sources: Added System.Collections.Generic/Queue.cs
4         and System.Collections.Generic.Stack.cs.
5
6 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * Makefile, corlib.dll.win32-excludes : 
9           now csc build includes SecurityPermissionAttribute.cs.
10
11 2004-03-09  Jackson Harper  <jackson@ximian.com>
12
13         * corlib_test.dll.sources: Add new test cases to the build.
14         
15 2004-03-03  Jackson Harper <jackson@ximian.com>
16
17         * corlib.dll.sources: Add new registry files to the build.
18         
19 2004-02-20  Jackson Harper  <jackson@ximian.com>
20
21         * corlib.dll.sources: Add LockQueue.cs to build.
22         
23 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * corlib_test.dll.sources : Added CharCategoryTest.cs
26
27 2004-02-17 Lluis Sanches Gual  <lluis@ximian.com>
28         
29         * corlib.dll.sources: Added 
30                 System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs
31
32 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
33
34     * Mono.Security.Cryptography/PKCS1.cs:
35
36         - Added little change for allow the class to be used with
37         hash implementations that doesn't have an oid like the MD5SHA1 hash.
38
39 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * corlib.dll.sources: Moved SymmetricTransform class from System.
42         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
43         Cryptography.
44
45 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
46
47         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
48         Security.Cryptography namespace, to the build.
49         * corlib_test.dll.sources: Added AppDomain unit tests in System.
50         Some tests are currently ignored because they produce lots of GC
51         Warning failures but they seems to work (nunit finishes).
52
53 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
54
55         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
56         tests in System.Security.Policy namespace.
57
58 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
59
60         * corlib_test.dll.sources: Added SecurityException unit tests in
61         System.Security namespace.
62
63 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
64
65         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
66         System.Security namespace. Added CodeGroup related and PolicyLevel
67         unit tests to System.Security.Policy.
68
69 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
70
71         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
72
73 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
74
75         * corlib_test.dll.sources: Added SecurityManager unit tests in
76         in System.Security namespace.
77
78 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
79
80         * corlib.dll.sources: Added SiteMembershipCondition to 
81         System.Security.Policy namespace.
82         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
83         unit tests in System.Security.Policy namespace.
84
85 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
86
87         * corlib.dll.sources: Added many (long time) missing classes in the
88         System.Security.Policy namespace.
89
90 2004-01-01  Nick Drochak  <ndrochak@gol.com>
91
92         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
93         * corlib.dll.sources. Add PermissionRequestEvidence.cs
94
95 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
96
97         * corlib_test.dll.sources: Added new unit tests to System.Security.
98         Permissions and System.Security.Principal.
99
100 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
101
102         * corlib.dll.sources: Added WindowsPrincipal to build.
103
104 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
105
106         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
107         using CryptoAPI.
108
109 2003-12-14  Pedro Martínez Juliá  <yoros@wanadoo.es>
110
111         * DateTime.cs: Be sure that the array access is not out of range
112         when looking for ArgumentOutOfRangeException in the year value.
113
114 2003-12-08  Peter Williams  <peter@newton.cx>
115
116         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
117         Fixes build on OS X.
118
119 2003-12-04  Martin Baulig  <martin@ximian.com>
120
121         * corlib.dll.sources: Added System.Collections.Generic.
122
123 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
124
125         * corlib.dll.sources: Added file:
126                 System.Runtime.InteropServices.DispatchWrapper.cs
127
128 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
129
130         * corlib.dll.sources: Added 
131                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
132         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
133
134 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
135
136         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
137
138 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
139
140         * corlib_test.dll.sources: Added some test files:
141                 System.Runtime.Remoting/ContextTest.cs
142                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
143
144 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
145
146         * corlib.dll.sources: Added some files:
147                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
148                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
149                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
150
151 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
152
153         * corlib.dll.sources: Added already existing, but not added delegate
154                 Added various classes in System.InteropServices
155
156 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
157
158         * corlib.dll.sources: Added some files:
159                 System.Runtime.Serialization.Formatter.cs
160                 System.Runtime.Serialization.Formatters/InternalRM.cs
161                 System.Runtime.Serialization.Formatters/InternalST.cs
162                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
163
164 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
165
166         * corlib.dll.sources: Added some files:
167                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
168                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
169         
170 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
171
172         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
173         
174 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
175
176         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
177
178 2003-11-12 Jackson Harper <jackson@ximian.com>
179
180         * Makefile: corlib is now named mscorlib.
181
182 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
183
184         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
185         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
186
187 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
188
189         * corlib.dll.sources: Added classes StrongName to support StrongNames.
190
191 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
192
193         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
194
195 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
196
197         * corlib.dll.sources: Added classes for Authenticode support.
198         * corlib_test.dll.sources: Added unit test for SPC certificates.
199
200 2003-09-26  Pedro Martínez Julá  <yoros@wanadoo.es>
201
202         * corlib_test.dll.sources: Remove tests that generate compile
203         errors. The tests are still there but its name is rmoved here.
204
205 2003-09-24    <cesar@ciencias.unam.mx>
206
207         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
208
209 2003-08-20  Duncan Mak  <duncan@ximian.com>
210
211         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
212
213 2003-08-19 Nick Drochak <ndrochak@gol.com>
214
215         * Makefile: Turn on debug for the corlib tests on .NET.
216
217 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
218
219         * corlib.dll.sources: added quite some files
220
221 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
222
223         * corlib.dll.sources: added/removed Locale.cs
224
225 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
226
227         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
228
229 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
230
231         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
232
233 2003-07-24  Peter Williams  <peter@newton.cx>
234
235         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
236         corlib test library built against the platform corlib. This
237         lets us test our corlib tests. On a non-mono-native platform
238         (Windows) we run those tests only; on a mono-native platform, we
239         run the full corlib test suite on our own tests.
240         (clean-local): Forgot $(plattestlib).
241
242         * corlib_plattest.dll.excludes: Add this. (The result of
243         'grep Mono corlib_test.dll.sources')
244
245         * corlib_test.dll.sources: Extraneous newline was messing things
246         up.
247         
248 2003-07-23  Ravi Pratap  <ravi@ximian.com>
249
250         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
251         from Paolo in response to bug #45993.
252
253 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
254
255         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
256
257 2003-07-20  Peter Williams  <peter@newton.cx>
258
259         * Makefile: Add in corlib_res.dll, which we use as a basis
260         for tests on non-linux platforms. Nearly identical rules to
261         corlib_cmp: corlib - some files that cause the MS runtime to
262         barf.
263
264         * corlib_res.dll.excludes: Added.
265
266 2003-07-20  Peter Williams  <peter@newton.cx>
267
268         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
269
270 2003-07-18  Peter Williams  <peter@newton.cx>
271
272         * Makefile (dist-local): The fancy shell script was neat, but
273         ultimately unnecessary and counterproductive. Alas.
274
275 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
276
277         * corlib.dll.sources:
278         * unix.args: AssemblyInfo.cs added
279
280 2003-07-17  Peter Williams  <peter@newton.cx>
281
282         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
283         which sort of makes sense and is needed on Windows too.
284         ($(corlib)): same.
285         $(cmplib): Don't include the makefrag to save the Windows build and some
286         time.
287
288 2003-07-16  Peter Williams  <peter@newton.cx>
289
290         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
291         portability fixes.
292         (all-local): Don't build $(cmplib) by default, it's not something
293         most people need, and the build is broken on Windows right now anyway.
294
295 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
296
297         * unix.args: Fix UNIX build.
298
299 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
300
301         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
302         Runtime.InteropServices.TypeLibVersionAttribute.cs
303
304 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
305
306         * unix.args: Added SecurityParser.cs to Mono.Xml
307
308 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
309
310         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
311         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
312         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
313         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
314
315 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
316
317         * unix.args: added System.Runtime.Remoting/SoapServices.cs
318
319 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
320
321         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
322         RSAManaged.cs
323
324 2003-05-29  Nick Drochak <ndrochak@gol.com>
325
326         * makefile.gnu: turn on debug since it works again.
327
328 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
329
330         * unix.args: added System.Security/
331         AllowPartiallyTrustedCallersAttribute.cs
332
333 2003-04-05  Nick Drochak  <ndrochak@gol.com>
334
335         * makefile.gnu: revert. debugger support not installed by default in mcs
336
337 2003-04-05  Nick Drochak  <ndrochak@gol.com>
338
339         * makefile.gnu: compile with debug.
340
341 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
342
343         * unix.args: added SEHException.
344
345 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
346
347         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
348         * Updated unix.args with the stubs
349
350 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
351         
352         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
353
354 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
355
356         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
357
358 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
359
360         * unix.args: Added "System.FloatingPointFormatter.cs".
361
362 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
363
364         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
365
366 2003-03-03  Tim Coleman <tim@timcoleman.com>
367         * unix.args: Added
368                 System.Runtime.InteropServices/HandleRef.cs
369
370 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
371
372         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
373
374
375 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
376
377         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
378                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
379                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
380
381 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
382
383         * unix.args: added ModuleResolveEventHandler.cs
384
385 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
386
387         * unix.args: added 
388                 System.Runtime.Remoting/EnvoyInfo.cs
389                 System.Runtime.Remoting.Activation/ActivationServices.cs
390                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
391                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
392                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
393                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
394                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
395                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
396                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
397
398 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
399
400         * unix.args: added MACAlgorithm and HMACAlgorithm.
401
402 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
403
404         * unix.args: Move some class from System.Security.Cryptography
405           into Mono.* for easier reuse.
406
407 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
408
409         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
410
411 2003-02-03  Patrik Torstensson
412
413         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
414           check if we need the libs and if they still are correct.
415
416 2003-02-03  Patrik Torstensson
417
418         * unix.args: added CADMessages.cs
419
420 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
421
422         * unix.args: added RemoteActivator.cs.
423
424 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
425
426         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
427                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
428                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
429                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
430
431 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
432
433         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
434           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
435
436 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
437
438         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
439           System.IO.IsolatedStorage
440
441
442 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
443         * unix.args: Added System/DelegateSerializationHolder.cs, 
444           System/UnitySerializationHolder.cs,
445           System.Runtime.Serialization/ObjectManager.cs,
446           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
447       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
448           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
449
450 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
451
452         * unix.args: added COMException.cs in System.Runtime.InteropServices
453
454 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
455
456         * unix.args: added System.Diagnostics.Process.cs 
457
458 2002-12-28  Duncan Mak  <duncan@ximian.com>
459
460         * unix.args (ASN1.cs): Sebastien forgot to include this file.
461
462 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
463
464         * unix.args: added CryptoTools.cs file.
465
466 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
467
468         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
469         and StrongNameIdentityPermission.cs files.
470
471 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
472
473         * unix.args: added PublisherIdentityPermission.cs,
474         Publisher.cs and PublisherMembershipCondition.cs
475
476 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
477         
478         * updated .build file(s) to correctly contain required buildfile 
479           attribute for nant
480
481 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
482
483         * unix.args: added missing files from System.Security.Cryptography
484         namespace.
485
486 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
487
488         * unix.args: added missing files from System.Security.Cryptography
489         namespace.
490
491 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
492
493         * corlib.build: Removed all excluded cryptographic source code as the
494         cyclic dependency was removed (well commented)
495
496 2002-10-11  Duncan Mak  <duncan@ximian.com>
497
498         * unix.args: Added System.Security.Cryptography.CryptoConfig.
499
500 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
501
502         * Mono/Runtime.cs: New file.
503
504 2002-10-05  Andrew Birkett  <andy@nobugs.org>
505
506         * unix.args: Added System.Security.Cryptography.RC2
507
508 2002-09-12  Dick Porter  <dick@ximian.com>
509
510         * unix.args: Add System.Globalization.SortKey,
511         System.Globalization.StringInfo and
512         System.Globalizaton.TextElementEnumerator
513         
514 2002-09-12  Dick Porter  <dick@ximian.com>
515
516         * unix.args: Add System.ArgIterator and System.TypedReference
517
518         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
519         corcompare showed as missing) causes a SecurityException in
520         corcompare, so exclude Decimal from the corlib_cmp build.
521
522 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
523
524         * unix.args: added a couple of new files in System.Security.Principal.
525
526 2002-08-15  Tim Coleman <tim@timcoleman.com>
527         * unix.args: 
528                 Add System.Globalization/TextInfo.cs
529                 Add System.Runtime.Serialization/FormatterConverter.cs
530
531 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
532
533         * unix.args: added new files from System.Runtime.Remoting.Channels.
534
535 2002-07-31  Duncan Mak  <duncan@ximian.com>
536
537         * unix.args: Added interfaces and enumerations from
538         System.Runtime.Remoting.Channels. 
539
540 2002-07-31  Duncan Mak  <duncan@ximian.com>
541
542         * unix.args: Added new classes in
543         System.Runtime.Remoting.Contexts.
544         
545
546 2002-07-31  Duncan Mak  <duncan@ximian.com>
547
548         * unix.args: Added new Exceptions, Interfaces and various
549         TypeEntries from System.Runtime.Remoting.
550
551 2002-07-29  Martin Baulig  <martin@gnome.org>
552
553         * list: Removed, this isn't used anymore and people are already
554         getting confused which file to use.
555
556 2002-07-24  Duncan Mak  <duncan@ximian.com>
557
558         * unix.args: Added files from Remoting.Lifetime and
559         Remoting.Metadata.
560
561         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
562         and System.Runtime.Remoting.Proxies to their own ChangeLog.
563
564 2002-07-23  Duncan Mak  <duncan@ximian.com>
565
566         * list: 
567         * unix.args: Added new Attributes in
568         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
569
570 2002-07-22  Tim Coleman <tim@timcoleman.com>
571         * list:
572         * unix.args:
573                 Added System.Security.Permission/ReflectionPermission.cs and
574                 System.Security.Permission/EnvironmentPermission.cs and
575
576 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
577
578         * list:
579         * unix.args: added IObjectHandle.cs.
580
581 2002-06-20  Martin Baulig  <martin@gnome.org>
582
583         * unix.args: New file.  This is a mcs response file to compile
584         corlib on GNU/Linux (which doesn't work yet).
585
586 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
587
588         * System/Delegate.cs: Implemented Remove()
589         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
590         done. Plus a fix for Equals().
591         * Test/System/MulticastDelegate.cs: Added. Should reflect above
592         changes.
593         
594 2002-04-27  Martin Baulig  <martin@gnome.org>
595
596         * corlib.build: Added new "mcs-build" target to compile corlib
597         with mcs. This doesn't work yet - it's just to test mcs to find
598         and fix the remaining bugs.
599
600 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
601
602         * corlib.build: removed seperate windows/linux builds. excluded
603         wrapper and PAL classes from all builds.
604
605 2002-03-03  Nick Drochak  <ndrochak@gol.com>
606
607         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
608         that were preventing the tests from running on Windows.
609
610 2002-01-25  Mark Crichton  <crichton@gimp.org>
611
612         * System.Security.Cryptography/RijndaelManaged.cs: added
613         
614         * System.Security.Cryptography/Rijndael.cs: changed constructor
615         to set default values.  Hopefully I did it correctly.
616
617 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
618
619         * Unix/Errno.cs: Added
620
621         * Unix/Wrapper.cs: Updated to new Wrapper
622
623 2002-01-19  Nick Drochak  <ndrochak@gol.com>
624         
625         * corlib.build: exclude Delegate from corlib_cmp.
626
627 2002-01-09  Nick Drochak  <ndrochak@gol.com>
628
629         * corlib.build: Exclude Security Attribute classes that need mcs
630         magic to get them to compile.
631
632 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
633         * corlib.build: Removed <excludes> for System.Resources
634
635 2002-01-05  Nick Drochak  <ndrochak@gol.com>
636
637         * corlib.build: Have the clean target remove any .pdb files that
638         might be around if we compiled with debug on.
639
640 2002-01-05  Nick Drochak  <ndrochak@gol.com>
641
642         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
643         as corlib.dll without Object and ValueType.  It is used by 
644         /mcs/tools/corcompare.exe to compare with mscorlib.
645
646 2002-01-03  Nick Drochak  <ndrochak@gol.com>
647
648         * corlib.build: Put the linux target at the top.  I keep changing the 
649         build for windows 'cause it's at the top.  Then when I do make, nothing
650         changes.  It seems like it always takes me half a day to remember
651         that the linux target comes second.  Old age I guess.
652
653         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
654
655 2002-01-02  Nick Drochak  <ndrochak@gol.com>
656
657         * corlib.build: Removed "exclude CodeAccessPermission.cs"
658
659 2001-12-11  Duncan Mak  <duncan@ximian.com>
660
661         * ChangeLog: Added "System.Resources" to the exclude list.
662
663 2001-12-05  Nick Drochak <ndrochak@gol.com>
664
665         * ChangeLog: Add the change log to this directory
666
667         * 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'.
668