2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / ChangeLog
1 2005-01-31  Kazuki Oikawa <kazuki@panicode.com>
2
3         * Patch from Kazuki Oikawa <kazuki@panicode.com> that replaces the
4         old Integer and Floating point number string formatter with a new
5         formatter that is more compliant. 
6
7 2005-01-17  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * corlib.dll.sources : added CharUnicodeInfo.cs.
10
11 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * corlib.dll.sources: Added System.Security.AccessControl/
14         CryptoKeySecurity.cs (2.0) to the build.
15
16 2005-01-09  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * corlib_test.dll.sources : Added Test/System.Security/
19         HostSecurityManagerTest.cs and PermissionSetCollectionTest,cs
20         unit tests (2.0) to the build.
21
22 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * corlib.dll.sources: Added System.Security/SecurityCriticalAttribute
25         and SecurityTransparentAttribute (2.0) to the build.
26
27 2005-01-05  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * corlib.dll.sources: Removed System.Security.Permissions/
30         DataProtectionPermission.cs, DataProtectionPermissionAttribute.cs and
31         DataProtectionFlags.cs as they are now part of the System.Security
32         assembly.
33         * corlib_test.dll.sources : Removed Test/System.Security.Permissions/
34         DataProtectionPermissionAttributeTest.cs for the same reason.
35
36 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
37
38         * corlib_test.dll.sources: Add s.col.gen.stack test
39
40 2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>
41
42         * corlib.dll.sources: Removed System.Security.Cryptography/
43         ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
44         MemoryProtectionScope.cs as they are now part of the System.Security
45         assembly.
46         * corlib_test.dll.sources : Removed Test/System.Security.Cryptography/
47         ProtectedDataTest.cs and ProtectedMemoryTest.cs for the same reason.
48
49 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * corlib.dll.sources: Added System.Security/SecurityFrame.cs to the build.
52
53 2004-12-06  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * corlib_test.dll.sources : added TextWriterTest.cs.
56
57 2004-11-28  Zoltan Varga  <vargaz@freemail.hu>
58
59         * corlib.dll.sources: Added some missing 2.0 exception classes.
60
61 2004-11-19  Raja R Harinath  <rharinath@novell.com>
62
63         * Makefile (LIBRARY_COMPILE): Simplify.
64
65 2004-10-29  Raja R Harinath  <rharinath@novell.com>
66
67         * Makefile: Move support for building net_2_0_bootstrap libraries
68         to gmcs.
69
70 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
71
72         * corlib.dll.sources: Add more 2.0 classes under System.Runtime.InteropServices.
73
74         * corlib.dll.sources: Add new 2.0 classes under System.Runtime.InteropServices.
75
76 2004-09-29  Zoltan Varga  <vargaz@freemail.hu>
77
78         * corlib.dll.sources: Add System.Runtime.InteropServices/UnmanagedFunctionPointerAttribute.cs.
79
80 2004-09-27  Zoltan Varga  <vargaz@freemail.hu>
81
82         * corlib.dll.sources: Add more 2.0 System.Reflection classes.
83         
84         * corlib.dll.sources: Add some 2.0 System.Reflection classes.
85
86 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
87
88         * corlib_test.dll.sources: Add System.Reflection/FieldInfoTest.
89         
90         * corlib_test.dll.sources: Add System.Reflection/MethodInfoTest.
91
92 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
93
94         * corlib_test.dll.sources: Add System.Reflection/ParameterInfoTest.
95
96 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
97
98         * corlib.dll.sources: Add System.Reflection.ObfuscateAssemblyAttribute
99         and System.Reflection.ObfuscationAttribute.
100
101 2004-09-21  Raja R Harinath  <rharinath@novell.com>
102
103         * Makefile (net20bootstrapcorlib): Rename from net20bootstraplib.
104         Build 'mscorlib.dll' using the 'net_2_0_bootstrap' profile.
105         (net20bootstrapSystem): New.  Build 'System.dll' using the
106         'net_2_0_bootstrap' profile.
107         ($(gmcs)): Depend on both the above.
108         (CLEAN_FILES) [PROFILE=net_2_0]: Clean the 'net_2_0_bootstrap'
109         profile and 'gmcs' too.
110
111 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
112
113         * corlib.dll.sources: Removed ReadOnlyCollections.cs and Collection.cs
114         from corlib System.Collections.Generics to System assembly
115
116 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
117
118         * corlib_test.dll.sources: Added System/ModuleHandleTest.
119
120         * corlib.dll.sources: Added System/ModuleHandle.
121
122 2004-09-14  Tim Coleman <tim@timcoleman.com>
123         * corlib.dll.sources: Added System.Security.Principal/TokenImpersonationLevel
124
125 2004-09-09  Tim Coleman <tim@timcoleman.com>
126         * corlib.dll.sources: Added System/Base64FormattingOptions.cs to the
127         build
128
129 2004-09-05  Marek Safar  <marek.safar@seznam.cz>
130
131         * corlib.dll.sources: 
132         Added System.Collections.Generic/Dictionary.cs to the build.
133
134 2004-09-03  Sebastien Pouliot  <sebastien@ximian.com>
135
136         * corlib_test.dll.sources: Added System.Security.Permissions/
137         RegistryPermissionTest.cs to unit tests.
138
139 2004-08-30  Sebastien Pouliot  <sebastien@ximian.com>
140
141         * corlib.dll.sources: Added Mono.Security/Uri.cs to the build.
142
143 2004-08-26  Sebastien Pouliot  <sebastien@ximian.com>
144
145         * corlib.dll.sources: Added System.Security.Policy/
146         ApplicationSecurityManager.cs, ApplicationSecurityManagerCodeGroup.cs,
147         ApplicationTrustCollection.cs and ApplicationTrustEnumerator.cs for 
148         NET_2_0 profile.
149         * corlib_test.dll.sources: Added System.Security.Policy/
150         ApplicationDirectoryTest.cs, HashMembershipConditionTest.cs,
151         HashTest.cs and IBuiltInEvidenceTest.cs to unit tests.
152
153 2004-08-25  Nick Drochak <ndrochak@ieee.com>
154
155         * Makefile : Ignore tests that hang MS.NET.
156
157 2004-08-23  Sebastien Pouliot  <sebastien@ximian.com>
158
159         * corlib.dll.sources: Added System.Security.Policy/
160         ApplicationMembershipCondition.cs, 
161         DomainApplicationMembershipCondition.cs,
162         MembershipConditionHelper.cs for NET_2_0 profile.
163         * corlib_test.dll.sources: Added System.Security.Policy/
164         AllMembershipConditionTest.cs,
165         ApplicationDirectoryMembershipConditionTest.cs,
166         ApplicationMembershipConditionTest.cs and
167         DomainApplicationMembershipConditionTest.cs to unit tests.
168
169 2004-08-23  Martin Baulig  <martin@ximian.com>
170
171         * Makefile: Add $(LIBRARY_FLAGS) to the $(net20bootstraplib)
172         compilation to get /nostdlib.
173
174 2004-08-20  Sebastien Pouliot  <sebastien@ximian.com>
175
176         * corlib_test.dll.sources: Added System.Security.Permissions/
177         SiteIdentityPermissionTest.cs and UrlIdentityPermissionTest.cs
178         to unit tests.
179
180 2004-08-19  Sebastien Pouliot  <sebastien@ximian.com>
181
182         * corlib_test.dll.sources: Added System.Security.Permissions/
183         CodeAccessSecurityAttributeTest.cs,
184         DataProtectionPermissionAttributeTest.cs (NET_2_0),
185         HostProtectionAttributeTest.cs (NET_2_0), 
186         IsolatedStoragePermissionAttributeTest.cs and
187         KeyContainerPermissionAttributeTest.cs  (NET_2_0) to unit tests.
188
189 2004-08-19  Sebastien Pouliot  <sebastien@ximian.com>
190
191         * corlib_test.dll.sources: Added SecurityPermissionTest.cs to unit 
192         tests.
193
194 2004-08-18  Sebastien Pouliot  <sebastien@ximian.com>
195
196         * corlib_test.dll.sources: Added GacIdentityPermissionTest.cs and
197         GacIdentityPermissionAttributeTest.cs to unit tests. Added 
198         IsolatedStorageFilePermissionTest.cs.
199
200 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
201
202         * corlib_test.dll.sources: Added StrongNameIdentityPermissionTest.cs
203         to unit tests.
204
205 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
206
207         * corlib.dll.sources: Added System.Security.Permissions/
208         DataProtectionPermission.cs, DataProtectionPermissionAttribute.cs,
209         DataProtectionPermissionFlags.cs, HostProtectionAttribute.cs,
210         HostProtectionPermission.cs, KeyContainerPermission.cs,
211         KeyContainerPermissionAccessEntry.cs, 
212         KeyContainerPermissionAccessEntryCollection.cs,
213         KeyContainerPermissionAccessEntryEnumerator.cs
214         KeyContainerPermissionAttribute.cs and KeyContainerPermissionFlags.cs
215         to NET_2_0 profile.
216         * corlib_test.dll.sources: Added System.Security.Permissions/
217         IBuiltInPermissionTest.cs and UIPermissionTest.cs unit tests.
218
219 2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>
220
221         * corlib.dll.sources: Added System.Runtime.ConstrainedExecution/
222         CER.cs, Consistency.cs, PrePrepareMethodAttribute.cs and
223         ReliabilityContractAttribute.cs. Added System.Threading/
224         ParameterizedThreadStart.cs. All for NET_2_0 profile.
225
226 2004-08-09  Marek Safar  <marek.safar@seznam.cz>
227
228         * corlib.dll.sources: Added System/EnvironmentVariableTarget.cs
229         for NET_2_0.
230
231 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
232
233         * corlib.dll.sources: Added System/ApplicationId.cs, 
234         System.Reflection/ImageFileMachine.cs and PortableExecutableKind.cs,
235         and System.Security.Policy/ApplicationSecurityInfo.cs for NET_2_0.
236         * corlib_test.dll.sources: Added System/ApplicationIdentityTest.cs and
237         ApplicationIdTest.cs unit tests for NET_2_0.
238
239 2004-08-08  Sebastien Pouliot  <sebastien@ximian.com>
240
241         * corlib.dll.sources: Added System/AppDomainInitializer.cs,
242         AppDomainManager.cs, ApplicationActivator.cs and
243         DomainManagerInitializationFlags.cs. Added System.Threading/
244         HostExecutionContext.cs, HostExecutionContextManager.cs and
245         HostExecutionContextSwitcher.cs for NET_2_0.
246
247 2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
248
249         * corlib.dll.sources: Added System.Security.Permissions/
250         GacIdentityPermission.cs and GacIdentityPermissionAttribute.cs, and
251         System.Security.Policy/Gac.cs and GacMembershipCondition.cs to NET_2_0
252         * corlib_test.dll.sources: Added /Test/System.Security.Policy/
253         GacMembershipConditionTest.cs, GacTest.cs and
254         ZoneMembershipConditionTest.cs to unit tests.
255
256 2004-08-03  Sebastien Pouliot  <sebastien@ximian.com>
257
258         * corlib.dll.sources: Added PermissionSetCollection and SecureString
259         in System.Security. Moved CriticalFinalizerObject to System.Runtime.
260         ConstrainedExecution.
261         * corlib_test.dll.sources: Added /Test/System.Security.Permissions/
262         ZoneIdentityPermissionTest.cs to unit tests.
263
264 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
265
266         * Makefile: Use the new FRAMEWORK_VERSION variable to build the destination
267           path for mscorlib.
268
269 2004-07-27  Lluis Sanchez Gual  <lluis@novell.com>
270
271         * corlib.dll.sources: Added new files for NET_2_0 profile: 
272                 System.Threading/ExecutionContext.cs
273                 System.Threading/ExecutionContextSwitcher.cs
274                 System.Threading/SynchronizationContext.cs
275                 System.Threading/SynchronizationContextSwitcher.cs
276
277 2004-07-14  Sebastien Pouliot  <sebastien@ximian.com>
278
279         * corlib.dll.sources: Added new files for NET_2_0 profile: 
280                 System.Security/HostProtectionException.cs
281                 System.Security/HostSecurityManager.cs
282                 System.Security/HostSecurityManagerFlags.cs
283                 System.Security/SecurityContext.cs
284                 System.Security/SecurityContextSwitcher.cs
285                 System.Security.Permissions/HostProtectionResource.cs
286                 System.Threading/AsyncFlowControl.cs
287                 System.Threading/CompressedStackSwitcher.cs
288                 System.Threading/ContextCallback.cs
289
290 2004-07-13  Sebastien Pouliot  <sebastien@ximian.com>
291
292         * corlib.dll.sources: Added new files for NET_2_0 profile: 
293                 System/ActivationContext.cs
294                 System/ApplicationIdentity.cs
295                 System/IApplicationDescription.cs
296                 System/IHostContext.cs
297                 System.Security.Policy/ApplicationDefaultCodeGroup.cs 
298                 System.Security.Policy/ApplicationInstallScope.cs 
299                 System.Security.Policy.Security.Policy/ApplicationTrust.cs 
300                 System.Security.Policy/ApplicationVersionMatch.cs 
301                 System.Security.Policy/CodeConnectAccess.cs 
302                 System.Security.Policy/CodeGroupGrantScope.cs 
303                 System.Security.Policy/IApplicationTrustManager.cs 
304                 System.Security.Policy/ITrustLicenseIssuerCollection.cs 
305                 System.Security.Policy/ITrustManager.cs 
306                 System.Security.Policy/ITrustManagerConfig.cs 
307                 System.Security.Policy/PromptingLevel.cs 
308                 System.Security.Policy/ProvideAssemblyEvidenceEventArgs.cs 
309                 System.Security.Policy/TrustLicenseIssuer.cs 
310                 System.Security.Policy/TrustManagerContext.cs
311                 System.Security.Policy/TrustManagerUIContext.cs 
312                 System.Security.Policy/TrustManagerZoneConfig.cs 
313
314 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
315
316         * corlib.dll.sources: Added System.Threading.SendOrPostCallback.cs.
317
318 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
319
320         * corlib.dll.sources: Added new files for NET_2_0: 
321                 System.Runtime.InteropServices/_Exception.cs
322                 System.Security.Cryptography/RijndaelManagedTransform.cs
323                 System.Security.Cryptography/RIPEMD160.cs
324                 System.Security.Cryptography/RIPEMD160Managed.cs
325                 System.Security.AccessControl/AccessControlActions.cs
326                 System.Security.Cryptography.X509Certificates/X509ContentType.cs
327                 System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.cs
328         * corlib.dll.sources: Added new tests for CipherMode and 
329         CspProviderFlags.
330
331 2004-07-02  Raja R Harinath  <rharinath@novell.com>
332
333         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
334
335 2004-07-02  Raja R Harinath  <rharinath@novell.com>     
336
337         * Makefile ($(net20bootstrap_makefrag)): Build from net_2_0
338         profile response file.
339         (gmcs): Style update.
340
341 2004-06-14  Raja R Harinath  <rharinath@novell.com>
342
343         * Makefile (net20bootstrap_response): Remove.  This shouldn't
344         differ from $(response).
345         (post_process): Remove, now that PLATFORM_CHANGE_SEPARATOR_CMD is
346         unconditional.
347         ($(cmp_response),$(res_response)): Update.
348
349 2004-06-11  Raja R Harinath  <rharinath@novell.com>
350
351         * Makefile (TEST_COMPILE): Use internal mcs to compile the
352         platform testsuite too.
353
354 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
355
356         * corlib_test.dll.sources: added EnumBuilderTest and 
357         FieldBuilderTest to the build
358
359 2004-06-11  Raja R Harinath  <rharinath@novell.com>
360
361         * corlib_plattest.dll.excludes: Remove contents.  Any file listed
362         here has also to be listed in corlib_test.dll.sources.
363
364         * Makefile: Rewrite to use library.make.  Do away with stampfiles.
365
366 2004-06-04  Atsushi Enomoto  <atsushi@ximian.com>
367
368         * Makefile : fixed incorrectly unified corlib-plattest in the
369           previous fix.
370
371 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
372
373         * Makefile : added run-test-ondotnet support.
374
375 2004-05-30  Martin Baulig  <martin@ximian.com>
376
377         * Makefile (net_2_0_dir): New variable; also use the correct
378         directory here.
379
380 2004-05-29  Gert Driesen  (drieseng@users.sourceforge.net)
381
382         * corlib.dll.sources: added SetWin32ContextInIDispatchAttribute
383         and VariantWrapper
384
385 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
386
387         * Makefile: changed case on nunit.framework.dll (lowercase)
388
389 2004-05-22  Todd Berman  <tberman@sevenl.net>
390
391         * corlib.dll.sources: added Mono/Runtime.cs
392         * Mono: added Mono directory back
393         * Mono/Runtime.cs: add back Runtime.cs, marked as internal, gnome#
394         needs it.
395
396 2004-05-22  Sebastien Pouliot  <sebastien@ximian.com>
397
398         * corlib_test.dll.sources: Added IntPtrTest and UIntPtrTest to the 
399         build.
400
401 2004-05-21  Sebastien Pouliot  <sebastien@ximian.com>
402
403         * corlib_test.dll.sources: Added SingleTest to the build.
404
405 2005-05-18  Gert Driesen (drieseng@users.sourceforge.net)
406
407         * corlib_test.dll.sources: added PropertyInfoTest
408
409 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
410
411         * corlib.dll.sources: removed obsolete Mono/Runtime.cs
412         * corlib_test.dll.sources: added BinderTests
413         * Mono: removed obsolete directory.
414         * Mono/ChangeLog: Removed file.
415         * Mono/Runtime.cs: Removed file.
416
417 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
418
419         * Makefile: install-local is verbose now.
420
421 2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>
422
423         * corlib.dll.sources: Added System/__ComObject.cs to the build.
424
425 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
426
427         * corlib_test.dll.sources: added BinderTests.cs
428
429 2004-05-12  Zoltan Varga  <vargaz@freemail.hu>
430
431         * corlib.dll.sources: Added System.Threading/CompressedStack.cs
432
433 2004-05-11  Jackson Harper  <jackson@ximian.com>
434
435         * Makefile: Use snazzy new PLATFORM_PATH_SEPARATOR when setting
436         the mono path, so it works on Windows.
437         
438 2004-05-10  Raja R Harinath  <rharinath@novell.com>
439
440         * Makefile (corlib_net_2_0_bootstrap): Remove extraneous copying.
441
442 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
443
444         * Makefile: build NUnit if the dll is not found when running
445         'make test'. Use INTERNAL_MCS to build the tests as csc fails miserably
446         to compile them.
447
448 2004-05-07  Raja R Harinath  <rharinath@novell.com>
449
450         * Makefile (corlib_net_2_0_bootstrap): Copy System.dll and
451         System.Xml.dll from 'default' profile build.
452         ($(gmcs)): Always go to 'gmcs' directory.
453
454 2004-05-06  Sebastien Pouliot  <sebastien@ximian.com>
455
456         * corlib_test.dll.sources: Added SymmetricAlgorithm2Test, 
457         ToBaseTransformTest, TripleDESTest unit tests to the build.
458
459 2004-05-07  Nick Drochak <ndrochak@gol.com>
460
461         * Makefile (plattest_flags): Add /unsafe.
462
463 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
464
465         * corlib.dll.sources: Added Base64Constants to the build.
466         Added SHAConstants to the build.
467
468 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
469
470         * Makefile (test_flags): Add /unsafe.
471
472 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
473         
474         * corlib.dll.sources: Added Assembly/Consts.cs.
475                 
476 2004-04-30  Jackson Harper  <jackson@ximian.com>
477
478         * Makefile: Add dependancies.
479         
480 2004-04-29  Jackson Harper  <jackson@ximian.com>
481
482         * Makefile: net_2_0 corlib goes to a special place.
483         
484 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
485
486         * corlib.dll.sources: Added X509ChainStatusFlags, X509CRL, X509Store, 
487         X509StoreManager, X509Stores, BasicConstraintsExtension, 
488         KeyUsageExtension and SubjectKeyIdentifierExtension to the build.
489         Removed ITrustAnchors.cs, TestAnchors.cs and TrustAnchors from the 
490         build.
491
492 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
493
494         * corlib_test.dll.sources: Added DESCryptoServiceProviderTest.cs.
495
496 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
497
498         * corlib.dll.sources: Added System.Reflection.Emit/MethodRental.cs.
499
500         * corlib_test.dll.sources: Added Test/System.Reflection.Emit/MethodRentalTest.cs.
501
502 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
503
504         * Makefile: Fix tests with new directory structure.
505
506 2004-04-26  Jackson Harper  <jackson@ximian.com>
507
508         * Makefile: Use profile dependant directory.
509         
510 2004-04-26  Sebastien Pouliot  <sebastien@ximian.com>
511
512         * corlib_test.dll.sources: Added DESTest.cs.
513
514 2004-04-22  Martin Baulig  <martin@ximian.com>
515
516         Use `#if NET_2_0 || BOOTSTRAP_2_0' for the generic reflection stuff.
517
518 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
519
520         * corlib_test.dll.sources: Added System.Threading/TimerTest.cs.
521
522 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
523
524         * corlib.dll.sources: Added Mono.Security/BitConverterLE.cs
525
526 2004-04-03 Lluis Sanches Gual  <lluis@ximian.com>
527         
528         * corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs.
529                 
530 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
531
532         * corlib_test.dll.sources: Added System/EnvironmentTest.cs.
533
534 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
535
536         * corlib.dll.sources: Added Mono.Security/StrongNameManager.cs.
537
538 2004-03-11  Martin Baulig  <martin@ximian.com>
539
540         * corlib.dll.sources: Added System.Collections.Generic/Queue.cs
541         and System.Collections.Generic.Stack.cs.
542
543 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
544
545         * Makefile, corlib.dll.win32-excludes : 
546           now csc build includes SecurityPermissionAttribute.cs.
547
548 2004-03-09  Jackson Harper  <jackson@ximian.com>
549
550         * corlib_test.dll.sources: Add new test cases to the build.
551         
552 2004-03-03  Jackson Harper <jackson@ximian.com>
553
554         * corlib.dll.sources: Add new registry files to the build.
555         
556 2004-02-20  Jackson Harper  <jackson@ximian.com>
557
558         * corlib.dll.sources: Add LockQueue.cs to build.
559         
560 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
561
562         * corlib_test.dll.sources : Added CharCategoryTest.cs
563
564 2004-02-17 Lluis Sanches Gual  <lluis@ximian.com>
565         
566         * corlib.dll.sources: Added 
567                 System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs
568
569 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
570
571     * Mono.Security.Cryptography/PKCS1.cs:
572
573         - Added little change for allow the class to be used with
574         hash implementations that doesn't have an oid like the MD5SHA1 hash.
575
576 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
577
578         * corlib.dll.sources: Moved SymmetricTransform class from System.
579         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
580         Cryptography.
581
582 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
583
584         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
585         Security.Cryptography namespace, to the build.
586         * corlib_test.dll.sources: Added AppDomain unit tests in System.
587         Some tests are currently ignored because they produce lots of GC
588         Warning failures but they seems to work (nunit finishes).
589
590 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
591
592         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
593         tests in System.Security.Policy namespace.
594
595 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
596
597         * corlib_test.dll.sources: Added SecurityException unit tests in
598         System.Security namespace.
599
600 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
601
602         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
603         System.Security namespace. Added CodeGroup related and PolicyLevel
604         unit tests to System.Security.Policy.
605
606 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
607
608         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
609
610 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
611
612         * corlib_test.dll.sources: Added SecurityManager unit tests in
613         in System.Security namespace.
614
615 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
616
617         * corlib.dll.sources: Added SiteMembershipCondition to 
618         System.Security.Policy namespace.
619         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
620         unit tests in System.Security.Policy namespace.
621
622 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
623
624         * corlib.dll.sources: Added many (long time) missing classes in the
625         System.Security.Policy namespace.
626
627 2004-01-01  Nick Drochak  <ndrochak@gol.com>
628
629         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
630         * corlib.dll.sources. Add PermissionRequestEvidence.cs
631
632 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
633
634         * corlib_test.dll.sources: Added new unit tests to System.Security.
635         Permissions and System.Security.Principal.
636
637 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
638
639         * corlib.dll.sources: Added WindowsPrincipal to build.
640
641 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
642
643         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
644         using CryptoAPI.
645
646 2003-12-14  Pedro Martínez Juliá  <yoros@wanadoo.es>
647
648         * DateTime.cs: Be sure that the array access is not out of range
649         when looking for ArgumentOutOfRangeException in the year value.
650
651 2003-12-08  Peter Williams  <peter@newton.cx>
652
653         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
654         Fixes build on OS X.
655
656 2003-12-04  Martin Baulig  <martin@ximian.com>
657
658         * corlib.dll.sources: Added System.Collections.Generic.
659
660 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
661
662         * corlib.dll.sources: Added file:
663                 System.Runtime.InteropServices.DispatchWrapper.cs
664
665 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
666
667         * corlib.dll.sources: Added 
668                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
669         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
670
671 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
672
673         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
674
675 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
676
677         * corlib_test.dll.sources: Added some test files:
678                 System.Runtime.Remoting/ContextTest.cs
679                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
680
681 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
682
683         * corlib.dll.sources: Added some files:
684                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
685                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
686                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
687
688 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
689
690         * corlib.dll.sources: Added already existing, but not added delegate
691                 Added various classes in System.InteropServices
692
693 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
694
695         * corlib.dll.sources: Added some files:
696                 System.Runtime.Serialization.Formatter.cs
697                 System.Runtime.Serialization.Formatters/InternalRM.cs
698                 System.Runtime.Serialization.Formatters/InternalST.cs
699                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
700
701 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
702
703         * corlib.dll.sources: Added some files:
704                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
705                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
706         
707 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
708
709         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
710         
711 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
712
713         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
714
715 2003-11-12 Jackson Harper <jackson@ximian.com>
716
717         * Makefile: corlib is now named mscorlib.
718
719 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
720
721         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
722         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
723
724 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
725
726         * corlib.dll.sources: Added classes StrongName to support StrongNames.
727
728 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
729
730         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
731
732 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
733
734         * corlib.dll.sources: Added classes for Authenticode support.
735         * corlib_test.dll.sources: Added unit test for SPC certificates.
736
737 2003-09-26  Pedro Martínez Julá  <yoros@wanadoo.es>
738
739         * corlib_test.dll.sources: Remove tests that generate compile
740         errors. The tests are still there but its name is rmoved here.
741
742 2003-09-24    <cesar@ciencias.unam.mx>
743
744         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
745
746 2003-08-20  Duncan Mak  <duncan@ximian.com>
747
748         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
749
750 2003-08-19 Nick Drochak <ndrochak@gol.com>
751
752         * Makefile: Turn on debug for the corlib tests on .NET.
753
754 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
755
756         * corlib.dll.sources: added quite some files
757
758 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
759
760         * corlib.dll.sources: added/removed Locale.cs
761
762 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
763
764         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
765
766 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
767
768         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
769
770 2003-07-24  Peter Williams  <peter@newton.cx>
771
772         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
773         corlib test library built against the platform corlib. This
774         lets us test our corlib tests. On a non-mono-native platform
775         (Windows) we run those tests only; on a mono-native platform, we
776         run the full corlib test suite on our own tests.
777         (clean-local): Forgot $(plattestlib).
778
779         * corlib_plattest.dll.excludes: Add this. (The result of
780         'grep Mono corlib_test.dll.sources')
781
782         * corlib_test.dll.sources: Extraneous newline was messing things
783         up.
784         
785 2003-07-23  Ravi Pratap  <ravi@ximian.com>
786
787         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
788         from Paolo in response to bug #45993.
789
790 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
791
792         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
793
794 2003-07-20  Peter Williams  <peter@newton.cx>
795
796         * Makefile: Add in corlib_res.dll, which we use as a basis
797         for tests on non-linux platforms. Nearly identical rules to
798         corlib_cmp: corlib - some files that cause the MS runtime to
799         barf.
800
801         * corlib_res.dll.excludes: Added.
802
803 2003-07-20  Peter Williams  <peter@newton.cx>
804
805         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
806
807 2003-07-18  Peter Williams  <peter@newton.cx>
808
809         * Makefile (dist-local): The fancy shell script was neat, but
810         ultimately unnecessary and counterproductive. Alas.
811
812 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
813
814         * corlib.dll.sources:
815         * unix.args: AssemblyInfo.cs added
816
817 2003-07-17  Peter Williams  <peter@newton.cx>
818
819         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
820         which sort of makes sense and is needed on Windows too.
821         ($(corlib)): same.
822         $(cmplib): Don't include the makefrag to save the Windows build and some
823         time.
824
825 2003-07-16  Peter Williams  <peter@newton.cx>
826
827         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
828         portability fixes.
829         (all-local): Don't build $(cmplib) by default, it's not something
830         most people need, and the build is broken on Windows right now anyway.
831
832 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
833
834         * unix.args: Fix UNIX build.
835
836 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
837
838         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
839         Runtime.InteropServices.TypeLibVersionAttribute.cs
840
841 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
842
843         * unix.args: Added SecurityParser.cs to Mono.Xml
844
845 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
846
847         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
848         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
849         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
850         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
851
852 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
853
854         * unix.args: added System.Runtime.Remoting/SoapServices.cs
855
856 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
857
858         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
859         RSAManaged.cs
860
861 2003-05-29  Nick Drochak <ndrochak@gol.com>
862
863         * makefile.gnu: turn on debug since it works again.
864
865 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
866
867         * unix.args: added System.Security/
868         AllowPartiallyTrustedCallersAttribute.cs
869
870 2003-04-05  Nick Drochak  <ndrochak@gol.com>
871
872         * makefile.gnu: revert. debugger support not installed by default in mcs
873
874 2003-04-05  Nick Drochak  <ndrochak@gol.com>
875
876         * makefile.gnu: compile with debug.
877
878 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
879
880         * unix.args: added SEHException.
881
882 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
883
884         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
885         * Updated unix.args with the stubs
886
887 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
888         
889         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
890
891 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
892
893         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
894
895 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
896
897         * unix.args: Added "System.FloatingPointFormatter.cs".
898
899 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
900
901         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
902
903 2003-03-03  Tim Coleman <tim@timcoleman.com>
904         * unix.args: Added
905                 System.Runtime.InteropServices/HandleRef.cs
906
907 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
908
909         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
910
911
912 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
913
914         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
915                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
916                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
917
918 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
919
920         * unix.args: added ModuleResolveEventHandler.cs
921
922 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
923
924         * unix.args: added 
925                 System.Runtime.Remoting/EnvoyInfo.cs
926                 System.Runtime.Remoting.Activation/ActivationServices.cs
927                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
928                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
929                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
930                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
931                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
932                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
933                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
934
935 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
936
937         * unix.args: added MACAlgorithm and HMACAlgorithm.
938
939 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
940
941         * unix.args: Move some class from System.Security.Cryptography
942           into Mono.* for easier reuse.
943
944 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
945
946         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
947
948 2003-02-03  Patrik Torstensson
949
950         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
951           check if we need the libs and if they still are correct.
952
953 2003-02-03  Patrik Torstensson
954
955         * unix.args: added CADMessages.cs
956
957 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
958
959         * unix.args: added RemoteActivator.cs.
960
961 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
962
963         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
964                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
965                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
966                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
967
968 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
969
970         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
971           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
972
973 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
974
975         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
976           System.IO.IsolatedStorage
977
978
979 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
980         * unix.args: Added System/DelegateSerializationHolder.cs, 
981           System/UnitySerializationHolder.cs,
982           System.Runtime.Serialization/ObjectManager.cs,
983           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
984       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
985           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
986
987 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
988
989         * unix.args: added COMException.cs in System.Runtime.InteropServices
990
991 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
992
993         * unix.args: added System.Diagnostics.Process.cs 
994
995 2002-12-28  Duncan Mak  <duncan@ximian.com>
996
997         * unix.args (ASN1.cs): Sebastien forgot to include this file.
998
999 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
1000
1001         * unix.args: added CryptoTools.cs file.
1002
1003 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
1004
1005         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
1006         and StrongNameIdentityPermission.cs files.
1007
1008 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
1009
1010         * unix.args: added PublisherIdentityPermission.cs,
1011         Publisher.cs and PublisherMembershipCondition.cs
1012
1013 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1014         
1015         * updated .build file(s) to correctly contain required buildfile 
1016           attribute for nant
1017
1018 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
1019
1020         * unix.args: added missing files from System.Security.Cryptography
1021         namespace.
1022
1023 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
1024
1025         * unix.args: added missing files from System.Security.Cryptography
1026         namespace.
1027
1028 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
1029
1030         * corlib.build: Removed all excluded cryptographic source code as the
1031         cyclic dependency was removed (well commented)
1032
1033 2002-10-11  Duncan Mak  <duncan@ximian.com>
1034
1035         * unix.args: Added System.Security.Cryptography.CryptoConfig.
1036
1037 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
1038
1039         * Mono/Runtime.cs: New file.
1040
1041 2002-10-05  Andrew Birkett  <andy@nobugs.org>
1042
1043         * unix.args: Added System.Security.Cryptography.RC2
1044
1045 2002-09-12  Dick Porter  <dick@ximian.com>
1046
1047         * unix.args: Add System.Globalization.SortKey,
1048         System.Globalization.StringInfo and
1049         System.Globalizaton.TextElementEnumerator
1050         
1051 2002-09-12  Dick Porter  <dick@ximian.com>
1052
1053         * unix.args: Add System.ArgIterator and System.TypedReference
1054
1055         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
1056         corcompare showed as missing) causes a SecurityException in
1057         corcompare, so exclude Decimal from the corlib_cmp build.
1058
1059 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1060
1061         * unix.args: added a couple of new files in System.Security.Principal.
1062
1063 2002-08-15  Tim Coleman <tim@timcoleman.com>
1064         * unix.args: 
1065                 Add System.Globalization/TextInfo.cs
1066                 Add System.Runtime.Serialization/FormatterConverter.cs
1067
1068 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
1069
1070         * unix.args: added new files from System.Runtime.Remoting.Channels.
1071
1072 2002-07-31  Duncan Mak  <duncan@ximian.com>
1073
1074         * unix.args: Added interfaces and enumerations from
1075         System.Runtime.Remoting.Channels. 
1076
1077 2002-07-31  Duncan Mak  <duncan@ximian.com>
1078
1079         * unix.args: Added new classes in
1080         System.Runtime.Remoting.Contexts.
1081         
1082
1083 2002-07-31  Duncan Mak  <duncan@ximian.com>
1084
1085         * unix.args: Added new Exceptions, Interfaces and various
1086         TypeEntries from System.Runtime.Remoting.
1087
1088 2002-07-29  Martin Baulig  <martin@gnome.org>
1089
1090         * list: Removed, this isn't used anymore and people are already
1091         getting confused which file to use.
1092
1093 2002-07-24  Duncan Mak  <duncan@ximian.com>
1094
1095         * unix.args: Added files from Remoting.Lifetime and
1096         Remoting.Metadata.
1097
1098         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
1099         and System.Runtime.Remoting.Proxies to their own ChangeLog.
1100
1101 2002-07-23  Duncan Mak  <duncan@ximian.com>
1102
1103         * list: 
1104         * unix.args: Added new Attributes in
1105         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
1106
1107 2002-07-22  Tim Coleman <tim@timcoleman.com>
1108         * list:
1109         * unix.args:
1110                 Added System.Security.Permission/ReflectionPermission.cs and
1111                 System.Security.Permission/EnvironmentPermission.cs and
1112
1113 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1114
1115         * list:
1116         * unix.args: added IObjectHandle.cs.
1117
1118 2002-06-20  Martin Baulig  <martin@gnome.org>
1119
1120         * unix.args: New file.  This is a mcs response file to compile
1121         corlib on GNU/Linux (which doesn't work yet).
1122
1123 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
1124
1125         * System/Delegate.cs: Implemented Remove()
1126         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
1127         done. Plus a fix for Equals().
1128         * Test/System/MulticastDelegate.cs: Added. Should reflect above
1129         changes.
1130         
1131 2002-04-27  Martin Baulig  <martin@gnome.org>
1132
1133         * corlib.build: Added new "mcs-build" target to compile corlib
1134         with mcs. This doesn't work yet - it's just to test mcs to find
1135         and fix the remaining bugs.
1136
1137 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
1138
1139         * corlib.build: removed seperate windows/linux builds. excluded
1140         wrapper and PAL classes from all builds.
1141
1142 2002-03-03  Nick Drochak  <ndrochak@gol.com>
1143
1144         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
1145         that were preventing the tests from running on Windows.
1146
1147 2002-01-25  Mark Crichton  <crichton@gimp.org>
1148
1149         * System.Security.Cryptography/RijndaelManaged.cs: added
1150         
1151         * System.Security.Cryptography/Rijndael.cs: changed constructor
1152         to set default values.  Hopefully I did it correctly.
1153
1154 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
1155
1156         * Unix/Errno.cs: Added
1157
1158         * Unix/Wrapper.cs: Updated to new Wrapper
1159
1160 2002-01-19  Nick Drochak  <ndrochak@gol.com>
1161         
1162         * corlib.build: exclude Delegate from corlib_cmp.
1163
1164 2002-01-09  Nick Drochak  <ndrochak@gol.com>
1165
1166         * corlib.build: Exclude Security Attribute classes that need mcs
1167         magic to get them to compile.
1168
1169 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
1170         * corlib.build: Removed <excludes> for System.Resources
1171
1172 2002-01-05  Nick Drochak  <ndrochak@gol.com>
1173
1174         * corlib.build: Have the clean target remove any .pdb files that
1175         might be around if we compiled with debug on.
1176
1177 2002-01-05  Nick Drochak  <ndrochak@gol.com>
1178
1179         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
1180         as corlib.dll without Object and ValueType.  It is used by 
1181         /mcs/tools/corcompare.exe to compare with mscorlib.
1182
1183 2002-01-03  Nick Drochak  <ndrochak@gol.com>
1184
1185         * corlib.build: Put the linux target at the top.  I keep changing the 
1186         build for windows 'cause it's at the top.  Then when I do make, nothing
1187         changes.  It seems like it always takes me half a day to remember
1188         that the linux target comes second.  Old age I guess.
1189
1190         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
1191
1192 2002-01-02  Nick Drochak  <ndrochak@gol.com>
1193
1194         * corlib.build: Removed "exclude CodeAccessPermission.cs"
1195
1196 2001-12-11  Duncan Mak  <duncan@ximian.com>
1197
1198         * ChangeLog: Added "System.Resources" to the exclude list.
1199
1200 2001-12-05  Nick Drochak <ndrochak@gol.com>
1201
1202         * ChangeLog: Add the change log to this directory
1203
1204         * 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'.
1205