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