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